Commit graph

166 commits

Author SHA1 Message Date
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
Roland
dd30e81a1a document Specs2 + TestKit, see #2068, plus fix up broken includes
- include move of doc samples out of akka package also in the
  includecode directives
- fix broken serialization docs, which require one thing in the akka
  package
2012-05-24 22:23:36 +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
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
3ab02e9519 Convert NodeStartupSpec to MultiNodeSpec. See #1948 2012-05-23 16:40:30 +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
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
Gert Vanthienen
aaaaf99112 Merge changes with remote branch 'akka/master'
Conflicts:
	project/AkkaBuild.scala
2012-05-21 20:07: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
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
Gert Vanthienen
82a29bbd3b Tighten akka import version range and make some more packages private 2012-05-18 15:09:52 +02:00
Gert Vanthienen
80ca257f25 sun.misc.Unsafe should be loaded through boot delegation instead 2012-05-17 08:09:59 +02:00
Gert Vanthienen
1bd41e948e Add sbtosgi plugin configuration to generate OSGi metadata 2012-05-16 23:49:42 +02:00
Patrik Nordwall
8924080017 Create test-fixture for durable mailboxes. See #2061
* Improved DurableMailboxSpec for stand alone usage
* Changed build to publish DurableMailboxSpec in akka-mailboxes-common-test
* Changed documentation of durable mailboxes and added full example of
  how to implement a durable mailbox, with test
2012-05-15 16:11:00 +02:00
Viktor Klang
cfbfa19e41 Removing akka-migration from 2.1-SNAPSHOT, welcome to the future. 2012-05-10 17:51:43 +02:00
Roland
d931a6e727 break out TestConductor stuff into akka-remote-tests project 2012-05-10 10:56:52 +02:00
Peter Vlugter
d0e498ca16 Include google analytics in online version of docs. See #1892 2012-05-10 11:05:49 +12:00
Peter Vlugter
6e22fe7ea7 Add new sbt-based sphinx doc building 2012-05-10 09:12:27 +12:00
Viktor Klang
e02cb6cc18 #2050 - Upgrade zeromq scala driver to 0.0.6 2012-05-09 14:51:43 +02:00
Viktor Klang
29df4a4702 Removing the community-maintained durable mailboxes, replacing the dep on commonsIo with the piece of code needed and switched to commonsIo for the FileBasedDurableMailboxSpec, also removed the amqp stubs, the spring stubs and other AkkaBuild residue 2012-05-08 15:07:05 +02:00
Viktor Klang
23ffacde9a The unborkening of master, fixing breakage in camel docs 2012-04-24 13:48:13 +02:00
Jonas Bonér
19a8cd8f91 Merge branch 'master' into wip-cluster-console-jboner
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-04-24 11:43:36 +02:00
Jonas Bonér
b7002b3f8e Removed the 'jmxclient' JAR. Instead changed AkkaBuild to get it from the Typesafe Maven Repo and tweaked 'akka-cluster' script to use it.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-04-24 10:19:36 +02:00
Viktor Klang
4204b31759 Adding Amir's cool prompt to sbt 2012-04-23 11:57:13 +02:00
Viktor Klang
b9ea457161 Removing unused dependencies 2012-04-19 15:09:20 +02:00
Roland
5851ffb115 update to scala 2.9.2 2012-04-13 18:33:21 +02:00
Roland
c434456d33 bump version of scala-bindings to 0.0.5
- also remove one debug printout
2012-04-02 18:09:10 +02:00
Jonas Bonér
f7ca01a26b Merge branch 'master' of github.com:akka/akka
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-03-22 17:10:43 +01:00
Raymond Roestenburg
019357eae5 Merge pull request #344 from akka/wip-camel
Rebased and squashed all changes to akka camel so far from Piotr and Ray
2012-03-21 13:41:41 -07:00
Peter Vlugter
3223a94d2c Only build the akka sbt plugin against scala 2.9.1 2012-03-19 13:10:11 +13:00
Piotr Gabryanczyk
4d6511c5c6 Rebased and squashed all changes to akka camel so far from Piotr and Ray 2012-03-17 09:19:57 +01:00
Jonas Bonér
fdb9743dc6 Merge branch 'wip-cluster-membership-jboner' 2012-03-14 15:31:41 +01:00
Roland
bd3583d043 remove sjson and h2Lzf dependencies, see #1900
- both were only referenced from otherwise unreferenced objects in
  akka-remote/akka.serialization
- had to add commonsIo dependency to file and zookeeper mailboxes, which
  got this transitively before
2012-03-12 20:48:24 +01:00
Jonas Bonér
dc80315b31 merge with master 2012-03-09 20:02:43 +01:00
Peter Vlugter
1fd28e429e Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
Viktor Klang
fa1cd02eb1 Switching to Scala 2.9.1-1 2012-03-04 20:47:26 +01:00
Jonas Bonér
a3026b3316 Fixed misc issues after review.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-03-02 09:55:54 +01:00
Viktor Klang
f654d5d808 Re-adding the twitter repo since it is needed, sigh 2012-02-29 13:55:53 +01:00
Viktor Klang
fc78ebcf34 Removing wasteful repos 2012-02-29 11:49:30 +01:00
Jonas Bonér
0d022afa5e Created test tag LongRunningTest ("long-running") for excluding long running (cluster) tests from standard suite.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-28 11:15:53 +01:00