This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ef9433  Disable system exit by akka for test runs (#4199)
5ef9433 is described below

commit 5ef94330b335e5977cadb9c0cfca4072f122018c
Author: Chetan Mehrotra <[email protected]>
AuthorDate: Mon Jan 7 17:16:59 2019 +0530

    Disable system exit by akka for test runs (#4199)
---
 tests/src/test/resources/application.conf.j2 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/src/test/resources/application.conf.j2 
b/tests/src/test/resources/application.conf.j2
index a12d326..a3f590d 100644
--- a/tests/src/test/resources/application.conf.j2
+++ b/tests/src/test/resources/application.conf.j2
@@ -12,6 +12,9 @@ akka.http.client.idle-timeout = 90 s
 akka.http.host-connection-pool.idle-timeout = 90 s
 akka.http.host-connection-pool.client.idle-timeout = 90 s
 
+# Avoid system exit for test runs
+akka.jvm-exit-on-fatal-error = off
+
 whisk {
     # kafka related configuration
     kafka {

Reply via email to