You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/08/11 10:26:52 UTC

[GitHub] [ignite-3] alievmirza commented on a change in pull request #266: IGNITE-15211 Improve logging formatting

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org