zentol commented on code in PR #20574:
URL: https://github.com/apache/flink/pull/20574#discussion_r946481991
##########
flink-runtime-web/src/test/java/org/apache/flink/runtime/rest/compatibility/RestAPIStabilityTest.java:
##########
@@ -50,20 +51,21 @@
import java.util.stream.Collectors;
import java.util.stream.Stream;
-/** Stability test and snapshot generator for the REST API. */
-final class RestAPIStabilityTest {
+/** Stability test and snapshot generator for the Runtime REST API. */
+public final class RestAPIStabilityTest {
Review Comment:
Let's move this class into flink-runtime (as a sort of
`RestApiStabilityTestUtils`) and add a separate test for the runtime rest API
that makes use of it similar to the sql gateway one.
This removes the need for the runtime-web test-jar/dependency. This is
useful because it means the sql developers don't have to worry about building
the UI when building all required modules.
--
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]