nizhikov commented on code in PR #9907:
URL: https://github.com/apache/ignite/pull/9907#discussion_r880332685


##########
modules/control-utility/src/test/java/org/apache/ignite/util/GridCommandHandlerConsistencyTest.java:
##########
@@ -148,9 +151,20 @@ private void testAtomicAndTx(boolean incVal) throws 
Exception {
 
         injectTestSystemOut();
 
-        LogListener lsnrUnmaskedKey = matches("Key: 0 (cache: ").build(); // 
Unmasked key.
-        LogListener lsnrMaskedKey = matches("Key: [HIDDEN_KEY#").build(); // 
Masked key.
-        LogListener lsnrMaskedVal = matches("Value: [HIDDEN_VALUE#").build(); 
// Masked value.
+        int repairsPerEntry = repairsPerEntry();
+
+        int copies = BACKUPS + 1;
+
+        int timesMultiplicator = repairsPerEntry == 0 ?

Review Comment:
   Code style.



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