zstan commented on code in PR #13361:
URL: https://github.com/apache/ignite/pull/13361#discussion_r3860191197


##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/wal/IgniteWalRebalanceTest.java:
##########
@@ -413,8 +429,14 @@ public void testWithGlobalWalChange() throws Exception {
 
         forceCheckpoint();
 
+        long prevGridStart = crd.context().discovery().gridStartTime();
+
         stopAllGrids();
 
+        GridTestUtils.waitForCondition(() ->

Review Comment:
   I agree specifically with this test fixage but what about re-produsing such 
a case in real env ? I mean - fast grid restart lead to B+tree corruption in 
log messages (all how in test) Probably we need to fill an issue, mention this 
timeout stub test and fix it somehow more accurate ? wdyt ?



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