From a45b7e48c171b3d26449a63c9fb6d3d80639009f Mon Sep 17 00:00:00 2001
From: Roman Tsisyk <roman@tsisyk.com>
Date: Mon, 2 Feb 2015 17:42:26 +0300
Subject: [PATCH] Fix hanging of replication/cluster + replication/init_storage
 tests

---
 test/replication/cluster.test.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/replication/cluster.test.py b/test/replication/cluster.test.py
index 6abd7af917..794e15cc8e 100644
--- a/test/replication/cluster.test.py
+++ b/test/replication/cluster.test.py
@@ -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()
-- 
GitLab