-
Notifications
You must be signed in to change notification settings - Fork 302
make Monitor shut down the process hard if it fails to shutdown grace… #1717
Conversation
Interesting catch. I wonder if we should just panic or something similar to dump a stack trace in this situation? |
Hmm, panic would work, but I'm wondering why the tests are failing:
|
@mwitkow That test failure looks just intermittent. If you just trigger another round of functional tests, that failure could disappear. (Yes I know, it is annoying.) |
@dongsupark thanks, stupid question though: how do I trigger semaphore? Do i need to push another thing? |
@mwitkow Right. Change something, commit it, and force-push it. |
@mwitkow Apart from the test failure on semaphoreci, my local test works fine. |
39a99ba
to
44591b0
Compare
@mwitkow gentle ping. |
@dongsupark thanks for the ping, I changed it to |
LGTM. Thanks for the bug report and its fix! 👍 |
make Monitor shut down the process hard if it fails to shutdown grace…
Should fix:
#1716