Commit graph

9825 commits

Author SHA1 Message Date
Patrik Nordwall
ed31c1738f Change node naming. See 2115 2012-05-25 08:55:02 +02:00
Patrik Nordwall
ee73090c98 Remove hardcode host/port for node-to-join. See #2115 2012-05-24 16:25:57 +02:00
Patrik Nordwall
d16590f82e Remove node var. See #2115 2012-05-24 15:34:11 +02:00
Patrik Nordwall
ae69c6a975 Changed the stupid node var. See #2115 2012-05-24 12:18:53 +02:00
Patrik Nordwall
dd5a78597a Port NodeMembershipSpec to MultiNodeSpec. See #2115 2012-05-24 12:00:16 +02:00
Patrik Nordwall
33cec55dbe Moved NodeMembershipSpec to multi-jvm. See #2115 2012-05-24 12:00:16 +02:00
Patrik Nordwall
55b185be02 Fix compilation error, getHostString, java7 2012-05-24 11:58:57 +02:00
Roland
fa5960372c Merge branch 'wip-2069-DirectRoutedRemoteActorMultiJvmSpec-patriknw' 2012-05-24 11:40:05 +02:00
Roland
e054816047 make failure injection idempotent
- instead of creating local top-level actors per pipeline, just create
  one system actor through which everything is sent
- this enables storing settings (like what to throttle how) within this
  actor and applying settings when connections come up later
- it also gets rid of the blocking actor creation from
  NetworkFailureInjector, fixing the dead-lock
- moved also the ServerFSMs to be children of the Controller
- all actors have proper names now for easier debugging
2012-05-24 10:56:32 +02:00
Patrik Nordwall
be87215fc6 Pass timefactor to multi-jvm process 2012-05-24 10:00:35 +02:00
patriknw
ebbc7ff8fe Merge pull request #470 from akka/wip-1948-port-cluster-tests-patriknw
Port cluster tests. See #1948
2012-05-23 23:56:46 -07:00
Patrik Nordwall
db4730978f FIXME singletonCluster should reach convergence. See #2117 2012-05-24 08:51:36 +02:00
Patrik Nordwall
d3511d25a4 Placed the barrier in after instead. See #1948 2012-05-24 08:32:50 +02:00
Björn Antonsson
a934d7f29d Make sure normal tests are run even if multi-jvm tests fail 2012-05-23 22:52:43 +02:00
Patrik Nordwall
3e416a4b2c Add convergence verification to NodeStartupSpec. See #1948 2012-05-23 17:39:34 +02:00
Patrik Nordwall
3ab02e9519 Convert NodeStartupSpec to MultiNodeSpec. See #1948 2012-05-23 16:40:30 +02:00
Jonas Bonér
63e4b6e96e Merge pull request #464 from akka/wip-verify-balancing-dispatcher-is-not-used-with-any-kind-of-router-jboner
Added verification that a BalancingDispatcher can not be used with any kind of Router.
2012-05-23 04:30:28 -07:00
Patrik Nordwall
12ff07f025 Adjusted tests to latest testconductor, remote deploy still fails. See #2069 2012-05-23 09:26:20 +02:00
Roland
1577bffe17 make too verbose logging in TestConductorSpec go away (d’oh) 2012-05-23 09:25:12 +02:00
Patrik Nordwall
a211e4daf6 Adjusted tests to latest testconductor, remote deploy still fails. See #2069 2012-05-22 16:35:43 +02:00
Roland
6c67149512 Merge branch 'wip-testconductor-∂π'
fixing up constructor of TestConductorTransport and adding resolver for
sbt-assembly (Ivy-style for scalasbt.artifactoryonline.com)
2012-05-22 16:22:10 +02:00
Roland
508d8f70a5 incorporate review comments into TestConductor work
- protect all internal API using private[akka] and ScalaDoc
- remove package object which was after a previous refactoring only used
  from a single place anyway
- document all public API methods, add brief description how failure
  injector works
