yurinaryshkin commented on code in PR #11008:
URL: https://github.com/apache/ignite/pull/11008#discussion_r1368397585
##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/AbstractCacheDumpTest.java:
##########
@@ -351,8 +360,8 @@ else if (data.config().getName().equals(CACHE_1)) {
throw new IgniteException("Unknown cache");
});
- for (boolean found : cachesFound)
- assertTrue(found);
+ for (int i = 0; i < cachesFound.length; i++)
Review Comment:
Updated the logic to compare 2 Sets.
--
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]