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 2020/03/30 10:29:40 UTC

[GitHub] [ignite] nizhikov commented on a change in pull request #7580: IGNITE-12815: SQL query cancel command.

nizhikov commented on a change in pull request #7580: IGNITE-12815: SQL query cancel command.
URL: https://github.com/apache/ignite/pull/7580#discussion_r400086877
 
 

 ##########
 File path: modules/core/src/test/java/org/apache/ignite/internal/commandline/CommandHandlerParsingTest.java
 ##########
 @@ -532,6 +533,15 @@ public void testKillArguments() {
 
         // Service command format errors.
         assertParseArgsThrows("Expected service name.", "--kill", "service");
+
+        // Transaction command format errors.
+        assertParseArgsThrows("Expected transaction id.", "--kill", "tx");
 
 Review comment:
   Positive cases are testsed under `KillCommandsCommandShTest`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services