Additional tests for async boundaries and GroupBy #24676
This commit is contained in:
parent
d08f31bcdb
commit
dfd8d8aa81
5 changed files with 83 additions and 28 deletions
|
|
@ -743,7 +743,11 @@ private final case class SavedIslandData(islandGlobalOffset: Int, lastVisitedOff
|
|||
case OptionVal.Some(n) ⇒ n
|
||||
case OptionVal.None ⇒ islandName
|
||||
}
|
||||
materializer.actorOf(props, actorName)
|
||||
|
||||
val ref = materializer.actorOf(props, actorName)
|
||||
if (PhasedFusingActorMaterializer.Debug) {
|
||||
println(s"Spawned actor [$ref] with shell: $shell")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue