make LocalScope mean “purely local” and avoid Props serialization check, see #3210

This commit is contained in:
Roland 2013-05-29 16:13:10 +02:00
parent a4af04ca09
commit 92db59183e
51 changed files with 205 additions and 117 deletions

View file

@ -12,6 +12,7 @@ import scala.concurrent.duration._
import akka.actor.Props
import akka.actor.Actor
import akka.cluster.MemberStatus._
import akka.actor.Deploy
object NodeLeavingAndExitingMultiJvmSpec extends MultiNodeConfig {
val first = role("first")
@ -51,7 +52,7 @@ abstract class NodeLeavingAndExitingSpec
case _: MemberRemoved // not tested here
}
})), classOf[MemberEvent])
}).withDeploy(Deploy.local)), classOf[MemberEvent])
enterBarrier("registered-listener")
runOn(third) {