Closed Bug 1840300 Opened 2 years ago Closed 2 years ago

[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)

RESOLVED FIXED
116 Branch
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)

This is from bug 1835430

Keywords: regression
Regressed by: 1835430

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

Flags: needinfo?(kershaw)
Assignee: nobody → kershaw
Status: NEW → ASSIGNED
Flags: needinfo?(kershaw)
Whiteboard: [necko-triaged]
Pushed by kjang@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d925c8d667f1 cancel async copy with NS_BASE_STREAM_CLOSED during shutdown, r=necko-reviewers,valentin

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:
Flags: needinfo?(kershaw)
Flags: needinfo?(kershaw)
Pushed by kjang@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/9964ee2fe040 cancel async copy with NS_BASE_STREAM_CLOSED during shutdown, r=necko-reviewers,valentin
Summary: [perma] xpcshell_maildir.ini:ccomm/mailnews/imap/test/unit/test_dontStatNoSelect.js | Test timed out → [perma] xpcshell_maildir.ini:comm/mailnews/imap/test/unit/test_dontStatNoSelect.js | Test timed out
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch

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
Attachment #9340945 - Flags: approval-mozilla-beta?

Note that this patch needs to be uplifted together with this one in bug 1835430.

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

Attachment #9340945 - Flags: approval-mozilla-beta? → approval-mozilla-release?

Comment on attachment 9340945 [details]
Bug 1840300 - cancel async copy with NS_BASE_STREAM_CLOSED during shutdown, r=#necko

Approved for 115.0 RC2

Attachment #9340945 - Flags: approval-mozilla-release? → approval-mozilla-release+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: