We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b12b78 commit 5ed93d8Copy full SHA for 5ed93d8
tests2/test_recovery.py
@@ -3,6 +3,7 @@
3
import subprocess
4
# from lib.bank_client import *
5
from client2 import MtmClient
6
+import datetime
7
8
class RecoveryTest(unittest.TestCase):
9
@classmethod
@@ -40,7 +41,7 @@ def test_node_partition(self):
40
41
self.client.get_status()
42
43
for i in range(10):
- print(i)
44
+ print(i, datetime.datetime.now())
45
time.sleep(3)
46
aggs = self.client.get_status()
47
MtmClient.print_aggregates(aggs)
@@ -55,7 +56,7 @@ def test_node_partition(self):
55
56
57
58
for i in range(30):
59
60
61
62
0 commit comments