0

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
Volker Stolz
  • 7,274
  • 1
  • 32
  • 50
zjffdu
  • 25,496
  • 45
  • 109
  • 159

1 Answers1

0

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?

Community
  • 1
  • 1
Volker Stolz
  • 7,274
  • 1
  • 32
  • 50