alex-plekhanov commented on a change in pull request #8414:
URL: https://github.com/apache/ignite/pull/8414#discussion_r518734773



##########
File path: 
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheAtomicConcurrentUnorderedUpdateAllTest.java
##########
@@ -53,15 +54,16 @@
     private static final int CACHE_SIZE = 1_000;
 
     /** Parameters. */
-    @Parameterized.Parameters(name = "cacheMode={0}, writeThrough={1}")
+    @Parameterized.Parameters(name = "cacheMode={0}, writeThrough={1}, 
near={2}")

Review comment:
       There were no checks for deadlocks for invokeAll operation and near 
caches. I've added these checks since warnings are removed for all operations 
(including invokeAll) on atomic caches and all types of atomic caches 
(including near caches). 




----------------------------------------------------------------
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:
[email protected]


Reply via email to