chesnokoff commented on code in PR #11658:
URL: https://github.com/apache/ignite/pull/11658#discussion_r1846645851


##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractSelfTest.java:
##########
@@ -150,8 +150,8 @@ else if (isMultiJvm() && !(storeStgy instanceof 
H2CacheStoreStrategy))
                                     jcache(fi).removeAll();
 
                                     if (jcache(fi).size(CachePeekMode.ALL) > 
0) {
-                                        for (Cache.Entry<String, ?> k : 
jcache(fi).localEntries())
-                                            jcache(fi).remove(k.getKey());

Review Comment:
   GridCommonAbstractTest#jcache calls grid() and 
GridCacheAbstractSelfTest#jcache calls jcache(0) -> grid(0). So these methods 
calls different nodes.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to