akka icon indicating copy to clipboard operation
akka copied to clipboard

Failed: TypedActorRemoteDeploySpec

Open octonato opened this issue 2 years ago • 0 comments

https://github.com/akka/akka/runs/7484358602?check_suite_focus=true#step:5:1043

[info] TypedActorRemoteDeploySpec:
Coroner Thread Count starts at 37 in akka.remote.TypedActorRemoteDeploySpec
[info] Typed actors
[info] - must be possible to deploy remotely and communicate with *** FAILED *** (3 seconds, 538 milliseconds)
[info]   java.util.concurrent.TimeoutException: Future timed out after [3 seconds]
[info]   at scala.concurrent.impl.Promise$DefaultPromise.tryAwait0(Promise.scala:248)
[info]   at scala.concurrent.impl.Promise$DefaultPromise.result(Promise.scala:261)
[info]   at scala.concurrent.Await$.$anonfun$result$1(package.scala:201)
[info]   at scala.concurrent.BlockContext$DefaultBlockContext$.blockOn(BlockContext.scala:62)
[info]   at scala.concurrent.Await$.result(package.scala:124)
[info]   at akka.remote.TypedActorRemoteDeploySpec.verify(TypedActorRemoteDeploySpec.scala:51)
[info]   at akka.remote.TypedActorRemoteDeploySpec.$anonfun$new$2(TypedActorRemoteDeploySpec.scala:61)

octonato avatar Aug 01 '22 14:08 octonato