nizhikov commented on code in PR #11008:
URL: https://github.com/apache/ignite/pull/11008#discussion_r1367023526
##########
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:
cachesFound sorted? Do we have guarantee that order of caches in cachesFound
will be the same as we expected?
--
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]