Rename replica.gc to replica.rebuild_working_set

The command-line operation is still `gc`, but we'll break that down into
finer pieces in the replica.
This commit is contained in:
Dustin J. Mitchell
2021-01-02 13:23:48 -05:00
parent da63d77d9d
commit b62370c150
4 changed files with 9 additions and 8 deletions

View File

@@ -163,7 +163,7 @@ mod test {
t2.set_status(Status::Completed).unwrap();
let t2 = t2.into_immut();
replica.gc().unwrap();
replica.rebuild_working_set().unwrap();
[*t1.get_uuid(), *t2.get_uuid(), *t3.get_uuid()]
}