Commit 365c4398 authored by Julien Muchembled's avatar Julien Muchembled

qa: add a log in testBackupNodeLost for easier debugging

parent e7c2051f
......@@ -248,6 +248,7 @@ class ReplicationTests(NEOThreadedTest):
storage_list = [x.uuid for x in backup.storage_list]
slave = set(xrange(len(storage_list))).difference
for event in xrange(10):
logging.info("event=%s", event)
counts = [0]
if event == 5:
p = Patch(upstream.master.tm,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment