Jonas Bonér
d1fb1b9252
Changed name of test files to end with *Spec.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-06-02 17:36:10 +02:00
Jonas Bonér
e0fbf2f324
Renamed the NodeStartupSpec to NodeJoinAndUpSpec and added tests for both JOINING and UP.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-06-01 18:06:43 +02:00
Jonas Bonér
505e0717b9
Made the timeout for test dilated
2012-06-01 17:25:27 +02:00
Jonas Bonér
a3d48339ca
Added test for testing cluster node transitioning from UP -> LEAVING -> EXITING -> REMOVED.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-06-01 16:51:18 +02:00
Jonas Bonér
3ac39cce95
Added test for testing cluster node transitioning from UP -> LEAVING -> EXITING.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-06-01 16:50:56 +02:00
Jonas Bonér
de8bb7d96f
Added test for testing cluster node transitioning from UP -> LEAVING.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-06-01 16:50:34 +02:00
Jonas Bonér
0449f85a86
Added implementation of the LEAVE command for a cluster node.
...
* Added implementation of the LEAVE command for a cluster node
* Changed the meaning of Member.isUnavailable to only DOWN and REMOVED
* Removed EXIT and UP as user commands
* Fixed Cluster.self to fall back to checking for itself in the gossip.overview.unreachable set.
* Added Leader action transitioning from LEAVING -> EXITING
* Improved comments
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-06-01 16:49:50 +02:00
Viktor Klang
3b06c0a7c2
Merge branch 'master' of github.com:akka/akka
2012-05-31 22:00:32 +02:00
Viktor Klang
fca5b9afbd
#2166 - Adding link to Kryo serialization by Roman Levenstein
2012-05-31 21:58:24 +02:00
viktorklang
3a565c6c53
Merge pull request #499 from akka/wip-2117-singleton-cluster-patriknw
...
Singleton cluster convergence, see #2117
2012-05-31 12:35:16 -07:00
viktorklang
346f8be047
Correcting typo
2012-05-31 21:14:43 +03:00
viktorklang
27dbe85a70
Correcting typo
2012-05-31 21:14:19 +03:00
Patrik Nordwall
5578aef13a
Changed loglevel to INFO for debugConfig(false)
2012-05-31 17:39:35 +02:00
Patrik Nordwall
13a93dfb50
Fix regression IllegalStateException: Can't find this Member, see #2117
...
* Gossiping to myself caused the failure detector to mark myself as unreachable
* Don't heartbeat for myself failure detector
2012-05-31 17:36:59 +02:00
Patrik Nordwall
9d1cbdc601
Singleton cluster convergence, see #2117
2012-05-31 14:48:12 +02:00
Patrik Nordwall
dfcdbc5221
Boy scouting
2012-05-31 14:48:12 +02:00
Björn Antonsson
5bc4391e04
Make multi-jvm run all tests even when there are failures see #2154
2012-05-31 14:02:36 +02:00
patriknw
cba5c9b27a
Merge pull request #497 from akka/wip-2123-cluster-random-patriknw
...
Cluster usage of SecureRandom is slow, see #2153
2012-05-31 01:54:24 -07:00
Viktor Klang
90344b657e
Removing doc references to onResult and onTimeout
2012-05-30 23:32:22 +02:00
Patrik Nordwall
36385f981b
Add missing barrier
2012-05-30 19:32:10 +02:00
Patrik Nordwall
e469561543
Minor corrections and cleanup
2012-05-30 17:17:09 +02:00
Patrik Nordwall
cd8e0ab3b1
Change to ThreadLocalRandom, see #2123
2012-05-30 17:16:46 +02:00
Björn Antonsson
35aaa220aa
Quoting strings differently for multi-node
2012-05-29 17:16:28 +02:00
Björn Antonsson
4b6f00f424
Quoted strings confuses ScalaTest (space seoarated argument strings suck)
2012-05-29 15:31:57 +02:00
Björn Antonsson
d2b2f88345
Merge pull request #495 from akka/wip-2150-make-multi-jvm-tests-run-on-multiple-nodes
...
Enable running tests on multiple nodes with -Dakka.test.multi-node=true
2012-05-29 05:36:31 -07:00
Björn Antonsson
63becd1996
Merge branch 'master' into wip-2150-make-multi-jvm-tests-run-on-multiple-nodes
...
Conflicts:
project/AkkaBuild.scala
2012-05-29 14:31:59 +02:00
Patrik Nordwall
f918ae6c32
Tag all multi node tests as long-running, since slow jenkins sometimes has problems running them.
2012-05-29 14:30:15 +02:00
patriknw
eee96292e7
Merge pull request #496 from akka/wip-2143-MultiNodeSpec-init-race-patriknw
...
Workaround for Initialization race in MultiNodeSpec, see #2143
2012-05-29 05:17:22 -07:00
patriknw
a1754a65e6
Merge pull request #494 from akka/wip-1935-port-multi-jvm-patriknw
...
Port all MultiJvm tests to MultiNode, see #1935
2012-05-29 04:26:39 -07:00
Patrik Nordwall
06f86e1091
Boy scouting based on feedback, see #1935
2012-05-29 13:18:46 +02:00
Patrik Nordwall
7456bf595a
Add doc note about using testconductor from constructor, see #2143
2012-05-29 12:50:50 +02:00
Viktor Klang
c5e6a3204c
Adding a FIXME for handleSupervisorFailing in ActorCell
2012-05-29 12:30:17 +02:00
Viktor Klang
dabe0a87e5
Switching to logging warnings instead of throwing exceptions in untrustedMode
2012-05-29 12:21:58 +02:00
Patrik Nordwall
66efe504da
Workaround for Initialization race in MultiNodeSpec, see #2143
2012-05-29 11:42:29 +02:00
Björn Antonsson
2b5b9c6b07
Merge branch 'master' into wip-2150-make-multi-jvm-tests-run-on-multiple-nodes
2012-05-29 10:52:37 +02:00
Björn Antonsson
88b611ebcb
Enable running tests on multiple nodes with -Dakka.test.multi-node=true
2012-05-29 10:40:52 +02:00
Viktor Klang
276b3f8ea3
Merge branch 'master' of github.com:akka/akka
2012-05-29 10:34:52 +02:00
Viktor Klang
9936fab620
Added Typesafe Config's license in AkkaBuild
2012-05-29 10:34:41 +02:00
Patrik Nordwall
b9a6ccaf41
Port all MultiJvm tests to MultiNode, see #1935
...
* Moved akka-remote/multi-jvm test to akka-remote-tests/multi-jvm
* Removed old test utilities that are replaced by testconductor
* Removed multi-jvm from akka-remote build, these tests are now in
akka-remote-tests
* Removed test dependencies in build that are not needed any longer
* DirectRoutedRemoteActorMultiJvmSpec replaced with
NewRemoteActorMultiJvmSpec, same thing
2012-05-29 10:06:44 +02:00
patriknw
b777483193
Merge pull request #489 from akka/wip-2110-GossipingAccrualFailureDetectorSpec-patriknw
...
Port GossipingAccrualFailureDetectorSpec to MultiNodeSpec, see #2110
2012-05-29 00:32:46 -07:00
patriknw
71da96b0de
Merge pull request #491 from akka/wip-2145-test-tags-patriknw
...
Test tags not working as expected, see #2145
2012-05-29 00:30:27 -07:00
Viktor Klang
d1e8fb0b9a
Update docs to reflect that there isn't 0 deps for akka-actor
2012-05-29 09:06:03 +02:00
Patrik Nordwall
80fabe240e
tags.exclude should add to default excludes, not override, see #2145
2012-05-29 09:05:46 +02:00
Patrik Nordwall
44b6764a40
Reduce sleep and use awaitCond for the failure case, see #2110
2012-05-29 08:46:00 +02:00
Viktor Klang
949072a097
Merge branch 'master' of github.com:akka/akka
2012-05-29 02:14:38 +02:00
Viktor Klang
5c863ad409
#2051 - Removing the embedded config library and switch to using the published OSGi-enabled 0.4.1 version
2012-05-29 02:13:25 +02:00
viktorklang
8f09182148
Merge pull request #453 from akka/issue-2076
...
closes #2076 : Streamline usage of parens on arity-0 methods with the Style Guide (once more)
2012-05-28 16:49:43 -07:00
Viktor Klang
673ee4977b
Merge branch 'master' of github.com:akka/akka
2012-05-29 01:49:19 +02:00
Viktor Klang
260e281449
#2102 - porting over the fix for Netty/356
2012-05-29 01:43:39 +02:00
viktorklang
125acb4a54
Merge pull request #490 from akka/issue-2146
...
closes #2146 : Publish OSGi bundle for akka-actor
2012-05-28 14:56:20 -07:00