RESOLVED FIXED 153928
Testing with remote server cache is unusably slow
https://bugs.webkit.org/show_bug.cgi?id=153928
Summary Testing with remote server cache is unusably slow
Ryosuke Niwa
Reported 2016-02-05 14:54:36 PST
Don't use single process mode of httpd. It even randomly crashes :(
Attachments
Fixes the bug (10.21 KB, patch)
2016-02-05 14:59 PST, Ryosuke Niwa
cdumez: review+
cdumez: commit-queue-
Ryosuke Niwa
Comment 1 2016-02-05 14:59:20 PST
Created attachment 270774 [details] Fixes the bug
Chris Dumez
Comment 2 2016-02-05 15:35:53 PST
Comment on attachment 270774 [details] Fixes the bug View in context: https://bugs.webkit.org/attachment.cgi?id=270774&action=review r=me with nit fixes > Websites/perf.webkit.org/ChangeLog:11 > + Since httpd exits immediately when laucnehd in multi-process mode, remote-cache-server.py (renamed from typo: "launched" > Websites/perf.webkit.org/tools/remote-cache-server.py:22 > + httpd_mutax_dir = tempfile.mkdtemp() typo: mutex? > Websites/perf.webkit.org/tools/remote-cache-server.py:14 > + command = sys.argv[1] I think we should exit early and with a clear error message when the parameter is missing. Otherwise the user will get the following error message and wonder what he/she did wrong: Unknown command: None
Ryosuke Niwa
Comment 3 2016-02-05 16:09:12 PST
Landed in r196195.
Note You need to log in before you can comment on or make changes to this bug.