Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f2f66fa

Browse files
knizhnikkelvich
authored andcommitted
Change rfatable bgworker start parameters
1 parent 46ad5a3 commit f2f66fa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests2/test_recovery.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,19 @@ def test_0_0_0(self):
2727

2828
time.sleep(10)
2929
subprocess.check_call(['blockade','partition','node3'])
30+
print('### blockade node3 ###')
3031

3132
self.clients.set_acc_to_tx(10000)
3233
self.clients.start()
3334

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+
3443
for i in range(1000):
3544
time.sleep(3)
3645
self.clients.print_agg()

0 commit comments

Comments
 (0)