=rem #17365 Add missing barrier in RemoteGatePiercingSpec

This commit is contained in:
Patrik Nordwall 2015-05-04 09:59:21 +02:00
parent 920dc48109
commit 31003ffcb2

View file

@ -63,12 +63,13 @@ abstract class RemoteGatePiercingSpec
expectMsgType[ActorIdentity].ref.get
}
"RemoteNodeRestartGate" must {
"RemoteGatePiercing" must {
"allow restarted node to pass through gate" taggedAs LongRunningTest in {
runOn(first) {
system.actorOf(Props[Subject], "subject")
system.actorOf(Props[Subject], "subject")
enterBarrier("actors-started")
runOn(first) {
identify(second, "subject")
enterBarrier("actors-communicate")
@ -85,8 +86,6 @@ abstract class RemoteGatePiercingSpec
}
runOn(second) {
system.actorOf(Props[Subject], "subject")
enterBarrier("actors-communicate")
enterBarrier("gated")