tillrohrmann opened a new pull request #16438:
URL: https://github.com/apache/flink/pull/16438


   After FLINK-23202 the 
AkkaRcpActorTest.testOnStopFutureCompletionDirectlyTerminatesAkkaRpcActor 
became unstable
   because it assumed that RPC call after the RpcEndpoint is terminated won't 
be executed. With FLINK-23202 these
   calls are now sent to the dead letter box which will result in a Failure 
response. Consequently, the second rpc
   is now failing with an RecipientUnreachableException. This commit updates 
the test to assert for this condition.
   
   Before, the test was passing because of a potential race condition where the 
second result future was not completed.
   


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