AHeise commented on a change in pull request #9564: 
[FLINK-12481][FLINK-12482][FLINK-12958] Streaming runtime: integrate mailbox 
for timer triggers, checkpoints and AsyncWaitOperator
URL: https://github.com/apache/flink/pull/9564#discussion_r320225138
 
 

 ##########
 File path: 
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperatorTest.java
 ##########
 @@ -700,11 +696,11 @@ private void testAsyncTimeout(LazyAsyncFunction 
lazyAsyncFunction,
                        2,
                        AsyncDataStream.OutputMode.ORDERED);
 
-               final MockEnvironment mockEnvironment = createMockEnvironment();
-               
mockEnvironment.setExpectedExternalFailureCause(Throwable.class);
-
                final OneInputStreamOperatorTestHarness<Integer, Integer> 
testHarness =
-                       new OneInputStreamOperatorTestHarness<>(operator, 
IntSerializer.INSTANCE, mockEnvironment);
+                       new OneInputStreamOperatorTestHarness<>(operator, 
IntSerializer.INSTANCE);
 
 Review comment:
   +1 for unification

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