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



##########
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:
       > The argument against -claim or -no-claim was that it does not work 
well for other modes such as e.g. legacy.
   
   Could you elaborate what do you mean? Why it does not work?




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