timoninmaxim commented on code in PR #11658: URL: https://github.com/apache/ignite/pull/11658#discussion_r1846210211
########## 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: Is there a case when `GridCacheAbstractSelfTest#jcache` is preferable to `GridCommonAbstractTest#jcache`? Can we just remove it? -- 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