shishkovilja commented on code in PR #12160:
URL: https://github.com/apache/ignite/pull/12160#discussion_r2343726220
##########
modules/compress/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotCompressionBasicTest.java:
##########
@@ -223,6 +226,8 @@ public void testRestoreFail_OnGridWithoutCompression()
throws Exception {
"from snapshot '" + snpName + "' are compressed while disk
page compression is disabled. To check " +
"these groups please start Ignite with ignite-compress"
);
+
+ awaitPartitionMapExchange();
Review Comment:
Why do we need to wait here?
--
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]