nizhikov commented on code in PR #11008:
URL: https://github.com/apache/ignite/pull/11008#discussion_r1368624167


##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/AbstractCacheDumpTest.java:
##########
@@ -284,6 +285,24 @@ protected void checkDump(IgniteEx ign) throws Exception {
 
     /** */
     void checkDump(IgniteEx ign, String name) throws Exception {
+        checkDump(ign,
+            name,
+            null,
+            new HashSet<>(Arrays.asList(DEFAULT_CACHE_NAME, CACHE_0, CACHE_1)),
+            KEYS_CNT + (onlyPrimary ? 0 : KEYS_CNT * backups),
+            2 * (KEYS_CNT + (onlyPrimary ? 0 : KEYS_CNT * backups)),
+            KEYS_CNT);
+    }
+
+    /** */
+    void checkDump(IgniteEx ign,
+        String name,

Review Comment:
   ```suggestion
       void checkDump(
           IgniteEx ign,
           String name,
   ```



-- 
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]

Reply via email to