Merge "probe tests: wait to start replicators until after verifying initial state"
This commit is contained in:
commit
736e76d764
@ -124,14 +124,14 @@ class TestReplicatorFunctions(ReplProbeTest):
|
||||
test_node_dir_list.append(d)
|
||||
# Run all replicators
|
||||
try:
|
||||
self.replicators.start()
|
||||
|
||||
# Delete some files
|
||||
for directory in os.listdir(test_node):
|
||||
shutil.rmtree(os.path.join(test_node, directory))
|
||||
|
||||
self.assertFalse(os.listdir(test_node))
|
||||
|
||||
self.replicators.start()
|
||||
|
||||
# We will keep trying these tests until they pass for up to 60s
|
||||
begin = time.time()
|
||||
while True:
|
||||
|
Loading…
x
Reference in New Issue
Block a user