nizhikov commented on code in PR #11908: URL: https://github.com/apache/ignite/pull/11908#discussion_r1990870544
########## modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteCachePrimaryNodeFailureRecoveryAbstractTest.java: ########## @@ -352,101 +351,93 @@ private void primaryAndOriginatingNodeFailure(final boolean locBackupKey, final boolean rollback, boolean optimistic) throws Exception { - // TODO IGNITE-6174: when exchanges can be merged test fails because of IGNITE-6174. - System.setProperty(IGNITE_EXCHANGE_COMPATIBILITY_VER_1, "true"); + int orig = 0; Review Comment: Why do we want to keep this test? It works in old mode always. -- 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