Added docs for durable mailboxes, plus filtered out replication tests

This commit is contained in:
Jonas Bonér 2011-05-17 16:34:07 +02:00
parent 160ff867cb
commit 962ee1ebba
11 changed files with 275 additions and 22 deletions

View file

@ -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()
}