pnowojski commented on code in PR #24895:
URL: https://github.com/apache/flink/pull/24895#discussion_r1631428461
##########
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskMailboxTestHarness.java:
##########
@@ -136,6 +136,17 @@ public boolean processSingleStep() throws Exception {
return false;
}
+ public boolean processSingleMailboxLoop() throws Exception {
+ if (streamTask.mailboxProcessor.isMailboxLoopRunning()) {
+ return streamTask.runSingleMailboxLoop();
+ }
+ return false;
+ }
+
+ public MailboxExecutor getMainMailboxExecutor() {
+ return streamTask.mailboxProcessor.getMainMailboxExecutor();
+ }
+
Review Comment:
left overs from previous version. removed
--
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]