pjfanning commented on PR #2792:
URL: https://github.com/apache/pekko/pull/2792#issuecomment-4149781629

   > If I change the `===` to `==` on line 100 the test passes for me. 
scalatest 3.2.20 does contain a change around the `===` macro. Changing line 
100 to this also makes the test pass:
   > 
   > ```
   >       val result = Await.result(slowOne ? "hogexecutor", timeout.duration)
   >       assert(result === "OK")
   > ```
   
   @Philippus thanks for the pointer.
   I found a workaround in d223a93abea66afc8a3efca2de0f5953d6de4fdb - at least 
works for me locally.
   
   I tried to isolate the issue to report it to Scalatest team but so far the 
cut down test does not exhibit the issue.
   https://github.com/pjfanning/scalatest-issue


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to