Closed montezuma93 closed 3 years ago
Hi,
FYI, this issue has been resolved. The problem was caused by Instana, a monitoring tool with auto-instrumentation capabilities. Instana attaches to all JVMs running on a host. The process of dynamically attaching to a JVM includes sending a SIGQUIT signal. Unfortunately, Instana detected gauge-java as a JVM process which caused the behaviour described above.
Thanks Nick
Thanks for circling back @Nick-Triller .
Hi,
we try to run gauge tests along with the gauge-java-runner in Kubernetes. Our setup is a maven spring project, including round about 2000 class files and a few hunderd specs. We try to start a Gauge Container in Kubernetes running these tests, with Jenkins as Tool.
Gauge will successfuly compile the classes, but then will suddenly abort with a strange exception, looking like this:
Does anyone has any idea about running Gauge in Kubernetes? For more details and logs look here: Discussion
Best regards