shishkovilja commented on code in PR #10359:
URL: https://github.com/apache/ignite/pull/10359#discussion_r1011884923
##########
modules/control-utility/src/test/java/org/apache/ignite/util/GridCommandHandlerClusterByClassTest.java:
##########
@@ -851,9 +863,11 @@ private void corruptingAndCheckDefaultCache(
GridCacheContext<Object, Object> cacheCtx =
ignite.cachex(DEFAULT_CACHE_NAME).context();
- corruptDataEntry(cacheCtx, 0, true, false);
+ AffinityFunction aff = cacheCtx.config().getAffinity();
Review Comment:
Good point. I'll prepare a fix soon.
##########
modules/control-utility/src/test/java/org/apache/ignite/util/GridCommandHandlerClusterByClassTest.java:
##########
@@ -514,13 +520,19 @@ public void testCacheIdleVerifyTwoConflictTypes() throws
Exception {
GridCacheContext<Object, Object> cacheCtx =
ignite.cachex(DEFAULT_CACHE_NAME).context();
- corruptDataEntry(cacheCtx, 1, true, false);
+ AffinityFunction aff = cacheCtx.config().getAffinity();
Review Comment:
Good point. I'll prepare a fix soon.
--
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]