Rewriting so that the termination flag is on the mailbox instead of the ActorCell

This commit is contained in:
Viktor Klang 2011-09-23 13:14:17 +02:00
parent f30bc274d3
commit 1edd52c691
9 changed files with 105 additions and 95 deletions

View file

@ -13,7 +13,7 @@ class CallingThreadDispatcherModelSpec extends ActorModelSpec {
// A CallingThreadDispatcher can by design not process messages in parallel,
// so disable this test
override def dispatcherShouldProcessMessagesInParallel {}
//override def dispatcherShouldProcessMessagesInParallel {}
// This test needs to be adapted: CTD runs the flood completely sequentially
// with start, invocation, stop, schedule shutdown, abort shutdown, repeat;
@ -38,9 +38,9 @@ class CallingThreadDispatcherModelSpec extends ActorModelSpec {
}
}
override def dispatcherShouldCompleteAllUncompletedSenderFuturesOnDeregister {
/*override def dispatcherShouldCompleteAllUncompletedSenderFuturesOnDeregister {
//Can't handle this...
}
} */
@After
def after {