Merge "probe tests: wait to start replicators until after verifying initial state"

This commit is contained in:
Zuul 2019-02-27 06:35:54 +00:00 committed by Gerrit Code Review
commit 736e76d764

View File

@ -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: