Roiocam commented on code in PR #1096:
URL: https://github.com/apache/incubator-pekko/pull/1096#discussion_r1478234531
##########
actor-typed-tests/src/test/scala/org/apache/pekko/actor/typed/scaladsl/DispatcherSelectorSpec.scala:
##########
@@ -95,19 +105,13 @@ class DispatcherSelectorSpec(config: Config)
}
"select same dispatcher as parent, several levels" in {
- val grandParent = spawn(SpawnProtocol(),
Props.empty.withDispatcherFromConfig("ping-pong-dispatcher"))
- val parentProbe = createTestProbe[ActorRef[SpawnProtocol.Spawn[Ping]]]()
- grandParent ! SpawnProtocol.Spawn(
- SpawnProtocol(),
- "parent",
- Props.empty.withDispatcherSameAsParent,
- parentProbe.ref)
-
- val childProbe = createTestProbe[ActorRef[Ping]]()
- grandParent ! SpawnProtocol.Spawn(PingPong(), "child",
Props.empty.withDispatcherSameAsParent, childProbe.ref)
Review Comment:
Fix children not spawn from the parent
--
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]