Commit graph

207 commits

Author SHA1 Message Date
Roland
cde7b29a33 Merge branch 'wip-1952-testkit-java-∂π' 2012-07-04 17:38:20 +02:00
Roland
dc9968dda7 don’t encourage thread leaks so easily (initialCommands) 2012-07-04 14:58:26 +02:00
Roland
52e1881ece move 'repl' script into AkkaBuild as initialCommands, thanks Pete! 2012-07-04 11:30:02 +02:00
Viktor Klang
95e95d28c3 Merge branch 'master' of github.com:akka/akka 2012-07-03 11:45:42 +02:00
Viktor Klang
b5eea69ebb Fixing OSGi tests by making them serially executed. 2012-07-03 11:43:59 +02:00
Björn Antonsson
18f113de68 Stop SBT from buffering test output to ease bug hunting on Jenkins 2012-07-03 11:19:40 +02:00
Roland Kuhn
3c8a15e2df Add license information for junit-interface 2012-07-02 10:35:13 +03:00
Viktor Klang
3797b72c45 Making sure that OSGi docs don't break the build and making sure that the osgi artifacts are bundled in the project 2012-07-01 13:31:11 +02:00
Gert Vanthienen
4e3b42f893 Merge remote-tracking branch 'akka/master' into osgi 2012-06-30 20:30:53 +02:00
Roland
a151afbe68 link to Config lib docs, see #2296 2012-06-30 13:16:16 +02:00
Gert Vanthienen
b136fe6c69 Merge remote-tracking branch 'akka/master' into osgi 2012-06-29 14:12:01 +02:00
Patrik Nordwall
a900052f68 Propagate akka system properties to multi-node tests, see #2280
* Change build to propagate all system properties starting with 'akka.'
  to multi-jvm and multi-node tests.
* Adjusted AkkaSpec and MultiNodeSpec to use load of the config, which
  means that default overrides (system properties) are used.
2012-06-28 11:40:53 +02:00
Gert Vanthienen
379c0e16b4 Move Aries Blueprint namespace handler into a separate akka-osgi-aries module 2012-06-26 22:07:57 +02:00
Gert Vanthienen
a7293ca7f3 Update osgi branch with latest changes from 'akka/master'
Conflicts:
	project/AkkaBuild.scala
2012-06-26 17:16:03 +02:00
Björn Antonsson
344824c22e Adding test case duration output to the tests 2012-06-26 11:58:04 +02:00
Roland
be74eb835b stashin commit so Iulian can play with it 2012-06-25 19:30:13 +02:00
Viktor Klang
cc48643467 Upgrading Netty to 3.5.1-Final 2012-06-25 11:41:40 +02:00
Gert Vanthienen
ca1a9b478a Merge remote-tracking branch 'akka/master' into osgi 2012-06-18 19:02:48 +02:00
viktorklang
5f77590eb8 Merge pull request #476 from dev10/ticket_1978
Added changes to Netty pipelines to support SSL/TLS. Fixes #1978
2012-06-15 04:34:08 -07:00
Gert Vanthienen
cfbf13ec2a Using Test.logback instead of Runtime.logback 2012-06-12 16:40:10 +02:00
Gert Vanthienen
cc79aae1a4 Adding PojoSR tests and a lot of code cleanup 2012-06-12 16:39:53 +02:00
Gert Vanthienen
94d68e8f2d Merge latest changes from akka/master 2012-06-12 16:32:03 +02:00
Viktor Klang
fd455d14bf #2208 - Upgrading to Netty 3.5.0 - remove StaticChannelPipeline since it's deprecated. 2012-06-08 21:57:39 +02:00
Patrik Nordwall
f6365e83e7 Change to logback 1.0.4, see #2198 2012-06-07 20:40:14 +02:00
Viktor Klang
2cbc04a5ab #2196 - Updating Logback dep to 1.0.0 2012-06-07 18:38:24 +02:00
Patrik Nordwall
0aa81229e5 Fix feedback, see #2194 2012-06-07 14:12:13 +02:00
Patrik Nordwall
9ca794dcc8 Totally skip running multi-jvm tests when long-running is excluded, see #2194 2012-06-07 13:32:42 +02:00
Peter Badenhorst
c647758579 Updated to support 3 different random number generators:
1) SecureRandom supported by Java (default)
2) SHA1PRNG (causes problems on Linux)
3) Various versions of the AES Counter RNG (faster than default at generating random data)
2012-06-05 13:44:05 +02:00
Björn Antonsson
8f31850ae2 Add Migration Manager for binary compatibility checks. see #1953 2012-06-01 10:01:06 +02:00
Gert Vanthienen
205b8ee7c1 Initial stab at a Blueprint namespace handler 2012-05-31 22:53:15 +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
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
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
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
Gert Vanthienen
07dd654849 Adding a convenience BundleActivator implementation to bootstrap Akka from an OSGi bundle 2012-05-29 12:41:09 +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
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
Patrik Nordwall
80fabe240e tags.exclude should add to default excludes, not override, see #2145 2012-05-29 09:05:46 +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
Patrik Nordwall
c7d7bbb93e Test tags not working as expected, see #2145
* Tests tagged with timing or long-running are excluded by default,
  as before
* Use -Dakka.test.tags.include=long-running,timing to run all
  untagged and also tests tagged with long-running or timing
* Use -Dakka.test.tags.only=timing,long-running to only run
  tests tagged with long-running or timing, i.e. untagged tests,
  or tests tagged with something else are not run
* I think the above two parameters covers our needs, but there is
  also -Dakka.test.tags.exclude=some-other to be able to exclude
  tests that are included by default
2012-05-28 18:46:36 +02:00
Heiko Seeberger
4ec5cd329b closes #2146: Publish OSGi bundle for akka-actor 2012-05-28 17:55:59 +02:00
patriknw
15d9c885d4 Merge pull request #484 from akka/wip-2139-multi-jvm-tags-patriknw
Pass include/exclude tags arguments to multi-jvm tests, see #2139
2012-05-28 04:50:33 -07:00
viktorklang
2e8d6a8458 Merge pull request #460 from gertv/master
Proposed fix for #1812
2012-05-28 02:53:32 -07:00
Patrik Nordwall
fcaa4751b3 Pass include/exclude tags arguments to multi-jvm tests, see #2139 2012-05-27 19:21:02 +02:00
Gert Vanthienen
e24f7077ec Merge with latest changes on akka/master and simplify OSGi configuration section
Conflicts:
	project/AkkaBuild.scala
2012-05-24 23:34:20 +02:00