clean up and stabilization, getting ready for M1
This commit is contained in:
parent
6a65c67ca7
commit
95d598fb66
119 changed files with 1839 additions and 5140 deletions
|
|
@ -13,7 +13,8 @@ import org.junit.{Test, Before}
|
|||
import org.junit.Assert._
|
||||
|
||||
class PersistentActor extends Actor {
|
||||
makeTransactional
|
||||
timeout = 100000
|
||||
makeTransactionRequired
|
||||
private val mapState = TransactionalState.newPersistentMap(CassandraStorageConfig())
|
||||
private val vectorState = TransactionalState.newPersistentVector(CassandraStorageConfig())
|
||||
private val refState = TransactionalState.newPersistentRef(CassandraStorageConfig())
|
||||
|
|
@ -49,7 +50,7 @@ class PersistentActor extends Actor {
|
|||
}
|
||||
|
||||
class PersistentFailerActor extends Actor {
|
||||
makeTransactional
|
||||
makeTransactionRequired
|
||||
def receive: PartialFunction[Any, Unit] = {
|
||||
case "Failure" =>
|
||||
throw new RuntimeException("expected")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue