tkalkirill commented on code in PR #1578:
URL: https://github.com/apache/ignite-3/pull/1578#discussion_r1088170471


##########
modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/AbstractMvTableStorageTest.java:
##########
@@ -593,19 +592,15 @@ public void testDestroyTableStorage() throws Exception {
         assertThat(tableStorage.destroy(), willCompleteSuccessfully());
     }
 
-    /**
-     * Checks that if we restart the storages after a crash in the middle of a 
rebalance, the storages will be empty.
-     */
     @Test
-    public void testRestartStoragesAfterFailDuringRebalance() {
-        assumeFalse(tableStorage.isVolatile());
-
+    public void testRestartStoragesOnMiddleOfRebalance() {

Review Comment:
   fix it



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