Closed
Bug 1295483
Opened 9 years ago
Closed 9 years ago
Intermittent dom/network/tests/test_tcpsocket_jsm.html | Test timed out.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1295453
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 3•9 years ago
|
||
This is a timeout in the new test added in bug 1104156. Either closeImmediately threw an exception (I'm not sure what would happen, in that case), or we yield indefinitely waiting for at least 1 byte of data that never arrives.
Comment 4•9 years ago
|
||
Are these test failing on some specific OS or they are failing in general?
Flags: needinfo?(josh)
Comment 5•9 years ago
|
||
https://brasstacks.mozilla.com/orangefactor/?display=Bug&bugid=1295483 shows intermittent failures on all major OSes.
Flags: needinfo?(josh)
Comment 6•9 years ago
|
||
I added a `throw TypeError("hi")` to the same code that calls closeImmediately and got different output, so we can ignore closeImmediately.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 9•9 years ago
|
||
(In reply to Josh Matthews [:jdm] from comment #6)
> I added a `throw TypeError("hi")` to the same code that calls
> closeImmediately and got different output, so we can ignore closeImmediately.
So it has nothing to do with our new Implementation for closeImmediately.
Comment 10•9 years ago
|
||
Well, CloseImmediately may be implemented in a way that occasionally causes our new test to time out, rather than receive any data at all. I'm not sure yet.
Comment 11•9 years ago
|
||
When it would not get that 1 byte of data (In reply to Josh Matthews [:jdm] from comment #10)
> Well, CloseImmediately may be implemented in a way that occasionally causes
> our new test to time out, rather than receive any data at all. I'm not sure
> yet.
CloseImmediately can cause time out when it waits for that 1 byte of data and it does not receive that, it would wait for it indefinitely.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 18•9 years ago
|
||
AFAICT this is indeed just a duplicate of bug 1295453 (it's arbitrary which is the duplicate of which, but I think bug 1295453's summary more closely indicates the root cause)
Comment 19•9 years ago
|
||
Figured out how to dupe this bug in a starring-friendly way, doing so.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Keywords: intermittent-failure
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
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
•