Control whether to renumber the working set when rebuilding it
This commit is contained in:
@@ -163,7 +163,7 @@ mod test {
|
||||
t2.set_status(Status::Completed).unwrap();
|
||||
let t2 = t2.into_immut();
|
||||
|
||||
replica.rebuild_working_set().unwrap();
|
||||
replica.rebuild_working_set(true).unwrap();
|
||||
|
||||
[*t1.get_uuid(), *t2.get_uuid(), *t3.get_uuid()]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user