You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/30 15:47:10 UTC

[GitHub] [flink] GJL commented on a change in pull request #9271: [FLINK-13384][runtime] Fix back pressure sampling for SourceStreamTask

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:
users@infra.apache.org


With regards,
Apache Git Services