8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbd945 commit 1be68bcCopy full SHA for 1be68bc
contrib/mmts/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