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 2020/04/16 08:56:18 UTC

[GitHub] [ignite] ololo3000 commented on a change in pull request #7647: IGNITE-12879 Refactors test configuration of discovery messages interceptors.

ololo3000 commented on a change in pull request #7647: IGNITE-12879 Refactors test configuration of discovery messages interceptors.
URL: https://github.com/apache/ignite/pull/7647#discussion_r409393228
 
 

 ##########
 File path: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/binary/BinaryMetadataUpdatesFlowTest.java
 ##########
 @@ -209,10 +197,7 @@ public void testFlowNoConflictsWithClients() throws Exception {
             return;
 
         discoveryHook = new DiscoveryHook() {
-            @Override public void handleDiscoveryMessage(DiscoverySpiCustomMessage msg) {
-                DiscoveryCustomMessage customMsg = msg == null ? null
 
 Review comment:
   This logic was moved to DiscoveryHook class  to avoid duplication.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services