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:
@@ -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()]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user