Added acknowledged delivery of system messages
This commit is contained in:
parent
489c00b913
commit
2b0a27be9e
29 changed files with 4750 additions and 2768 deletions
|
|
@ -214,7 +214,7 @@ class RemotingSpec extends AkkaSpec(RemotingSpec.cfg) with ImplicitSender with D
|
|||
|
||||
"send error message for wrong address" in {
|
||||
filterEvents(EventFilter.error(start = "AssociationError", occurrences = 1),
|
||||
EventFilter.warning(pattern = ".*dead letter.*echo.*", occurrences = 1)) {
|
||||
EventFilter.error(pattern = "Address is now quarantined", occurrences = 1)) {
|
||||
system.actorFor("akka.test://nonexistingsystem@localhost:12346/user/echo") ! "ping"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue