zentol commented on a change in pull request #6754: [FLINK-10295] Add support
of passing jar arguments as list of separate strings in REST API
URL: https://github.com/apache/flink/pull/6754#discussion_r221887770
##########
File path:
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/JarRunHandlerParameterTest.java
##########
@@ -57,17 +61,27 @@
import java.util.concurrent.atomic.AtomicReference;
import java.util.stream.Collectors;
+import static junit.framework.TestCase.assertEquals;
+import static junit.framework.TestCase.fail;
+
/**
* Tests for the parameter handling of the {@link JarRunHandler}.
*/
public class JarRunHandlerParameterTest extends TestLogger {
Review comment:
A similar test is required for the `JarPlanHandler`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services