pnowojski commented on a change in pull request #11459:
[FLINK-16690][task][tests] Refactor StreamTaskTest to reuse TestTaskBuilder and
MockStreamTaskBuilder
URL: https://github.com/apache/flink/pull/11459#discussion_r395509131
##########
File path:
flink-streaming-java/src/test/java/org/apache/flink/streaming/util/MockStreamTaskBuilder.java
##########
@@ -57,9 +57,11 @@
private BiConsumer<String, Throwable> handleAsyncException = (message,
throwable) -> { };
private TaskMailbox taskMailbox = new TaskMailboxImpl();
private StreamTaskActionExecutor.SynchronizedStreamTaskActionExecutor
taskActionExecutor = StreamTaskActionExecutor.synchronizedExecutor();
+ private StreamInputProcessor inputProcessor;
Review comment:
nit: `@Nullable`
----------------------------------------------------------------
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