protoactor-kotlin icon indicating copy to clipboard operation
protoactor-kotlin copied to clipboard

Wrong action from supervisor strategy when running multiple tests

Open rogeralsing opened this issue 6 years ago • 0 comments

The actorStartedException succeeds when running in isolation. But when running together with the full testsuite, it fails.

I can see that we are getting the wrong system message in the ActorContext at a point. The handleFailure of the OneForOneStrategy is the caller, and it seems to be passing the message.

Not clear what causes this. Concurrency issues in a concurrency lib are the best :-/

rogeralsing avatar May 15 '18 13:05 rogeralsing