dawidwys commented on a change in pull request #18024:
URL: https://github.com/apache/flink/pull/18024#discussion_r765487578
##########
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:
Using `-s expectedSavepointPath -n --legacy` is not necessarily
descriptive. It is not straightforward to tell what the `legacy` refers to.
This has been also pointed out by @rkhachatryan. Do you have any comments on
that?
--
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]