XComp commented on code in PR #19351:
URL: https://github.com/apache/flink/pull/19351#discussion_r844035571


##########
flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskTest.java:
##########
@@ -315,7 +334,7 @@ private void testExecutionFailsInNetworkRegistration(
                         
.setPartitionProducerStateChecker(partitionProducerStateChecker)
                         .setResultPartitions(resultPartitions)
                         .setInputGates(inputGates)
-                        .build();
+                        .build(EXECUTOR_RESOURCE.getExecutor());

Review Comment:
   🤦 I didn't see that when looking through the 10000 `createTaskBuilder` (in 
contrast to `new TestTaskBuilder`). Fair enought... 😇 



-- 
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]

Reply via email to