summaryrefslogtreecommitdiff
path: root/test/files/jvm/actmig-loop-react.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removing actors-migration from main repository so it can live on elsewhere.Josh Suereth2012-10-301-195/+0
| | | | | | | * Removes actors-migration hooks from partest * Removes actors-migration code * removes actors-migration tests * removes actors-migration distribution packaging.
* SI-6442 - Add ActorDSL object for actor migration kitphaller2012-09-291-10/+9
| | | | Removes MigrationSystem, since ActorDSL replaces it.
* Additional Actor Migration Tests.Vojin Jovanovic2012-09-251-0/+196
| | | | Review by @phaller.
* Removing the actor migration undeterministic test.Vojin Jovanovic2012-07-091-188/+0
|
* Making Actor Migration Tests deterministic.Vojin Jovanovic2012-06-201-0/+188
| | | | Review by: @phaller
* Removing non-deterministic actor migration tests.Vojin Jovanovic2012-05-251-170/+0
| | | | Testing these issues takes significant amounts of time so I am temporarely removing them from the master. The issue is not in the code but in the tests output order.
* Adding the Actor Migration Kit.Vojin Jovanovic2012-05-181-0/+170
Kit consists of: 1) The StashingActor which adopts an interface similar to Akka. 2) Props mockup for creating Akka like code 3) Pattern mockup 4) Test cases for every step in the migration. 5) MigrationSystem which will paired on the Akka side. Review of the code : @phaller Review of the build: @jsuereth