Merge pull request #2053 from drewhk/wip-3902-reduce-drop-in-stresstest-drewhk
=rem #3902: Reduce disassociate errors in remote stress-test
This commit is contained in:
commit
8e32b4577c
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class AkkaProtocolStressTest extends AkkaSpec(configA) with ImplicitSender with
|
|||
"guarantee at-most-once delivery and message ordering despite packet loss" taggedAs TimingTest in {
|
||||
system.eventStream.publish(TestEvent.Mute(DeadLettersFilter[Any]))
|
||||
systemB.eventStream.publish(TestEvent.Mute(DeadLettersFilter[Any]))
|
||||
Await.result(RARP(system).provider.transport.managementCommand(One(addressB, Drop(0.3, 0.3))), 3.seconds.dilated)
|
||||
Await.result(RARP(system).provider.transport.managementCommand(One(addressB, Drop(0.1, 0.1))), 3.seconds.dilated)
|
||||
|
||||
val tester = system.actorOf(Props(classOf[SequenceVerifier], here, self)) ! "start"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue