zentol commented on code in PR #19351:
URL: https://github.com/apache/flink/pull/19351#discussion_r842936866


##########
flink-clients/src/test/java/org/apache/flink/client/deployment/application/ApplicationDispatcherBootstrapITCase.java:
##########
@@ -73,6 +76,10 @@
 @ExtendWith(TestLoggerExtension.class)
 public class ApplicationDispatcherBootstrapITCase {
 
+    @RegisterExtension
+    static final TestExecutorExtension<ScheduledExecutorService> 
EXECUTOR_EXTENSION =

Review Comment:
   according to the docs RegisterExtension fields should be package-private. It 
does work for static fields, but that may be an undocumented feature.



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