----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53508/ -----------------------------------------------------------
Review request for Aurora, Joshua Cohen and Stephan Erb. Repository: aurora Description ------- The hard dependency on `prctl` broke thermos unit tests both on Apache Jenkins and OS X. This adopts serb's suggestion https://reviews.apache.org/r/53418/ and wraps the `prcl(2)` call in a try except box. Diffs ----- RELEASE-NOTES.md 94224be892c84170177d7711402268cd40ee4f87 src/main/python/apache/thermos/common/process_util.py c63b9aff2a9a453ca921308baa4d1d1762ae3a40 src/main/python/apache/thermos/core/process.py 13f9ad5711edde3a0a0d47ba6db1c199434e6802 Diff: https://reviews.apache.org/r/53508/diff/ Testing ------- ./pants test.pytest --junit-xml-dir="$PWD/dist/test-results" src/{main,test}/python:: -- -v src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh Thanks, Zameer Manji
