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


##########
modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/commands/sql/ItSqlReplCommandTest.java:
##########
@@ -64,11 +63,11 @@ void secondInvocationScript() {
     }
 
     @Test
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-26142";)
     void multilineCommand() {
         execute("CREATE TABLE MULTILINE_TABLE(K INT PRIMARY KEY); \n INSERT 
INTO MULTILINE_TABLE VALUES(1);", "--jdbc-url", JDBC_URL);
 
         assertAll(
+                // TODO https://issues.apache.org/jira/browse/IGNITE-26790
                 // The output from CREATE TABLE is: Updated 0 rows.

Review Comment:
   I see that error output is expected to be empty in this test) And don't get 
why it is marked with TODO



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