Move coordinated-shutdown config from test/resources, #23879

* looks like the ActorSystem is shutdown when leaving
* Included in MultiNodeSpec, i.e. all multi-node tests:
  akka.coordinated-shutdown.terminate-actor-system = off
  akka.oordinated-shutdown.run-by-jvm-shutdown-hook = off
This commit is contained in:
Patrik Nordwall 2017-11-07 15:38:35 +01:00
parent 3bc627d766
commit 436668687a
8 changed files with 3 additions and 16 deletions

View file

@ -217,6 +217,7 @@ object MultiNodeSpec {
loggers = ["akka.testkit.TestEventListener"]
loglevel = "WARNING"
stdout-loglevel = "WARNING"
coordinated-shutdown.terminate-actor-system = off
coordinated-shutdown.run-by-jvm-shutdown-hook = off
actor {
default-dispatcher {