GJL commented on a change in pull request #9271: [FLINK-13384][runtime] Fix back pressure sampling for SourceStreamTask URL: https://github.com/apache/flink/pull/9271#discussion_r308800470
########## File path: flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskTest.java ########## @@ -922,6 +926,40 @@ public void testTerminationFutureCompletesOnErrorInInvoke() throws Exception { assertEquals(ExecutionState.FAILED, task.getTerminationFuture().getNow(null)); } + @Test Review comment: Done. I think we can delete `BackPressureStatsTrackerImplITCase`. 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services