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 46ad5a3 commit f2f66faCopy full SHA for f2f66fa
tests2/test_recovery.py
@@ -27,10 +27,19 @@ def test_0_0_0(self):
27
28
time.sleep(10)
29
subprocess.check_call(['blockade','partition','node3'])
30
+ print('### blockade node3 ###')
31
32
self.clients.set_acc_to_tx(10000)
33
self.clients.start()
34
35
+ for i in range(10):
36
+ time.sleep(3)
37
+ self.clients.print_agg()
38
+ print("\n")
39
+
40
+ subprocess.check_call(['blockade','join'])
41
+ print('### deblockade node3 ###')
42
43
for i in range(1000):
44
time.sleep(3)
45
self.clients.print_agg()
0 commit comments