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 tested 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:
[email protected]
With regards,
Apache Git Services