[Pytest-commit] Issue #192: Report subprocess exit code when invocation fails (hpk42/tox)

Marius Gedminas issues-reply at bitbucket.org
Fri Sep 26 13:38:04 CEST 2014


New issue 192: Report subprocess exit code when invocation fails
https://bitbucket.org/hpk42/tox/issue/192/report-subprocess-exit-code-when

Marius Gedminas:

Story: A Jenkins job running tox [failed](https://jenkins.gedmin.as/job/zodbbrowser/62/console) in the 'pip install' step, without a clear error message.  After some headscratching I decided to look at dmesg and saw that the server ran out of memory and the OOM killer decided to kill some processes.

Now if tox reported actual exit statuses instead of just saying "invocation failed", I might've seen that pip did not exit with an error code but rather was killed by a signal. That would've been a useful Clue to have.




More information about the pytest-commit mailing list