Bug 33279 - fast/websockets/websocket-event-target.html causes any test after it to fail
Summary: fast/websockets/websocket-event-target.html causes any test after it to fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
: 33256 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-01-06 17:08 PST by Eric Seidel (no email)
Modified: 2010-01-08 16:04 PST (History)
3 users (show)

See Also:


Attachments
fix the test (1.93 KB, patch)
2010-01-08 15:48 PST, Alexey Proskuryakov
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2010-01-06 17:08:18 PST
fast/websockets/websocket-event-target.html causes any test after it to fail

It logs:
+CONSOLE MESSAGE: line 0: Unexpected response code:HTML
after the test has finished, so the next test after it fails.

fast/websockets/websocket-event-target.html  was skipped in:
http://trac.webkit.org/changeset/52883

See bug 33256 for more information about the failure.  Alexey asked that I file a new bug, as bug 33256 got rather long in trying to figure out what was going wrong.
Comment 1 Eric Seidel (no email) 2010-01-06 17:08:39 PST
*** Bug 33256 has been marked as a duplicate of this bug. ***
Comment 2 Alexey Proskuryakov 2010-01-06 17:17:53 PST
Eric, do you know when this started? I'm fairly sure this test was good originally.
Comment 3 Eric Seidel (no email) 2010-01-06 17:20:21 PST
The failure occurred on the buildbots this afternoon for builds of revisions between http://trac.webkit.org/changeset/52854 and http://trac.webkit.org/changeset/52877.

I suspect that some subtle timing thing was happening on the bots.  It's also possible that the bots were under load and thus the python websocket process was running slower?
Comment 4 Alexey Proskuryakov 2010-01-08 15:48:48 PST
Created attachment 46169 [details]
fix the test
Comment 5 Eric Seidel (no email) 2010-01-08 15:50:59 PST
Comment on attachment 46169 [details]
fix the test

Seems we also need to fix DRT, but that can be a separate issue we fight later.

Thanks!
Comment 6 Alexey Proskuryakov 2010-01-08 16:04:16 PST
Committed <http://trac.webkit.org/changeset/53019>.