Move JoinTwoClustersSpec to multi-jvm. See #2111

This commit is contained in:
Patrik Nordwall 2012-05-24 16:31:43 +02:00
parent 037caf5136
commit 8d114f5da5

View file

@ -4,15 +4,13 @@
package akka.cluster package akka.cluster
import akka.testkit._ import akka.actor.ActorSystem
import akka.dispatch._ import akka.actor.ActorSystemImpl
import akka.actor._ import akka.testkit.ImplicitSender
import akka.remote._ import akka.testkit.LongRunningTest
import akka.util.duration._ import akka.testkit.duration2TestDuration
import akka.util.duration.intToDurationInt
import com.typesafe.config._ import com.typesafe.config.ConfigFactory
import java.net.InetSocketAddress
class JoinTwoClustersSpec extends ClusterSpec("akka.cluster.failure-detector.threshold = 5") with ImplicitSender { class JoinTwoClustersSpec extends ClusterSpec("akka.cluster.failure-detector.threshold = 5") with ImplicitSender {
val portPrefix = 3 val portPrefix = 3