From e8ca97eda246746b81b2973e761aec0ea96bc81a Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 12 Nov 2024 23:47:23 +0100 Subject: [PATCH] Update OutboundIdleShutdownSpec.scala --- .../apache/pekko/remote/artery/OutboundIdleShutdownSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/src/test/scala/org/apache/pekko/remote/artery/OutboundIdleShutdownSpec.scala b/remote/src/test/scala/org/apache/pekko/remote/artery/OutboundIdleShutdownSpec.scala index 8ec041c7a0..c57350a745 100644 --- a/remote/src/test/scala/org/apache/pekko/remote/artery/OutboundIdleShutdownSpec.scala +++ b/remote/src/test/scala/org/apache/pekko/remote/artery/OutboundIdleShutdownSpec.scala @@ -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 } }