RESOLVED FIXED 42146
One http test timing out on Windows can cause all future tests to time out
https://bugs.webkit.org/show_bug.cgi?id=42146
Summary One http test timing out on Windows can cause all future tests to time out
Brian Weinstein
Reported 2010-07-12 23:05:30 PDT
The bots have seen multiple instances of one http test timing out causing all future http tests to time out. This appears to be caused by httpd not responding to the new DumpRenderTree that is created after timeout. We should make sure we kill/restart httpd when an http test times out. This fixes the issue on my local machine.
Attachments
[PATCH] Fix (2.50 KB, patch)
2010-07-12 23:12 PDT, Brian Weinstein
sfalken: review+
bweinstein: commit-queue-
Brian Weinstein
Comment 1 2010-07-12 23:06:35 PDT
Sample output from the bots: http/tests/misc/write-while-waiting.html -> failed .. http/tests/multipart ...... http/tests/navigation ............................................................................. http/tests/plugins ....... http/tests/security ........................................................................................ http/tests/security/xss-DENIED-mime-type-execute-as-html.html -> timed out . http/tests/security/xss-DENIED-non-shadowable-propterty-with-iframe-proto.html -> timed out . http/tests/security/xss-DENIED-regular-propterty-with-iframe-proto.html -> timed out . http/tests/security/xss-DENIED-sandboxed-iframe.html -> timed out . http/tests/security/xss-DENIED-synchronous-form.html -> timed out . http/tests/security/xss-DENIED-xml-external-entity.xhtml -> timed out . http/tests/security/xss-DENIED-xsl-document-redirect.xml -> timed out . http/tests/security/xss-DENIED-xsl-document.xml -> timed out . http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml -> timed out . http/tests/security/xss-DENIED-xsl-external-entity.xml -> timed out . http/tests/security/xss-eval.html -> timed out http/tests/security/MessagePort . http/tests/security/MessagePort/event-listener-context.html -> timed out http/tests/security/XFrameOptions . http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html -> timed out . http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html -> timed out . http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html -> timed out . http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html -> timed out . http/tests/security/XFrameOptions/x-frame-options-deny.html -> timed out . http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow.html -> timed out Exiting early after 1 crashes and 19 timeouts. 13078 tests run. 1186.06s total testing time Timed out waiting for httpd to terminate!
Brian Weinstein
Comment 2 2010-07-12 23:12:13 PDT
Created attachment 61333 [details] [PATCH] Fix
Brian Weinstein
Comment 3 2010-07-12 23:25:12 PDT
Landed in r63177.
Note You need to log in before you can comment on or make changes to this bug.