Closed
Bug 573298
Opened 14 years ago
Closed 14 years ago
Intermittent failure in test_websocket.html | shouldn't connect yet in test 10!
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: philor, Unassigned)
References
Details
(Keywords: intermittent-failure)
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1277000921.1277002170.27677.gz
WINNT 5.2 mozilla-central debug test mochitests-1/5 on 2010/06/19 19:28:41
s: mw32-ix-slave08
(lovely intermixing preserved):
Sec-WebSocket-Origin: http://mochi.test:8888
Sec-WebSocket-Protocol:
dropping our write flag and setting other socke29207 ERROR TEST-UNEXPECTED-FAIL | /tests/content/base/test/test_websocket.html | shouldn't connect yet in test 10!
29208 INFO TEST-PASS | /tests/content/base/test/test_websocket.html | bad readyState in test 11!
Comment 1•14 years ago
|
||
This intermittent failure has been already fixed in bug 573227. Test 10 tests if the ws connections are being serialized. So, it presumes that there isn't no websockets connections in the serialization queue. Because of this it must be the first test to be executed. Tests 1 until 5 fail when creating the WebSocket object, so in bug 573227 it has been reordered to be the 6th test.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•14 years ago
|
||
Because there's many a slip between "the patch I've got up for review right now" and "what I finally landed by the time the bug was closed" the right way to express "I've already got a fix for that, in my current patch in another bug" is to mark this one as depending on that one, and then when you close that one close this one as fixed by that.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 4•14 years ago
|
||
> is to mark this one as depending on that one, and then when you close that
> one close this one as fixed by that.
ok, sorry.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 46•14 years ago
|
||
I believe this should be now fixed.
See the patch in bug 572975.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Keywords: intermittent-failure
Assignee | ||
Updated•12 years ago
|
Whiteboard: [orange]
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•