File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ static void MtmSetSocketOptions(int sd)
325325
326326static void MtmScheduleHeartbeat ()
327327{
328- Assert (!last_sent_hearbeat || last_sent_hearbeat + MSEC_TO_USEC (MtmHeartbeatRecvTimeout ) >= MtmGetSystemTime ());
328+ // Assert(!last_sent_hearbeat || last_sent_hearbeat + MSEC_TO_USEC(MtmHeartbeatRecvTimeout) >= MtmGetSystemTime());
329329 enable_timeout_after (heartbeat_timer , MtmHeartbeatSendTimeout );
330330 send_heartbeat = true;
331331 PGSemaphoreUnlock (& Mtm -> votingSemaphore );
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ def tearDown(self):
1919 self .clients [0 ].cleanup ()
2020 subprocess .check_call (['blockade' ,'join' ])
2121
22- def test_0_normal_operation (self ):
23- print ('### normalOpsTest ###' )
24- print ('Waiting 5s to check operability' )
25- time .sleep (5 )
26-
27- for client in self .clients :
28- agg = client .history .aggregate ()
29- print (agg )
30- self .assertTrue (agg ['transfer' ]['finish' ]['Commit' ] > 0 )
22+ # def test_0_normal_operation(self):
23+ # print('### normalOpsTest ###')
24+ # print('Waiting 5s to check operability')
25+ # time.sleep(5)
26+ #
27+ # for client in self.clients:
28+ # agg = client.history.aggregate()
29+ # print(agg)
30+ # self.assertTrue(agg['transfer']['finish']['Commit'] > 0)
3131
3232 def test_1_node_disconnect (self ):
3333 print ('### disconnectTest ###' )
You can’t perform that action at this time.
0 commit comments