comparison tests/test-infinitepush-ci.t @ 40472:03f7d0822ec1 stable

worker: do not swallow exception occurred in main process Before, SystemExit(255) would be most likely raised since the worker processes were terminated by the main process and the status would be set to 255 in response. We should instead re-raise the exception occurred first. It's pretty hard to debug problems like the issue 6035 with no traceback.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 11 Dec 2018 22:34:07 +0900
parents 89630d0b3e23
children b561f3a68e41 edc8504bc26b
comparison
equal deleted inserted replaced
40471:bb5d74a35477 40472:03f7d0822ec1