Details
-
Task
-
Status: Done
-
L3 - Default
-
Resolution: Fixed
-
None
-
None
-
None
Description
at the moment jenkins builds are failing with message
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test (default) on project optimize-backend: Execution default of goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:integration-test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
pretty often. Which is most likely due to the fact of surefire not supporting Syestem.exit()[1]. The suspicion is that this call is happening in elasticsearch itself or plugin that we use to start it. Please externalize elasticsearc instance start on jenkins.
[1]: http://maven.apache.org/surefire/maven-surefire-plugin/faq.html