alievmirza commented on code in PR #3404:
URL: https://github.com/apache/ignite-3/pull/3404#discussion_r1523220732
##########
modules/table/src/integrationTest/java/org/apache/ignite/distributed/ReplicasSafeTimePropagationTest.java:
##########
@@ -153,6 +151,8 @@ public void testSafeTimeReorderingOnLeaderReElection()
throws Exception {
RaftGroupService anotherClient = aliveNode.get().raftClient;
+ assertThat(anotherClient.refreshLeader(), willCompleteSuccessfully());
Review Comment:
Why do we need to add this assertion? The same question for the other test
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]