Vladsz83 commented on code in PR #10454: URL: https://github.com/apache/ignite/pull/10454#discussion_r1054346687
########## modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/AbstractSnapshotSelfTest.java: ########## @@ -177,7 +178,8 @@ public static Collection<Boolean> encryptionParams() { .setPageSize(DFLT_PAGE_SIZE)) .setClusterStateOnStart(INACTIVE) .setIncludeEventTypes(EVTS_CLUSTER_SNAPSHOT) - .setDiscoverySpi(discoSpi); + .setDiscoverySpi(discoSpi) + .setFailureHandler(new StopNodeFailureHandler()); Review Comment: Should we raise this failure handler where needed only? -- 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