rpuch commented on code in PR #4070:
URL: https://github.com/apache/ignite-3/pull/4070#discussion_r1678915962
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/table/ItDurableFinishTest.java:
##########
@@ -310,7 +310,7 @@ void testCommitAlreadyAbortedTx() throws
ExecutionException, InterruptedExceptio
Throwable cause =
ExceptionUtils.unwrapCause(transactionException.getCause());
- assertInstanceOf(MismatchingTransactionOutcomeException.class, cause);
+ assertInstanceOf(MismatchingTransactionOutcomeException.class,
cause.getCause());
Review Comment:
It cannot be public as it brings some internal state. I was going to add
some kind of a public counterpart for it, like `RollbackException`, in
IGNITE-20415 (which is the root cause for the current issue)
--
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]