Commit graph

11341 commits

Author SHA1 Message Date
Patrik Nordwall
289c161baa Fix racy ActorWithBoundedStashSpec, see #2554
* Several things were racy in ActorWithBoundedStashSpec
* pushTimeout could come in to play
* shared mailbox between the two test cases
* didn't verify order of messages
* mailbox capacity could fill up in not intended way, e.g.
  11 messages could be sent before any of them was processed
* etc
2012-09-26 16:10:20 +02:00
Viktor Klang
616f8be730 Clarifying how max-pool-size-x is determined 2012-09-26 14:14:33 +02:00
Viktor Klang
4100c2d9b3 Fixing ProducerFeatureTest 2012-09-26 12:39:15 +02:00
Viktor Klang (√)
86bd49d093 Merge pull request #748 from RayRoestenburg/wip-camel-fix
Wip camel fix
2012-09-26 01:12:34 -07:00
RayRoestenburg
96045d18d2 camel fix for the situation that the test can send to deadletters or may not, so it should not assert on the event filter in ConcurrentActivationTest 2012-09-26 00:17:39 -05:00
RayRoestenburg
d2a467583e fix scalariform error, cant handle the 2.10 string interpolation syntax 2012-09-26 00:09:16 -05:00
Viktor Klang
1666b55170 Minor tidying up in CamelMessage 2012-09-26 02:29:07 +02:00
Viktor Klang
b2c02b7540 Unborking ActivationTrackerTest 2012-09-26 02:20:12 +02:00
Viktor Klang (√)
e8218becce Merge pull request #737 from RayRoestenburg/wip-camel-tickets
ticket #1925 concurrent tests for producer and consumer activation
2012-09-25 16:16:41 -07:00
RayRoestenburg
d0a50f66e7 Tickets #1924 #1925 #2383 #2387 #1927 #1926
Changed unlimited blocking to block up untill the replyTimeout, and added a test for it, where manual Ack is never received ticket #1926

removed unnecesary methods
2012-09-25 17:57:07 -05:00
Viktor Klang
112e02e965 Merge branch 'master' of github.com:akka/akka 2012-09-25 19:12:35 +02:00
Viktor Klang
fc5f414195 Clarifying the core-pool-size-factor and parallelism-factor in the reference.conf documentation. 2012-09-25 15:08:09 +02:00
Patrik Nordwall
01bdf41f7f Merge pull request #743 from akka/wip-2549-LeaderLeavingSpec-racy-patriknw
Race in LeaderLeavingSpec, see #2549
2012-09-25 05:33:56 -07:00
Patrik Nordwall
1ab4fd3ca9 Merge pull request #735 from akka/wip-2535-netty-shutdown-patriknw
Don't await the write of shutdownSignal to openChannels when shutting netty, see #2535
2012-09-25 05:19:05 -07:00
Viktor Klang (√)
4e2c0e6671 Merge pull request #730 from akka/wip-2525-√
Wip 2525 √
2012-09-25 03:50:25 -07:00
Björn Antonsson
426120f50c EventStream should publish to all matching traits. See #2525 2012-09-25 12:32:56 +02:00
Roland Kuhn
3307b6ebce Merge pull request #742 from akka/wip-2411-describe-ActorDSL-∂π
Wip 2411 describe actor dsl ∂π
2012-09-25 03:24:48 -07:00
Roland
be877a6197 export supervision tools in Act trait, and other review fixes
- add more cross references to ActorDSL docs
- improve SBT command line for running the multi-node test
- correct small error in Restart Hooks section of actors.rst
2012-09-25 12:20:52 +02:00
Patrik Nordwall
efe32d1fef Merge pull request #741 from akka/wip-2544-NPE-SunnyWeatherSpec-patriknw
NPE in SunnyWetherSpec, see #2544
2012-09-25 02:02:57 -07:00
Patrik Nordwall
f3eadcd927 Race in LeaderLeavingSpec, see #2549
* Since the leaving cluster is shutdown it's not
  possible to use the readView to assert that thing.
* Removed the check, enough verification in other parts of the test
   anyway
