zhijiangW commented on a change in pull request #9170: [FLINK-13325][test] Add 
test to guard the fix for FLINK-13249
URL: https://github.com/apache/flink/pull/9170#discussion_r306175069
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskTest.java
 ##########
 @@ -148,6 +120,7 @@ public void teardown() throws Exception {
        public void testRegularExecution() throws Exception {
                final QueuedNoOpTaskManagerActions taskManagerActions = new 
QueuedNoOpTaskManagerActions();
                final Task task = createTaskBuilder()
+                       .setInvokable(TestInvokableCorrect.class)
 
 Review comment:
   This change might be a separate pre hotfix commit.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to