You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/07/25 15:38:38 UTC

[GitHub] [ignite-3] korlov42 commented on a diff in pull request #945: IGNITE-17328 Introduce implicit transactions from SQL

korlov42 commented on code in PR #945:
URL: https://github.com/apache/ignite-3/pull/945#discussion_r929029061


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/client/ItThinClientSqlTest.java:
##########
@@ -121,6 +121,11 @@ void testExecuteAsyncDdlDml() {
             assertThrows(NoRowSetExpectedException.class, insertRes::currentPage);
         }
 
+        Transaction tx = client().transactions().begin();

Review Comment:
   let's introduce separate test for this



-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org