dawidwys commented on a change in pull request #18024:
URL: https://github.com/apache/flink/pull/18024#discussion_r765052981
##########
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:
If you think that's confusing I guess we can drop `-r` and stick with
just `restoreMode`. It would also solve @Myasuka concern about duplicated `-r`
option.
--
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]