Björn Antonsson
238bb474a4
Make multi-jvm-tests compile with normal tests (again). See #2316
2012-09-18 12:06:53 +02:00
Björn Antonsson
41e20f4267
Updated docs with new sbt-multi-jvm versions and names. See #2494
2012-09-13 09:42:26 +02:00
Björn Antonsson
aaac46109c
Removing old or incomplete parts of the multi-jvm docs. See #2399
2012-08-17 16:13:44 +02:00
Roland
d41160f4bf
automatically reference right scalaVersion in RST
...
using epilog_rst configuration variable in sphinx, which reads
akka-docs/epilog_rst, which is written in sphinx-scala-version task by
SBT, which is referenced by the other docs tasks as a dependency
2012-08-17 00:07:56 +02:00
Roland
b9e91d69d7
correct reference to scalaVersion in docs
2012-08-12 10:34:14 +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
Jonas Bonér
5fa4126c04
Updated multi-jvm test docs
2012-05-08 14:24:41 +02:00
Björn Antonsson
9a33f468c0
Adding a doc diagram for the Test Conductor Extension
2012-05-08 13:56:24 +02:00
Peter Vlugter
d7fe025fa2
Update docs theme
2012-03-06 13:20:00 +13:00
Viktor Klang
4b759a18c8
Changing from jboner/akka to akka/akka
2012-03-05 23:09:06 +01:00
Peter Vlugter
1fd28e429e
Update version to 2.1-SNAPSHOT
2012-03-05 10:50:54 +13:00
Patrik Nordwall
be70801289
DOC: Corrections for the MultiJVM doc. See #1801
2012-02-10 17:14:05 +01:00
Eugene Vigdorchik
16c41269bd
Brought multi-jvm testing doc up-to-date.
2012-01-18 12:28:49 +04:00
Eugene Vigdorchik
e5a8b7ae92
Add schoir description.
2012-01-18 12:22:11 +04:00
Viktor Klang
bfd11ad8c5
Removing nodename
2012-01-17 15:25:26 +01:00
Peter Vlugter
e66d46671a
Some more minor changes to documentation
...
- fix some links
- remove references to akka-modules
- remove python module information
2011-12-16 13:32:53 +13:00
Patrik Nordwall
884dc43a7d
DOC: Replace all akka.conf references. Fixes #1469
...
* Let us use :ref:`configuration` in all places to refer to the configuration.
2011-12-09 13:27:27 +01:00
Jonas Bonér
af49b99d6f
Completed RemoteActorRefProvider and parsing/management of 'remote' section akka.conf, now does provisioning and local instantiation of remote actor on its home node. Also changed command line option 'akka.cluster.port' to 'akka.remote.port'.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-09-22 03:36:59 +02:00
Jonas Bonér
9a5b1a88e6
Added explicit call to Cluster.node.start() in various tests.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-24 21:51:18 +02:00
Jonas Bonér
950ad21117
Fixed problem with node and test infrastructure initialization order causing multi-jvm test to fail randomly.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-19 15:10:13 +02:00
Jonas Bonér
dfc1a68aac
Fixed race condition in initial and dynamic management of node connections in Cluster
...
* Using CAS optimistic concurrency using versioning to fix initial and dynamic management of node connections in Cluster
* Fixed broken bootstrap of ClusterNode - reorganized booting and removed lazy from some fields
* Removed 'start' and 'isRunning' from Cluster
* Removed 'isStarted' Switch in Cluster which was sprinkled all-over cluster impl
* Added more and better logging
* Moved local Cluster ops from Cluster to LocalCluster
* Rewrote RoundRobinFailoverMultiJvmSpec to be correct
* RoundRobinFailoverMultiJvmSpec now passes
* Minor reformatting and edits
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-18 11:35:14 +02:00
Peter Vlugter
a254fa6c19
Update multi-jvm docs
2011-08-01 16:11:59 +12:00
Peter Vlugter
2e8232f748
Update the multi-jvm testing docs
2011-07-13 11:03:49 +12:00
Jonas Bonér
6f89c6270e
Renamed ReplicationSpec to TransactionLogSpec. + Added sections to the Developer Guidelines on process
2011-06-16 11:25:48 +02:00
Peter Vlugter
fb200b094a
Fix warnings in docs
2011-05-26 17:22:13 +12:00
Jonas Bonér
ddb2a69c19
Moved ClusterNode interface, NodeAddress and ChangeListener into akka-actor as real Trait instead of using structural typing.
...
Refactored boot dependency in Cluster/Actor/Deployer.
Added multi-jvm test for testing clustered actor deployment, check out as LocalActorRef and ClusterActorRef.
Signed-off-by: Jonas Bonér <jonasremove@jonasboner.com>
2011-05-23 22:35:01 +02:00
Jonas Bonér
7778c93c1c
Added docs about setting JVM options and override akka.conf options to multi-jvm-testing.rst
2011-05-23 10:45:53 +02:00
Jonas Bonér
88946889b4
Fixed wrong import in multi-jvm-test.rst. Plus added info about where the trait resides.
2011-05-19 03:15:39 -07:00
Jonas Bonér
76d9c3c33a
1. Added docs on how to run the multi-jvm tests
...
2. Fixed cyclic dependency in deployer/cluster boot up
3. Refactored actorOf for clustered actor deployment, all actorOf now works
2011-05-19 10:58:30 +02:00