davidradl commented on code in PR #26356:
URL: https://github.com/apache/flink/pull/26356#discussion_r2016335553
##########
flink-runtime/src/test/java/org/apache/flink/streaming/api/operators/SourceOperatorTest.java:
##########
@@ -273,6 +273,20 @@ public void testMetricGroupTracksSplitWatermark() throws
Exception {
expectedWatermark);
}
+ @Test
+ public void testMetricGroupReturnsDefaultIfNoSplitWatermark() throws
Exception {
Review Comment:
nit: can we add a test where some of the splits have WMs and some do not?
--
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]