Closed
Bug 1500594
Opened 6 years ago
Closed 6 years ago
Intermittent netwerk/test/unit_ipc/test_alt-data_simple_wrap.js | - NS_BASE_STREAM_WOULD_BLOCK: Component returned failure code: 0x80470007 (NS_BASE_STREAM_WOULD_BLOCK) [nsIBinaryInputStream.readByteArray]
Categories
(Core :: Networking, defect, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox63 | --- | unaffected |
firefox64 | --- | fixed |
firefox65 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: valentin)
References
Details
(Keywords: intermittent-failure, Whiteboard: [necko-triaged][stockwell fixed])
Attachments
(1 file)
Filed by: ncsoregi [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=206689261&repo=autoland
https://queue.taskcluster.net/v1/task/TlMBzIfhRN2x_e9jcISLRQ/runs/0/artifacts/public/logs/live_backing.log
20:04:53 INFO - Retrying tests that failed when run in parallel.
20:04:53 INFO - TEST-START | netwerk/test/unit_ipc/test_alt-data_simple_wrap.js
20:04:54 WARNING - TEST-UNEXPECTED-FAIL | netwerk/test/unit_ipc/test_alt-data_simple_wrap.js | xpcshell return code: 0
20:04:54 INFO - TEST-INFO took 344ms
20:04:54 INFO - >>>>>>>
Comment 1•6 years ago
|
||
20:41:22 INFO - TEST-PASS | netwerk/test/unit_ipc/test_alt-data_simple_wrap.js | readAltContent - [readAltContent : 151] "text/binary" == "text/binary"
20:41:22 INFO - TEST-PASS | netwerk/test/unit_ipc/test_alt-data_simple_wrap.js | readAltContent - [readAltContent : 152] "!@#$%^&*()" == "!@#$%^&*()"
20:41:22 INFO - (xpcshell/head.js) | test pending (2)
20:41:22 WARNING - TEST-UNEXPECTED-FAIL | netwerk/test/unit_ipc/test_alt-data_simple_wrap.js | - NS_BASE_STREAM_WOULD_BLOCK: Component returned failure code: 0x80470007 (NS_BASE_STREAM_WOULD_BLOCK) [nsIBinaryInputStream.readByteArray]
20:41:22 INFO - read_stream@../unit/head_channels.js:15:17
20:41:22 INFO - onInputStreamReady/<@Z:/task_1539978276/build/tests/xpcshell/tests/netwerk/test/unit/test_alt-data_simple.js:160:28
20:41:22 INFO - run@Z:/task_1539978276/build/tests/xpcshell/head.js:692:9
20:41:22 INFO - _do_main@Z:/task_1539978276/build/tests/xpcshell/head.js:219:3
20:41:22 INFO - _execute_test@Z:/task_1539978276/build/tests/xpcshell/head.js:533:5
20:41:22 INFO - @typein:0:151
20:41:22 INFO - exiting test
20:41:22 INFO - (xpcshell/head.js) | test finished (2)
20:41:22 INFO - CHILD-TEST-COMPLETED
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → valentin.gosu
Priority: P5 → P3
Whiteboard: [necko-triaged]
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) |
Assignee | ||
Comment 7•6 years ago
|
||
Sometimes nsIBinaryInputStream.readByteArray could return NS_BASE_STREAM_WOULD_BLOCK.
In this case we want to retry reading from the input stream.
Assignee | ||
Comment 8•6 years ago
|
||
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d8a2a9b84ac2
Retry reading stream if it returns NS_BASE_STREAM_WOULD_BLOCK r=kershaw
Comment 10•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
status-firefox63:
--- → unaffected
status-firefox64:
--- → affected
status-firefox-esr60:
--- → unaffected
Comment 13•6 years ago
|
||
bugherder uplift |
Flags: in-testsuite+
Whiteboard: [necko-triaged][stockwell disable-recommended] → [necko-triaged][stockwell fixed]
You need to log in
before you can comment on or make changes to this bug.
Description
•