chesnokoff commented on code in PR #12304: URL: https://github.com/apache/ignite/pull/12304#discussion_r2315694807
########## modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/incremental/IncrementalSnapshotRestoreTest.java: ########## @@ -635,7 +635,7 @@ public void testRestoreFromSecondAttempt() throws Exception { stopAllGrids(); - startGrids(3); Review Comment: checkData may fail with > Can not perform the operation because the cluster is inactive. Note, that > the cluster is considered inactive by default if Ignite Persistent Store is used to let all the nodes > join the cluster. To activate the cluster call Ignite.cluster().state(ClusterState.ACTIVE). -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org