Move JoinTwoClustersSpec to multi-jvm. See #2111
This commit is contained in:
parent
037caf5136
commit
8d114f5da5
1 changed files with 7 additions and 9 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue