Patrik Nordwall
4f013a3d1e
avoid infinite blocking in TcpConnectionSpec #21375
...
* use socket timeout
* additional cleanup of socket utils
2016-11-09 17:36:04 +01:00
Johan Andrén
4c0b66dac9
Bugfix #21770 , NoSuchElementException with probe supervisor in TestActorRef ( #21776 )
2016-11-04 14:53:40 +01:00
Patrik Nordwall
679db55eca
increase test timeout in PersistentFSMSpec, #20725 ( #21694 )
...
* and add remainingOrDefault in Java testkit
2016-10-21 16:50:44 +02:00
Johan Andrén
c7163c2d0c
Increased timeout in long running test FramingSpec #21673 ( #21686 )
...
* Increased timeout in long running test FramingSpec #21673
* Increase default polling interval for futureValue in our tests
2016-10-19 12:20:34 +02:00
Patrik Nordwall
4e34e4373c
Merge pull request #21418 from akka/wip-sync-2.4.10-patriknw
...
Sync Artery with 2.4.10
2016-09-09 15:11:12 +02:00
Patrik Nordwall
e8ce261faf
Merge branch 'master' into wip-sync-2.4.10-patriknw
2016-09-09 14:12:16 +02:00
Patrik Nordwall
97e0628173
enable misc serializers by default for Artery, #21339
...
* placed them in a new section additional-serialization-bindings,
which is included by default when Artery is enabled
* can also be enabled with enable-additional-serialization-bindings
flag to simplify usage with old remoting
* added a JavaSerializable marker trait that is bound to JavaSerializer
in testkit, this can be used in tests so that we eventually can run
tests without the java.io.Serializable binding
2016-09-09 09:01:15 +02:00
Jan Ypma
09f2d83e69
+tes #21198 Allow TestActor/TestKit/TestProbe to create child actors
...
This is useful in at least two scenarios:
- Unit testing actors that communicate to their parent directly
- Testing re-creating (typically persistent) actors with the same name
2016-09-01 11:38:07 +02:00
Patrik Nordwall
8ab02738b7
Merge branch 'master' into wip-sync-artery-dev-2.4.9-patriknw
2016-08-23 20:14:15 +02:00
Hawstein
39008dc58a
replace AkkaSpec with StreamSpec for stream tests #21011
2016-07-28 10:43:08 +02:00
Konrad Malawski
e818887bb2
+art #20455 HeavyHitters, CountMinSketch => ActorRef Compression
...
* +art #20455 HeavyHitters and CountMinSketch prepared for Compression
* +art #20455 compression tables and integration specs
2016-06-23 11:58:54 +02:00
Björn Antonsson
c66ce62d63
Update to a working version of Scalariform
2016-06-02 22:12:36 +02:00
Patrik Nordwall
be448e9fbb
fix memory leaks in tests, #20659
2016-05-31 08:51:00 +02:00
Patrik Nordwall
3021e7d7ce
update HdrHistogram test dependency ( #20499 )
2016-05-10 17:55:15 +02:00
Konrad Malawski
f9cbc36b03
-doc,str,tes remove statsd and graphite reporting code, its not used ( #20383 )
2016-04-27 09:45:58 +02:00
Patrik Nordwall
9f659cf9b1
remove JUnitRunner annotation, #16112
...
* it was used for running tests from inside Eclipse,
but since it caused some trouble we remove it
2016-04-05 17:06:58 +02:00
Roland Kuhn
7cf99134dc
catch ActorCell creation failures for top-level actors #15947
...
Previously a failure during e.g. MailboxType.create() would make the
user guardian fail, tearing down the whole system as a result. The cause
is a deep bug in handling ActorCell creation that we cannot really fix
anymore due to resulting changes in semantics, hence this fix only
targets top-level actors (where the observable difference is an
unambiguous improvement).
fixes #15947
2016-03-17 11:04:52 +01:00
Konrad Malawski
4d9ffd6387
Merge pull request #20000 from wlk/wlk-18500-fix-scaladoc-warnings-from-jenkins
...
[WIP] fixing scaladoc warnings reported by jenkins
2016-03-11 15:11:31 +01:00
Wojciech Langiewicz
afce1b7529
fixing scaladoc warnings reported by jenkins
2016-03-10 13:05:32 +01:00
Martynas Mickevičius
50f99328fe
#18765 Update to latest MiMa which is now an AutoPlugin.
...
* check for binary inc. issues by default
* if check is not needed, disable MimaPlugin
* determine old artifact id from the current one
2016-03-10 10:45:35 +02:00
Roland Kuhn
45e97e8467
remove akka.stream.testkit.AkkaSpec, fixes #19879
2016-02-25 15:26:51 +01:00
Johannes Rudolph
b6cbc7f13a
=all remove unused imports
2016-02-23 20:29:22 +01:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
Roland Kuhn
6f06e60480
prohibit concurrent write request from same persistenceId #19694
...
- also use scalactic.ConversionCheckedTripleEquals
- also remove usage of the setting `max-message-batch-size`
2016-02-10 09:24:06 +01:00
Prayag Verma
b7783968a0
=pro #19068 All copyrights ranges and single years updated to a range ending in 2016
2016-01-25 10:20:30 +01:00
Roland Kuhn
e5baba2b29
squash some warnings
2016-01-20 11:54:24 +01:00
Roland Kuhn
3140e72265
#19046 replace system.{shutdown => terminate}
2016-01-20 11:50:43 +01:00
Konrad Malawski
51dc89c45e
Merge pull request #18963 from johanandren/wip-18312-failed-cluster-metrics-test-johanandren
...
=tes #18312 Increased the timeout of the test actor and dilated it
2015-11-24 12:37:12 +01:00
lolski
8819535250
+act #18913 moved PrettyDuration to akka-actor
2015-11-21 00:01:51 +08:00
Johan Andrén
3c579999fa
=tes #18312 Increased the timeout of the test actor and dilated it
2015-11-18 16:53:35 +01:00
Stefan Wachter
cdb229f9b3
consider akka.test.timefactor when using akka.test.filter-leeway
2015-10-29 18:14:33 +01:00
Martynas Mickevičius
4ffe267835
=pro verify BC against all binary compatible versions
2015-10-23 09:10:25 +03:00
Patrik Nordwall
013e180e5b
Merge pull request #18423 from akka/wip-15399-TestKitBase-doc-patriknw
...
=tes #15399 Remove warning from TestKitBase
2015-09-09 19:04:13 +02:00
Patrik Nordwall
0105675aec
=tes #15399 Remove warning from TestKitBase
2015-09-08 15:59:16 +02:00
Johan Andrén
b3c9273be3
=tes #16074 remove return statements from scala sources
2015-09-08 11:23:39 +02:00
Matthew Livesey
0c56b72686
+tes #13980 #17276 #18077 Added missing overloads on TestActorRef
2015-07-28 20:49:44 +01:00
Konrad Malawski
efe2459875
=tes since 2.4.x requires Java8, we can drop LongAdder and Striped copies
2015-07-16 00:26:57 +02:00
Andrey Myatlyuk
bc791eb86c
=doc #17329 Fixed and normalized spellings in ScalaDoc and comments
2015-06-02 21:06:25 -07:00
Martynas Mickevičius
7fc2790458
=pro run multi-jvm tests when validating pr
...
* addunidoc task via an AutoPlugin that depends on PrValidation and Unidoc autoplugins
* separate cli option logic to a case class
* remove autoplugin for root project
2015-05-28 13:57:50 +03:00
Konrad Malawski
7c4acc4f33
Merge pull request #17550 from rladstaetter/patch-1
...
documentation update for TestKit class
2015-05-22 20:33:53 +02:00
Robert Ladstätter
e642937c84
documentation update for TestKit class
2015-05-21 21:58:16 +02:00
Roland Kuhn
5dc25fbb44
add crosscompilation for 2.12.0-M1
2015-05-21 21:09:30 +02:00
Roland Kuhn
18688fc84b
= #17380 fix doc comments for java8 doclint
...
* actor and cluster-metrics comments
* agent/camel/cluster/osgi/persistence/remote comments
* comments in contrib/persistence-tck/multi-node/typed
2015-05-18 12:51:36 +02:00
Patrik Nordwall
0953e7aee3
!pro #17380 Build with Java 8
...
* genjavadoc adjustments for java8
2015-05-18 12:51:34 +02:00
Patrik Nordwall
b30e460be7
= #17342 Make 2.4 binary compatible with 2.3
...
(cherry picked from commit 89af8bdb90 )
* remove final identifier in serializers
i* revert/deprecate ProtobufSerializer.ARRAY_OF_BYTE_ARRAY
* adding back compatible empty constructor in serializers
* make FSM.State compatible
* add back ActorPath.ElementRegex
* revert SocketOption changes and add SocketOptionV2
see a6d3704ef6
* problem filter for ActorSystem and ActorPath
* problem filter for ByteString
* problem filter for deprecated Timeout methods
* BalancingPool companion
* ask
* problem filter for ActorDSL
* event bus
* exclude hasSubscriptions
* exclude some problems in testkit
* boundAddress and addressFromSocketAddress
* Pool nrOfInstances
* PromiseActorRef
* check with 2.3.9
* migration guide note
* explicit exclude of final class problems
2015-05-11 21:11:52 +02:00
Konrad Malawski
bebdb870b6
+pro Update ScalaTest in order to use tag ignoring in sbt
2015-05-08 15:40:34 +02:00
Patrik Nordwall
79e7fe22de
=tes #17080 Move TestUtils to testkit.SocketUtil
...
(cherry picked from commit 3df2a822efa7e1330d564ceea7506d606359e17c)
Conflicts:
akka-actor-tests/src/test/scala/akka/actor/ActorPerfSpec.scala
akka-actor-tests/src/test/scala/akka/io/UdpIntegrationSpec.scala
akka-durable-mailboxes/akka-file-mailbox/src/main/scala/akka/actor/mailbox/filebased/filequeue/Journal.scala
akka-testkit/src/main/scala/akka/testkit/SocketUtil.scala
2015-04-08 08:21:38 +02:00
Ekin Gecikligun
6b1b8316c7
+tes #17023 Adding ForwardActor among test-kit actors
2015-03-26 13:29:36 +02:00
Julian Tescher
00f6a58e7c
Changes all occurances of Typesafe copyright to extend to 2015
2015-03-10 14:12:19 -07:00
Patrik Nordwall
30df518421
=tes Use ConversionCheckedTripleEquals
2015-03-10 08:17:03 +01:00