Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/4761#discussion_r154080335 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/operators/testutils/DummyEnvironment.java --- @@ -190,4 +191,8 @@ public InputGate getInputGate(int index) { return null; } + @Override + public TaskEventDispatcher getTaskEventDispatcher() { + return null; --- End diff -- ok, let's try this out
---