sanpwc commented on code in PR #3092: URL: https://github.com/apache/ignite-3/pull/3092#discussion_r1475971403
########## modules/table/src/testFixtures/java/org/apache/ignite/internal/table/TxAbstractTest.java: ########## @@ -2178,13 +2340,13 @@ protected void testTransactionAlreadyFinished(boolean commit, boolean checkLocks assertTrue(ex.getMessage().contains("Transaction is already finished.")); ex = assertThrows(TransactionException.class, () -> accountsRv.delete(tx, makeKey(1))); - assertTrue(ex.getMessage().contains("Failed to enlist")); + assertTrue(ex.getMessage().contains("Transaction is already finished")); Review Comment: Should we use new utility method here that will also check code? -- 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