spuru9 commented on code in PR #29109:
URL: https://github.com/apache/flink/pull/29109#discussion_r3939447660


##########
flink-container/src/test/java/org/apache/flink/container/entrypoint/StandaloneApplicationClusterConfigurationParserFactoryTest.java:
##########
@@ -218,6 +219,50 @@ void testSavepointRestoreSettingsParsing() throws 
FlinkParseException {
         assertThat(savepointRestoreSettings.allowNonRestoredState()).isTrue();
     }
 
+    @Test
+    void testClaimModeParsing() throws FlinkParseException {

Review Comment:
   nit: These two are identical except for --claimMode vs --restoreMode. Worth 
collapsing into a parameterized 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