skorotkov commented on code in PR #10178:
URL: https://github.com/apache/ignite/pull/10178#discussion_r947740521


##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxRecoveryConcurrentTest.java:
##########
@@ -103,7 +105,7 @@ public void testRecoveryNotDeadLockOnNearAndPrimaryFail() 
throws Exception {
 
             final TransactionProxyImpl<?, ?> tx = (TransactionProxyImpl<?, 
?>)primary.transactions().txStart();
 
-            cache.put(key, key);
+            cache.put(key, key + iter);

Review Comment:
   Hm, by no reason in fact.  May be to imphasize the fact that it's something 
that is changed on each iteration.



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