TestConductorSpec failure, final barrier missing, see #2440

This commit is contained in:
Patrik Nordwall 2012-09-24 15:37:31 +02:00
parent 4e4acef959
commit 7d1a9e1d29

View file

@ -104,6 +104,8 @@ class TestConductorSpec extends MultiNodeSpec(TestConductorMultiJvmSpec) with ST
runOn(master) {
testConductor.throttle(slave, master, Direction.Receive, -1).await
}
enterBarrier("after")
}
}