Commit graph

2597 commits

Author SHA1 Message Date
Debasish Ghosh
6e8b23eea3 refactoring to remove compiler warnings reported by Viktor 2010-09-29 15:06:31 +05:30
Jonas Bonér
954a11b82e Refactored ExecutableMailbox to make it accessible for other implementations 2010-09-29 10:57:25 +02:00
Jonas Bonér
e4a29cbc0e Merge branch 'master' of git@github.com:jboner/akka 2010-09-29 09:48:57 +02:00
ticktock
77bda9f582 Initial Spec for MapStorageBackend 2010-09-28 22:06:06 -04:00
ticktock
2218198909 Persistence Compatibility Test Harness and Voldemort Implementation
Kept each of the datastructure test classes in seperate files as comprehensive tests will probably be relatively long
2010-09-28 18:38:15 -04:00
Viktor Klang
94344041a0 Removing runActorInitialization volatile field, replace with isRunning check 2010-09-28 16:30:58 +02:00
ticktock
b234bd621a Initial Sketch of Persistence Compatibility Tests 2010-09-28 09:49:58 -04:00
Viktor Klang
6af2a52c60 Removing isDeserialize volatile field since it doesn´t seem to have any use 2010-09-28 15:25:25 +02:00
Michael Kober
25d66778f2 closing ticket 444, moved RemoteActorSet to ActorRegistry 2010-09-28 14:44:45 +02:00
Viktor Klang
d876887ed9 Removing classloader field (volatile) from LocalActorRef, wasn´t used 2010-09-28 14:08:23 +02:00
Viktor Klang
b0e99413b7 Replacing use of == null and != null for Scala 2010-09-28 11:21:05 +02:00
Michael Kober
212f721166 closing ticket441, implemented typed actor methods for ActorRegistry 2010-09-28 11:12:40 +02:00
Viktor Klang
8bedc2b326 Fixing compiler issue that caused problems when compiling with JDT 2010-09-28 10:22:55 +02:00
ticktock
2cb5fafce5 Initial PersistentRef spec 2010-09-27 20:23:05 -04:00
ticktock
72d885903c Merge branch 'master' of github.com:jboner/akka 2010-09-27 19:05:46 -04:00
ticktock
ae2716c826 Finished off Queue API 2010-09-27 19:05:35 -04:00
ticktock
8c67399ea1 Further Queue Impl 2010-09-27 16:59:44 -04:00
Viktor Klang
a47ce5be4e Fixing ticket 413 2010-09-27 17:30:49 +02:00
ticktock
b714003a6e Merge branch 'master' of https://github.com/jboner/akka 2010-09-27 11:20:50 -04:00
Jonas Bonér
05bc7498ef Merge branch 'master' of git@github.com:jboner/akka 2010-09-27 11:59:36 +02:00
Jonas Bonér
11c1bb339d Support for more durable mailboxes 2010-09-27 11:59:28 +02:00
Michael Kober
078d11b676 Merge branch 'ticket322' 2010-09-26 19:05:26 +02:00
Jonas Bonér
ecad8febe9 Merge branch 'master' of git@github.com:jboner/akka 2010-09-25 18:37:37 +02:00
ticktock
47401a9261 Merge branch 'master' of github.com:jboner/akka 2010-09-25 12:05:28 -04:00
ticktock
191ff4c53d Made dequeue operation retriable in case of errors, switched from Seq to Stream for queue removal 2010-09-25 12:05:06 -04:00
David Greco
71a56e991e Small change in the config file 2010-09-25 09:09:52 +02:00
Jonas Bonér
4f25ffb2e3 Merge branch 'master' of git@github.com:jboner/akka 2010-09-25 06:45:59 +02:00
Jonas Bonér
771d370985 Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-actor/src/main/scala/dispatch/Dispatchers.scala
	akka-actor/src/main/scala/dispatch/MessageHandling.scala
	akka-actor/src/main/scala/util/ReflectiveAccess.scala
2010-09-25 06:44:12 +02:00
ticktock
e6a0cf5251 more queue implementation 2010-09-24 23:52:27 -04:00
ticktock
49efebc942 Refactor to utilize only one voldemort store per datastructure type 2010-09-24 19:38:28 -04:00
Jonas Bonér
33e491e86e Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-actor/src/main/scala/dispatch/Dispatchers.scala
	akka-actor/src/main/scala/dispatch/MessageHandling.scala
	akka-actor/src/main/scala/util/ReflectiveAccess.scala
2010-09-24 22:49:28 +02:00
Jonas Bonér
0e03f0c34e Changed file-based mailbox creation 2010-09-24 20:28:23 +02:00
Martin Krasser
6ca5e37892 Merge branch 'master' of github.com:jboner/akka 2010-09-24 18:14:03 +02:00
Martin Krasser
c2462dd15b API-docs improvements. 2010-09-24 18:11:29 +02:00
ticktock
a17837e4b4 Merge remote branch 'ticktock/master' 2010-09-24 11:27:09 -04:00
Michael Kober
2c969faf06 closing ticket322 2010-09-24 13:37:58 +02:00
Martin Krasser
d3744e66de Merge branch 'master' of github.com:jboner/akka 2010-09-24 12:18:41 +02:00
momania
c6470b0e02 initial take on java examples 2010-09-24 12:13:29 +02:00
Debasish Ghosh
a1f35fa4f0 reducing boilerplate imports with package objects 2010-09-24 15:42:52 +05:30
Martin Krasser
4f578b58f7 Only execute tests matching *Test by default in akka-camel and akka-sample-camel. Rename stress tests in akka-sample-camel to *TestStress. 2010-09-24 12:11:25 +02:00
Martin Krasser
c58a8c7744 Only execute tests matching *Test by default in akka-camel and akka-sample-camel. Rename stress tests in akka-sample-camel to *TestStress. 2010-09-24 12:08:27 +02:00
Martin Krasser
1505c3ac14 Organized imports 2010-09-24 11:53:19 +02:00
Martin Krasser
7606dda33a Renamed two akka-camel tests from *Spec to *Test 2010-09-24 10:40:46 +02:00
David Greco
b7005bcc08 Aligned the hbase test to the new mechanism for optionally running integration tests 2010-09-24 10:09:02 +02:00
David Greco
3e43f6cb8f Aligned the hbase test to the new mechanism for optionally running integration tests 2010-09-24 10:08:27 +02:00
momania
489db0074f add test filter to the amqp project 2010-09-24 09:29:05 +02:00
David Greco
83b2450393 Aligned the hbase test to the new mechanism for optionally running integration tests 2010-09-24 09:17:29 +02:00
David Greco
b76c76651f Aligned the hbase test to the new mechanism for optionally running integration tests 2010-09-24 09:15:52 +02:00
momania
bd8e677150 wait a bit longer than the deadline... so test always works... 2010-09-24 09:07:04 +02:00
momania
058339240e renamed tests to support integration test selection via sbt 2010-09-24 07:49:25 +02:00