Don't shutdown ActorSystem in tests
* changes due to new coordinated shutdown behavior
This commit is contained in:
parent
d276a31c34
commit
9ad8b2e997
7 changed files with 28 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
# Don't terminate ActorSystem in tests
|
||||
akka.coordinated-shutdown.run-by-jvm-shutdown-hook = off
|
||||
akka.coordinated-shutdown.terminate-actor-system = off
|
||||
akka.cluster.run-coordinated-shutdown-when-down = off
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
# Don't terminate ActorSystem in tests
|
||||
akka.coordinated-shutdown.run-by-jvm-shutdown-hook = off
|
||||
akka.coordinated-shutdown.terminate-actor-system = off
|
||||
akka.cluster.run-coordinated-shutdown-when-down = off
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
# Don't terminate ActorSystem in tests
|
||||
akka.coordinated-shutdown.run-by-jvm-shutdown-hook = off
|
||||
akka.coordinated-shutdown.terminate-actor-system = off
|
||||
akka.cluster.run-coordinated-shutdown-when-down = off
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
# Don't terminate ActorSystem in tests
|
||||
akka.coordinated-shutdown.run-by-jvm-shutdown-hook = off
|
||||
akka.coordinated-shutdown.terminate-actor-system = off
|
||||
akka.cluster.run-coordinated-shutdown-when-down = off
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
# Don't terminate ActorSystem in tests
|
||||
akka.coordinated-shutdown.run-by-jvm-shutdown-hook = off
|
||||
akka.coordinated-shutdown.terminate-actor-system = off
|
||||
akka.cluster.run-coordinated-shutdown-when-down = off
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
# Don't terminate ActorSystem in tests
|
||||
akka.coordinated-shutdown.run-by-jvm-shutdown-hook = off
|
||||
akka.coordinated-shutdown.terminate-actor-system = off
|
||||
akka.cluster.run-coordinated-shutdown-when-down = off
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
# Don't terminate ActorSystem in tests
|
||||
akka.coordinated-shutdown.run-by-jvm-shutdown-hook = off
|
||||
akka.coordinated-shutdown.terminate-actor-system = off
|
||||
akka.cluster.run-coordinated-shutdown-when-down = off
|
||||
Loading…
Add table
Add a link
Reference in a new issue