summaryrefslogtreecommitdiff
path: root/test/files/jvm/actmig-instantiation.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6442 - Add ActorDSL object for actor migration kitphaller2012-09-291-2/+2
| | | | Removes MigrationSystem, since ActorDSL replaces it.
* Making Actor Migration Tests deterministic.Vojin Jovanovic2012-06-201-0/+8
| | | | Review by: @phaller
* Removing non-deterministic actor migration tests.Vojin Jovanovic2012-05-251-8/+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/+8
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