Sega76 commented on a change in pull request #9444:
URL: https://github.com/apache/ignite/pull/9444#discussion_r732706622
##########
File path:
modules/control-utility/src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java
##########
@@ -3024,6 +3026,90 @@ public void testClusterSnapshotCreate() throws Exception
{
assertTrue("Snapshot must contains cache data [left=" + range + ']',
range.isEmpty());
}
+ /** @throws Exception If failed. */
+ @Test
+ public void testClusterSnapshotStatus() throws Exception {
+ int keysCnt = 100;
+ String snpName = "snapshot_02052020";
+
+ IgniteEx ig = startGrid(0);
+ startGrid(1);
Review comment:
fixed
--
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]