xtern commented on code in PR #6806:
URL: https://github.com/apache/ignite-3/pull/6806#discussion_r2450428202


##########
modules/jdbc/src/integrationTest/java/org/apache/ignite/jdbc/ItJdbcMultiStatementSelfTest.java:
##########
@@ -417,7 +430,7 @@ public void testAutoCommitFalse() throws Exception {
     @Test
     @SuppressWarnings("ThrowableNotThrown")
     public void testAutoCommitFalseTxControlStatementsNotSupported() throws 
Exception {
-        String txErrMsg = "Transaction control statements are not supported 
when autocommit mode is disabled";
+        String txErrMsg = "Transaction control statement cannot be executed 
within an external transaction.";

Review Comment:
   The text of this exception was previously specifically remapped 
   https://issues.apache.org/jira/browse/IGNITE-21167
   
   If it's not clear how to do this - file the ticket to fix this message.



-- 
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]

Reply via email to