sk0x50 commented on code in PR #2429:
URL: https://github.com/apache/ignite-3/pull/2429#discussion_r1299809828


##########
modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/commands/ItClusterCommandTest.java:
##########
@@ -70,42 +67,34 @@ class ItClusterCommandTest extends AbstractCliTest {
 
     private static final String NL = System.lineSeparator();
 
-    private static final Logger topologyLogger = 
Logger.getLogger("org.apache.ignite.network.scalecube.ScaleCubeTopologyService");
-
     @BeforeEach
     void setup(@WorkDirectory Path workDir, TestInfo testInfo) throws 
Exception {
         CountDownLatch allNodesAreInPhysicalTopology = new CountDownLatch(1);
 
-        Handler physicalTopologyWaiter = 
physicalTopologyWaiter(allNodesAreInPhysicalTopology);
-        topologyLogger.addHandler(physicalTopologyWaiter);
+        TestLogChecker topologyLogger = new TestLogChecker(

Review Comment:
   You are absolutely right. Will fix it here and in other places.



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

Reply via email to