AHeise commented on a change in pull request #16770:
URL: https://github.com/apache/flink/pull/16770#discussion_r687872195
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/SinkITCase.java
##########
@@ -256,6 +275,95 @@ public void writerAndGlobalCommitterExecuteInBatchMode()
throws Exception {
containsInAnyOrder(EXPECTED_GLOBAL_COMMITTED_DATA_IN_BATCH_MODE.toArray()));
}
+ @Test
+ public void testMetrics() throws Exception {
Review comment:
The are in completely unrelated packages and I hate to generify it to
something completely independent. Maybe we should embed it into the connector
testing framework when it arrives and is beefed for sinks.
--
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]