2012-09-25 10:58:40 +02:00
Roland
3627b6cb4c replace/add READMEs for the samples (keep it simple) 2012-09-25 09:27:13 +02:00
Patrik Nordwall
b18817d933 NPE in SunnyWetherSpec, see #2544 2012-09-25 08:48:33 +02:00
Roland
0489c5daf1 document ActorDSL, see #2411 2012-09-25 08:25:24 +02:00
Viktor Klang
5dbd16dc9e Removing unused expression 2012-09-25 00:56:48 +02:00
Viktor Klang
0c6ce66e9b Cleaning up a merge fault in the MetricsCollectorSpec 2012-09-25 00:56:10 +02:00
Viktor Klang
53fbf09616 Simplifying a metrics collection test 2012-09-25 00:51:10 +02:00
Viktor Klang (√)
19ad55e7d3 Merge pull request #740 from helena/wip-2546-heap-mem-metric
#2546 MetricsCollectorSpec assertion modified for heap mem max in relati...
2012-09-24 15:50:12 -07:00
Helena Edelson
2866ee3082 Merge branch 'master' into wip-2546-heap-mem-metric
Conflicts:
	akka-cluster/src/test/scala/akka/cluster/MetricsCollectorSpec.scala
2012-09-24 16:46:58 -06:00
Viktor Klang
857722aea8 Minor cleanup in MetricsCollectorSpec 2012-09-25 00:31:59 +02:00
Helena Edelson
0a2e66b9c3 #2546 MetricsCollectorSpec assertion modified for heap mem max in relation to used and committed. 2012-09-24 16:31:39 -06:00
Viktor Klang
c27d4042b0 Merge branch 'master' of github.com:akka/akka 2012-09-24 22:37:28 +02:00
Viktor Klang
35f82f8f84 Making sure that akka-docs also has the CPS plugin enabled, for the dataflow doc spec 2012-09-24 22:37:06 +02:00
Viktor Klang (√)
6cb7a8cb79 Merge pull request #732 from akka/wip-2097-√
#2097 - Adding ls-sbt for all akka projects.
2012-09-24 12:25:20 -07:00
Patrik Nordwall
7868fb3c1b Merge pull request #739 from helena/wip-939-cluster-metrics-api-helena
Cluster metrics internal API and cluster-wide transport of metrics data.
2012-09-24 12:17:58 -07:00
Viktor Klang
fb928975d5 Removing apparently superfluous resolvers 2012-09-24 21:09:40 +02:00
Helena Edelson
dbce1c8b85 Cluster metrics internal API and cluster-wide transport of metrics data.
* Create Cluster Metrics API
* Create transport of relevant metrics data
Does not include load-balancing routers.
2012-09-24 13:07:11 -06:00
Viktor Klang
84af39f0dd Fixing version string in dataflow.rst 2012-09-24 20:19:37 +02:00
Viktor Klang (√)
9a20baa831 Merge pull request #736 from akka/wip-2440-testconductor-fail-patriknw
TestConductorSpec failure, final barrier missing, see #2440
2012-09-24 07:22:10 -07:00
Viktor Klang (√)
b197fa6c8c Merge pull request #734 from akka/wip-2373-√
Wip 2373 √
2012-09-24 07:20:43 -07:00
Viktor Klang
eda711b7fd Merge branch 'wip-2373-√' of github.com:akka/akka into wip-2373-√ 2012-09-24 16:19:51 +02:00
Viktor Klang
6fc880c4dd Adding docs section in the CONTRIBUTING.md about experimental modules. 2012-09-24 16:18:52 +02:00
Patrik Nordwall
7d1a9e1d29 TestConductorSpec failure, final barrier missing, see #2440 2012-09-24 15:37:31 +02:00
Viktor Klang (√)
a51d8dbe74 Update CONTRIBUTING.md
Properly indenting CONTRIBUTING.md
2012-09-24 16:23:45 +03:00
Viktor Klang
99aeef3ee9 Adding Code Reviews section and Source style section to the CONTRIBUTING.md 2012-09-24 15:20:27 +02:00
Viktor Klang (√)
4ca684881d Merge pull request #733 from akka/wip-2536-√
#2536 - Fixing docs and making sure test artifacts are published for Akk...
2012-09-24 05:38:25 -07:00
Viktor Klang
6a5c2d418c Docs reformatting for adding the durable mailbox test fixture 2012-09-24 14:37:24 +02:00
Viktor Klang
76988511b2 Minor cleanup of ls-sbt config 2012-09-24 14:36:20 +02:00
Viktor Klang
7875cbc759 Removing weird artifact id in durable mailbox.rst 2012-09-24 14:24:19 +02:00
Viktor Klang
de433d112b Fixing version string and crossVersion string and artifact id 2012-09-24 14:03:08 +02:00
Patrik Nordwall
4c9d1760a1 Don't await the write of shutdownSignal to openChannels when shutting netty, see #2535
* The multi node tests triggered shutdown ordering issue
* Not necessary to awaitUninterruptibly for the shutdownSignal to
  openChannels
2012-09-24 13:20:05 +02:00