Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Debugging Timeout on Jenkins

Eric Huber edited this page Dec 9, 2016 · 1 revision

If Jenkins times out because one or more tests in KTest did not terminate, you can narrow down which tests it might be in the following way:

  1. Download the build log on jenkins to a file, say, "ktest-log"
  2. Run src/main/scripts/parse_ktest ktest-log from within the root of the repository.
  3. The command should return a short list of the tests that were running at the time the build terminated.