sanpwc commented on code in PR #2279:
URL: https://github.com/apache/ignite-3/pull/2279#discussion_r1252847240


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/api/ItCommonApiTest.java:
##########
@@ -181,7 +181,7 @@ public void checkTimestampOperations() {
 
     /** Check transaction change status with erroneous statements.  */
     @Test
-    public void testTxStateChangedOnErroneousOp() {
+        public void testTxStateChangedOnErroneousOp() {

Review Comment:
   Fixed.



##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/api/ItCommonApiTest.java:
##########
@@ -232,7 +232,7 @@ public void testTxStateChangedOnErroneousOp() {
             // No op.
         }
 
-        assertEquals(2, txManagerInternal.finished() - txPrevCnt);
+        assertEquals(4, txManagerInternal.finished() - txPrevCnt);

Review Comment:
   Added.



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

Reply via email to