Added docs for durable mailboxes, plus filtered out replication tests
This commit is contained in:
parent
160ff867cb
commit
962ee1ebba
11 changed files with 275 additions and 22 deletions
|
|
@ -36,6 +36,7 @@ class ClusterDeployerSpec extends WordSpec with MustMatchers with BeforeAndAfter
|
|||
oldDeployment must equal(newDeployment.get)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
"be able to create an actor deployed using ClusterDeployer" in {
|
||||
val pi = Actor.actorOf[Pi]("service-pi")
|
||||
|
|
@ -58,7 +59,7 @@ class ClusterDeployerSpec extends WordSpec with MustMatchers with BeforeAndAfter
|
|||
}
|
||||
|
||||
override def afterAll() {
|
||||
Deployer.shutdown()
|
||||
ClusterDeployer.shutdown()
|
||||
Cluster.shutdownLocalCluster()
|
||||
Actor.registry.local.shutdownAll()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue