@@ -36,27 +36,27 @@ def test_1_node_disconnect(self):
3636 subprocess .check_call (['blockade' ,'partition' ,'node3' ])
3737 print ('Node3 disconnected' )
3838
39- print ('Waiting 12s to discover failure' )
40- time .sleep (12 )
39+ print ('Waiting 20s to discover failure' )
40+ time .sleep (20 )
4141 for client in self .clients :
4242 agg = client .history .aggregate ()
4343 print (agg )
4444
45- print ('Waiting 3s to check operability' )
46- time .sleep (3 )
47- for client in self .clients :
48- agg = client .history .aggregate ()
49- print (agg )
50-
51- subprocess .check_call (['blockade' ,'join' ])
52- print ('Node3 connected back' )
53-
54- print ('Waiting 12s for catch-up' )
55- time .sleep (12 )
56-
57- for client in self .clients :
58- agg = client .history .aggregate ()
59- print (agg )
45+ # print('Waiting 3s to check operability')
46+ # time.sleep(3)
47+ # for client in self.clients:
48+ # agg = client.history.aggregate()
49+ # print(agg)
50+ #
51+ # subprocess.check_call(['blockade','join'])
52+ # print('Node3 connected back')
53+ #
54+ # print('Waiting 12s for catch-up')
55+ # time.sleep(12)
56+ #
57+ # for client in self.clients:
58+ # agg = client.history.aggregate()
59+ # print(agg)
6060
6161
6262if __name__ == '__main__' :
0 commit comments