czy006 commented on code in PR #21012:
URL: https://github.com/apache/flink/pull/21012#discussion_r1015372020


##########
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/JarHandlerParameterTest.java:
##########
@@ -69,6 +71,11 @@ enum ProgramArgsParType {
     static final String[] PROG_ARGS = new String[] {"--host", "localhost", 
"--port", "1234"};
     static final int PARALLELISM = 4;
 
+    static final Map<String, String> FLINK_CONFIGURATION =
+            ImmutableMap.of(
+                    CoreOptions.DEFAULT_PARALLELISM.key(), "2",

Review Comment:
   because both **JarPlanHandler** and **JarRunHandler** are tested, but in 
fact, JarPlanHandler has nothing to do with Savepoint settings, so I extracted 
a method here. If I need to improve this part of the test to make it simple, 
what should I do, this is where I'm confused 🤔



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