Always removeNode when shutdown, see 2137

This commit is contained in:
Patrik Nordwall 2012-06-04 14:29:32 +02:00
parent 415366e881
commit f30a1a0b1f
6 changed files with 3 additions and 7 deletions

View file

@ -65,7 +65,6 @@ abstract class LeaderElectionSpec extends MultiNodeSpec(LeaderElectionMultiJvmSp
case `controller`
testConductor.enter("before-shutdown")
testConductor.removeNode(leader)
testConductor.shutdown(leader, 0)
testConductor.enter("after-shutdown", "after-down", "completed")