My app's jenkins build failed due to one unit test is killed as following, and unfortunately I can not log into the jenkins server to see the detail logs, could anyone tell me what does this "killed" mean?
Running com.myapp.test.TestMyClass
Killed
My app's jenkins build failed due to one unit test is killed as following, and unfortunately I can not log into the jenkins server to see the detail logs, could anyone tell me what does this "killed" mean?
Running com.myapp.test.TestMyClass
Killed
Could it be that you are running a memory-intensive unit test e.g. on Linux and the out-of-memory killer came around and killed the underlying Java process? What happens if you run the test from the command line yourself?