Skip to content

Commit

Permalink
Update OutboundIdleShutdownSpec.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 12, 2024
1 parent fa3e2bb commit e8ca97e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class OutboundIdleShutdownSpec extends ArteryMultiNodeSpec(s"""

eventually {
remoteEcho.tell("ping", localEchoRef) // trigger sending message from remote to local, which will trigger local to wrongfully notify remote that it is quarantined
expectMsgType[ThisActorSystemQuarantinedEvent] // this is what remote emits when it learns it is quarantined by local. This is not correct and is what (with SBR enabled) triggers killing the node.
expectMsgType[ThisActorSystemQuarantinedEvent] // this is what remote emits when it learns it is quarantined by local
}
}

Expand Down

0 comments on commit e8ca97e

Please sign in to comment.