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


##########
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:
   Done in f25eef164dc: combined the two tests into a @ParameterizedTest with 
@ValueSource(strings = {"--claimMode", "--restoreMode"}), retaining both 
existing assertions. The targeted test class passes (13 tests) with JDK 17, and 
Spotless checks pass.



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