If you have upgraded recently and facing problem when job suddenly dies in the middle of test execution, like:
Most probably it is because since version 2.2 test-app, run-app, run-war runs in fork mode and Jenkins has some fancy zombie process detection that kills spawned processes it does not like.
Quick solution is to disable fork in test environment or you can refer my previous post about hiding such processes.
19:20:39 | Running 277 unit tests... 156 of 277 19:20:53 Build step 'Execute shell' marked build as failure 19:20:54 Description set:
Most probably it is because since version 2.2 test-app, run-app, run-war runs in fork mode and Jenkins has some fancy zombie process detection that kills spawned processes it does not like.
Quick solution is to disable fork in test environment or you can refer my previous post about hiding such processes.
No comments:
Post a Comment