Bug 123546 - kill-old-processes should kill Web Socket script
Summary: kill-old-processes should kill Web Socket script
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-30 19:10 PDT by Ryosuke Niwa
Modified: 2013-10-30 20:06 PDT (History)
3 users (show)

See Also:


Attachments
Fixes the bug (1.92 KB, patch)
2013-10-30 19:12 PDT, Ryosuke Niwa
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-10-30 19:10:50 PDT
We need to kill mod_pywebsocket in order to avoid errors like this:

17:20:02.406 35642 httpd successfully started (pid = 35656)
17:20:02.407 35642 Starting WebSocket server ...
17:20:02.409 35642 Using handler_map_file: LayoutTests/http/tests/websocket/tests/handler_map.txt
17:20:02.413 35642 Starting pywebsocket server, cmd="['/usr/bin/python', '-u', 'Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/standalone.py', '--server-host', 'localhost', '--port', '8880', '--document-root', 'LayoutTests/http/tests', '--scan-dir', 'LayoutTests/http/tests/websocket/tests', '--cgi-paths', '/websocket/tests', '--log-file', 'layout-test-results/pywebsocket.ws.log-30Oct2013-172002-err.txt', '--websock-handlers-map-file', 'LayoutTests/http/tests/websocket/tests/handler_map.txt']"
Comment 1 Ryosuke Niwa 2013-10-30 19:12:22 PDT
Created attachment 215595 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2013-10-30 20:06:09 PDT
Committed r158339: <http://trac.webkit.org/changeset/158339>