zhuzhurk commented on code in PR #19651:
URL: https://github.com/apache/flink/pull/19651#discussion_r870922447


##########
flink-clients/src/test/java/org/apache/flink/client/cli/CliFrontendRunTest.java:
##########
@@ -208,6 +209,31 @@ public void testParallelismWithOverflow() throws Exception 
{
         testFrontend.run(parameters);
     }
 
+    @Test(expected = CliArgsException.class)
+    public void testParallelismWithInvalidValue() throws Exception {
+        String[] parameters = {"-v", "-p", "-2", getTestJarPath()};

Review Comment:
   Looks to me option "v" is deprecated and is not needed by the test.



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