nizhikov commented on code in PR #11008:
URL: https://github.com/apache/ignite/pull/11008#discussion_r1368625422
##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/IgniteCacheDumpSelfTest.java:
##########
@@ -146,6 +146,45 @@ public void testCacheDump() throws Exception {
}
}
+ /** */
+ @Test
+ public void testCacheDumpWithReadGroupFilter() throws Exception {
+ snpPoolSz = 4;
+
+ try {
+ IgniteEx ign = startGridAndFillCaches();
+
+ createDump(ign);
+
+ checkDump(ign,
Review Comment:
```suggestion
checkDump(
ign,
```
--
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]