pnowojski commented on code in PR #25652:
URL: https://github.com/apache/flink/pull/25652#discussion_r1842181428
##########
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:
How could we restore the test coverage for the `SourceCoordinator`? 🤔 Maybe
the easiest way would be to add some logging assertions to the
`SourceCoordinator`'s unit tests, instead of relaying on one big
`JobIDLoggingITCase` to cover everything? WDYT?
--
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]