Clarkkkkk commented on a change in pull request #7780: [FLINK-11593][tests] Check & port TaskManagerTest to new code base URL: https://github.com/apache/flink/pull/7780#discussion_r261062947
########## File path: flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/TestingAbstractInvokables.java ########## @@ -82,4 +84,94 @@ public void invoke() throws Exception { } } } + + /** + * Test invokable which blocks after invoke was called. + */ + public static class BlockingInvokable extends AbstractInvokable { Review comment: Thanks, will do that. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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