vladErmakov07 commented on a change in pull request #613:
URL: https://github.com/apache/ignite-3/pull/613#discussion_r806924401



##########
File path: 
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/jdbc/ItJdbcStatementSelfTest.java
##########
@@ -718,8 +718,9 @@ public void testStatementTypeMismatchSelectForCachedQuery() 
throws Exception {
     }
 
     @Test
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-16268";)
     public void testStatementTypeMismatchUpdate() throws Exception {
+        stmt.executeUpdate("update TEST set NAME='28' where ID=1");

Review comment:
       Refactored the test. Test methods are now isolated from each other.




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