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:25:18 UTC

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

sashapolo commented on a change in pull request #266:
URL: https://github.com/apache/ignite-3/pull/266#discussion_r686700837



##########
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 is obviously an error




-- 
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