Skip to content
Snippets Groups Projects
Commit a45b7e48 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix hanging of replication/cluster + replication/init_storage tests

parent 08585902
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,8 @@ replica.admin('box.info.server.lsn') # 0
replica.admin('box.info.vclock[%d]' % replica_id)
replica.admin('box.info.vclock[%d]' % replica_id2)
replica.admin('box.info.vclock[%d]' % replica_id3)
replica.stop()
replica.cleanup(True)
# Cleanup
sys.stdout.pop_filter()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment