Erixonich commented on a change in pull request #9023:
URL: https://github.com/apache/ignite/pull/9023#discussion_r621504481
##########
File path:
modules/control-utility/src/test/java/org/apache/ignite/util/GridCommandHandlerIndexForceRebuildTest.java
##########
@@ -279,7 +293,24 @@ public void testGroupNamesArg() throws Exception {
waitForIndexesRebuild(grid(LAST_NODE_NUM));
- validateTestCacheGroupArgOutput();
+ String outputStr = testOut.toString();
+
+ validateOutputCacheGroupsNotFound(
+ outputStr,
+ ImmutableMultimap.of(GRP_NAME_NON_EXISTING,
CACHE_NAME_NON_EXISTING)
+ );
+
+ validateOutputIndicesRebuildingInProgress(outputStr,
ImmutableMultimap.of(GRP_NAME_1, CACHE_NAME_1_2));
Review comment:
Unfortunately, java.util.Map and com.google.common.collect.Multimap not
compatible
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]