- include remoteTests in the top-level aggregate project
2012-05-22 15:19:45 +02:00
Viktor Klang
f92f7431dd Adding references to Roman Levensteins akka-protostuff and akka-quickser in the serialization docs 2012-05-22 14:57:27 +02:00
patriknw
f6fcd24273 Merge pull request #468 from akka/wip-sbt0.11.3-patriknw
sbt 0.11.3 and scalariform 0.4.0
2012-05-22 05:23:29 -07:00
Patrik Nordwall
dbb2dd5c54 Merge branch 'wip-testconductor-∂π' into wip-2069-DirectRoutedRemoteActorMultiJvmSpec-patriknw 2012-05-22 12:55:11 +02:00
Jonas Bonér
9690a99894 Merge branch 'master' of github.com:akka/akka 2012-05-22 12:09:46 +02:00
Jonas Bonér
5c48cbb145 Added section to remote docs about remote security as well as improved doc in reference config 2012-05-22 12:08:49 +02:00
Patrik Nordwall
8ddd0ed262 sbtscalariform 0.4.0 2012-05-22 10:50:42 +02:00
Patrik Nordwall
623d0f0703 Use sbt 0.11.3. See #2087
* Temporarily disabled sbt-ls
* Removed unused schoir plugin
2012-05-22 10:44:33 +02:00
Viktor Klang
22692eb95d Switching to logging InvocationException's getCause 2012-05-21 19:33:50 +02:00
Jonas Bonér
803db7b5ac Added Typesafe to the 'sponsors' doc page 2012-05-21 17:01:21 +02:00
Jonas Bonér
ae84ee0a57 Updated copyright to 2012 2012-05-21 16:45:15 +02:00
Jonas Bonér
4a61a14d8b Added Akka Mist port and pointers to other community HTTP/REST projects to the HTTP docs 2012-05-21 14:40:18 +02:00
Patrik Nordwall
a98827c150 unb0rkening the akka-docs 2012-05-21 14:35:23 +02:00
patriknw
b9f7f4e4cc Merge pull request #452 from akka/wip-1755-protobuf-DaemonMsg-patriknw
Replace Java serialization of DaemonMsg by protobuf. See #1755
2012-05-21 01:40:43 -07:00
Jonas Bonér
162d59db35 Removed ResizerSpec test violating routing rules 2012-05-21 08:08:51 +02:00
patriknw
d64020a2cc Merge pull request #455 from akka/wip-2061-dmb-tests-patriknw
Create test-fixture for durable mailboxes. See #2061
2012-05-20 22:48:54 -07:00
Patrik Nordwall
1e82a231c9 Incorporate review feedback. See #2061 2012-05-21 07:46:48 +02:00
viktorklang
85c8836218 Merge pull request #461 from mfriedenhagen/master
Add options for creating epub output for the documentation
2012-05-20 14:25:29 -07:00
patriknw
1aabfaaa63 Merge pull request #463 from akka/wip-2072-testkit-sample-patriknw
DOC: TestKit sample is wrong. See #2072
2012-05-20 12:01:28 -07:00
Patrik Nordwall
6eb8da6eb5 Minor adjustments from feedback. See #2072 2012-05-20 21:00:18 +02:00
patriknw
71c8026af3 Merge pull request #465 from akka/wip-2079-jmxclient-patriknw
Embed the source of jmxclient into akka-kernel. See #2079
2012-05-20 11:17:17 -07:00
Patrik Nordwall
4e2c4955b3 Changed package to akka.jmx, for OSGi purposes. See #2079 2012-05-20 20:16:12 +02:00
Roland
e825a8ac4f switch MultiNodeSpec to use RoleName type when referring to participants
- also add MultiNodeConfig base class for conveniently declaring a test
  setup including roles and (node specific) config settings
2012-05-18 18:44:53 +02:00
Jonas Bonér
66600f9c52 Moved the dispatcher/router verification to RoutedActorRef, also checks dispatcher only through the config so we don't trigger creation of dispatcher.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-05-18 16:51:12 +02:00
Patrik Nordwall
6c32764990 Embed the source of jmxclient into akka-kernel. See #2079
* Found source code here https://archive-crawler.svn.sourceforge.net
* Included org.archive.jmx.Client in akka-kernel
* Modified akka-cluster script
* Removed dependency to jmxclient from build
* Tested from dist with kernel app with cluster settings
2012-05-18 16:50:23 +02:00
Roland
e99c938528 switch to Björn’s new multi-jvm setup (i.e. remove system properties) 2012-05-18 16:26:48 +02:00
Jonas Bonér
6d962174fe Added documentation about the verification of BalancingDispatcher + Router (added to both Dispatcher and Routing docs) 2012-05-18 16:16:41 +02:00
Jonas Bonér
483083708e Added verification that a BalancingDispatcher can not be used with any kind of Router (impl + test).
Also had to 'ignore' one test that violates this principle. Should be looked into later.

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-05-18 16:05:38 +02:00
Roland
4217d639f9 add utility for fixing up broken PROTOC code (and apply it) 2012-05-18 16:00:33 +02:00