sergey-chugunov-1985 commented on code in PR #13508:
URL: https://github.com/apache/ignite/pull/13508#discussion_r3850810986


##########
modules/control-utility/src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java:
##########
@@ -552,9 +490,43 @@ private void 
doTestCancelIdleVerify(BiConsumer<CountDownLatch, CountDownLatch> p
 
         prepare.accept(beforeCancelLatch, afterCancelLatch);
 
-        LogListener lsnr = LogListener.matches("Idle verify was 
cancelled.").build();
+        LogListener cancelLsnr = LogListener.matches("Idle verify was 
cancelled.").build();
+
+        CountDownLatch startProceedlatch = new CountDownLatch(1);;

Review Comment:
   ```suggestion
           CountDownLatch startProceedLatch = new CountDownLatch(1);;
   ```



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