|
|
Chromium Code Reviews
Descriptionwebkitpy: Refactor _stop_running_server for wptserve
* Always make sure the process has terminated.
* Always clean up the pid file if it exists.
* Don't fail if process was never started.
BUG=665769
R=tkent,qyearsley
Committed: https://crrev.com/8a66268ab69e0374e1974e70fdfbe1a51980699c
Cr-Commit-Position: refs/heads/master@{#432750}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Remove extra return statement. #Messages
Total messages: 17 (10 generated)
Description was changed from ========== webkitpy: Refactor _stop_running_server for wptserve * Always make sure the process has terminated. * Always clean up the pid file if it exists. * Don't fail if process was never started. BUG=665769 R=tkent,qyearsley ========== to ========== webkitpy: Refactor _stop_running_server for wptserve * Always make sure the process has terminated. * Always clean up the pid file if it exists. * Don't fail if process was never started. BUG=665769 R=tkent,qyearsley ==========
Hi, This should stop http://crbug.com/665769 from reoccuring. It also refactors the logic a little to try and be more reliable. Tim 'mithro' Ansell
LGTM :-) Note, looks like there's a space character before BUG= and R= in the description, so the bug number might not be parsed correctly from the description. https://codereview.chromium.org/2511013002/diff/1/third_party/WebKit/Tools/Sc... File third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/wptserve.py (right): https://codereview.chromium.org/2511013002/diff/1/third_party/WebKit/Tools/Sc... third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/wptserve.py:79: return No need for explicit return here
The CQ bit was checked by tansell@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by tansell@chromium.org
The CQ bit was checked by tansell@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from qyearsley@chromium.org Link to the patchset: https://codereview.chromium.org/2511013002/#ps20001 (title: "Remove extra return statement.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_TIMED_OUT, no build URL) android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_TIMED_OUT, no build URL) android_compile_dbg on master.tryserver.chromium.android (JOB_TIMED_OUT, no build URL) android_cronet on master.tryserver.chromium.android (JOB_TIMED_OUT, no build URL) cast_shell_android on master.tryserver.chromium.android (JOB_TIMED_OUT, no build URL)
The CQ bit was checked by tkent@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== webkitpy: Refactor _stop_running_server for wptserve * Always make sure the process has terminated. * Always clean up the pid file if it exists. * Don't fail if process was never started. BUG=665769 R=tkent,qyearsley ========== to ========== webkitpy: Refactor _stop_running_server for wptserve * Always make sure the process has terminated. * Always clean up the pid file if it exists. * Don't fail if process was never started. BUG=665769 R=tkent,qyearsley ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== webkitpy: Refactor _stop_running_server for wptserve * Always make sure the process has terminated. * Always clean up the pid file if it exists. * Don't fail if process was never started. BUG=665769 R=tkent,qyearsley ========== to ========== webkitpy: Refactor _stop_running_server for wptserve * Always make sure the process has terminated. * Always clean up the pid file if it exists. * Don't fail if process was never started. BUG=665769 R=tkent,qyearsley Committed: https://crrev.com/8a66268ab69e0374e1974e70fdfbe1a51980699c Cr-Commit-Position: refs/heads/master@{#432750} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/8a66268ab69e0374e1974e70fdfbe1a51980699c Cr-Commit-Position: refs/heads/master@{#432750} |
