rkhachatryan commented on code in PR #25652:
URL: https://github.com/apache/flink/pull/25652#discussion_r1843601860


##########
flink-tests/src/test/java/org/apache/flink/test/misc/JobIDLoggingITCase.java:
##########
@@ -149,9 +149,7 @@ void testJobIDLogging(@InjectClusterClient ClusterClient<?> 
clusterClient) throw
                 sourceCoordinatorLogging,
                 asList(
                         "Starting split enumerator.*",
-                        "Distributing maxAllowedWatermark.*",
-                        "Source .* registering reader for parallel task.*",
-                        "Closing SourceCoordinator for source .*"));

Review Comment:
   I tried the unit test approach but it didn't work: an RPC system should be 
created and should receive messages instead of direct method invocations.
   Which could be done I guess, but I don't it worth it.



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