rkhachatryan commented on a change in pull request #18024:
URL: https://github.com/apache/flink/pull/18024#discussion_r765593405



##########
File path: 
flink-clients/src/test/java/org/apache/flink/client/cli/CliFrontendRunTest.java
##########
@@ -130,6 +131,46 @@ public void testRun() throws Exception {
         }
     }
 
+    @Test
+    public void testClaimRestoreModeParsing() throws Exception {
+        // test configure savepoint with claim mode
+        String[] parameters = {
+            "-s", "expectedSavepointPath", "-n", "-r", "claim", 
getTestJarPath()

Review comment:
       I agree, keeping only `-restoreMode` without abbrevitions and with 
several values should suffice and be less confusing IMO.




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