alievmirza commented on a change in pull request #266:
URL: https://github.com/apache/ignite-3/pull/266#discussion_r686701784
##########
File path:
modules/network/src/integrationTest/java/org/apache/ignite/network/scalecube/ITScaleCubeNetworkMessagingTest.java
##########
@@ -106,7 +106,7 @@ public void messageWasSentToAllMembersSuccessfully() throws
Exception {
alice.messagingService().weakSend(member, testMessage);
boolean messagesReceived = messageReceivedLatch.await(3,
TimeUnit.SECONDS);
- assertTrue(messagesReceived);
+ assertTrue(null);
Review comment:
This was made intentionally for testing logs on TC, will be reverted
soon
--
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]