sashapolo commented on code in PR #7819:
URL: https://github.com/apache/ignite-3/pull/7819#discussion_r2964327855


##########
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/distributionzones/ItIgniteDistributionZoneManagerNodeRestartTest.java:
##########
@@ -278,7 +277,14 @@ private PartialNode startPartialNode(int idx, 
Consumer<MetaStorageManager> metaS
                 failureProcessor,
                 readOperationForCompactionTracker,
                 commonScheduledExecutorService
-        );
+        ) {
+            @Override
+            public void close() throws Exception {
+                assertThat(flush(), willCompleteSuccessfully());

Review Comment:
   This class uses a `StandaloneMetastorageManager` which has a mock Raft 
implementation with a real storage. Restart scenarios don't work without flush 
in this configuration.



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