[perma] xpcshell_maildir.ini:comm/mailnews/imap/test/unit/test_dontStatNoSelect.js | Test timed out
Categories
(MailNews Core :: Networking: IMAP, defect, P5)
Tracking
(thunderbird_esr115 fixed)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr115 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: kershaw)
References
(Regression)
Details
(Keywords: intermittent-failure, intermittent-testcase, regression, Whiteboard: [necko-triaged])
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-release+
|
Details | Review |
Filed by: mkmelin [at] iki.fi
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=420579772&repo=comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OmEpadPsQ9qjoEJz9D3R8Q/runs/0/artifacts/public/logs/live_backing.log
Comment 1•2 years ago
|
||
Still passing with https://treeherder.mozilla.org/jobs?repo=comm-central&selectedTaskRun=Gr8e9GE5Q--rIY9fuYANdg.0&revision=3e1c4a8693bbad47e0be1fc9313d8f1519e97d48
First seen with https://treeherder.mozilla.org/jobs?repo=comm-central&selectedTaskRun=NCjyZ2UjTu-6p-SUtjrF2A.0&revision=36a138597356cd8d3579a0203609f27b93f43f20 - so must be something from m-c.
The m-c range is https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=d9d61c7bc75210cb5926dc04660a66878a4af735
Comment 3•2 years ago
|
||
On https://searchfox.org/comm-central/rev/e6914ba1b30649bf39a14faa8641cb59b8656297/mailnews/test/fakeserver/Maild.jsm#510 - if I make it
- if (ex.result == Cr.NS_BASE_STREAM_CLOSED) {
+ if (ex.result == Cr.NS_BASE_STREAM_CLOSED || ex.result == Cr.NS_ERROR_NET_RESET)
Then it works. Maybe that's expected? We're now getting NS_ERROR_NET_RESET during a test cleanup
https://searchfox.org/comm-central/rev/e6914ba1b30649bf39a14faa8641cb59b8656297/mailnews/imap/test/unit/test_dontStatNoSelect.js#116
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 5•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Backed out for causing xpcshell failures in test_unix_domain.js.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | netwerk/test/unit/test_unix_domain.js | test_no_such_socket - [test_no_such_socket : 246] do_check_throws_nsIException: func should throw an nsIException whose 'result' is Components.results.NS_ERROR_FILE_NOT_FOUND, threw nsIException instance: "[Exception... \"Component returned failure code: 0x80470002 (NS_BASE_STREAM_CLOSED) [nsIInputStream.available]\" nsresult: \"0x80470002 (NS_BASE_STREAM_CLOSED)\" location:
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 9•2 years ago
|
||
| bugherder | ||
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 11•2 years ago
|
||
Comment on attachment 9340945 [details]
Bug 1840300 - cancel async copy with NS_BASE_STREAM_CLOSED during shutdown, r=#necko
Beta/Release Uplift Approval Request
- User impact if declined: See bug 1835430.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: Bug 1835430
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): See bug 1835430.
- String changes made/needed: N/A
- Is Android affected?: No
| Assignee | ||
Comment 12•2 years ago
|
||
Note that this patch needs to be uplifted together with this one in bug 1835430.
Comment 13•2 years ago
|
||
Comment on attachment 9340945 [details]
Bug 1840300 - cancel async copy with NS_BASE_STREAM_CLOSED during shutdown, r=#necko
Fx115 is now in release, switching the uplift request
Comment 14•2 years ago
|
||
Comment on attachment 9340945 [details]
Bug 1840300 - cancel async copy with NS_BASE_STREAM_CLOSED during shutdown, r=#necko
Approved for 115.0 RC2
Comment 15•2 years ago
|
||
| bugherder uplift | ||
Comment 16•2 years ago
|
||
| bugherder uplift | ||
Comment 17•2 years ago
|
||
| bugherder uplift | ||
| Comment hidden (Intermittent Failures Robot) |
Updated•2 years ago
|
Description
•