Closed
Bug 1917150
Opened 2 months ago
Closed 2 months ago
Perma /service-workers/cache-storage/cache-abort.https.any.worker.html | add() on an already-aborted request should reject with AbortError - promise_rejects_dom: add should reject function "function() { throw e }" threw object "TypeError: NetworkErr
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox130 | --- | unaffected |
firefox131 | --- | unaffected |
firefox132 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: saschanaz)
References
(Regression)
Details
(Keywords: intermittent-failure, intermittent-testcase, regression, Whiteboard: [stockwell needswork:owner])
Attachments
(1 file)
Filed by: sstanca [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=473154361&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/D4DrSe54RCeqlBgtcqot2Q/runs/0/artifacts/public/logs/live_backing.log
[task 2024-09-06T01:30:04.429Z] 01:30:04 INFO - TEST-PASS | /service-workers/cache-storage/cache-abort.https.any.worker.html | put() on an already-aborted request should reject with AbortError
[task 2024-09-06T01:30:04.429Z] 01:30:04 INFO - TEST-PASS | /service-workers/cache-storage/cache-abort.https.any.worker.html | put() synchronously followed by abort should reject with AbortError
[task 2024-09-06T01:30:04.429Z] 01:30:04 INFO - TEST-FAIL | /service-workers/cache-storage/cache-abort.https.any.worker.html | put() followed by abort after headers received should reject with AbortError - promise_rejects_dom: put should reject function "function() { throw e }" threw object "[Exception... "The async request failed because it was aborted by some user action" nsresult: "0x804b0002 (NS_BINDING_ABORTED)" location: "<unknown>" data: no]" that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
[task 2024-09-06T01:30:04.429Z] 01:30:04 INFO - TEST-UNEXPECTED-FAIL | /service-workers/cache-storage/cache-abort.https.any.worker.html | add() on an already-aborted request should reject with AbortError - promise_rejects_dom: add should reject function "function() { throw e }" threw object "TypeError: NetworkError when attempting to fetch resource." that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
[task 2024-09-06T01:30:04.431Z] 01:30:04 INFO -
[task 2024-09-06T01:30:04.432Z] 01:30:04 INFO - TEST-FAIL | /service-workers/cache-storage/cache-abort.https.any.worker.html | add() synchronously followed by abort should reject with AbortError - promise_rejects_dom: add should reject function "function() { throw e }" threw object "TypeError: NetworkError when attempting to fetch resource." that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
[task 2024-09-06T01:30:04.432Z] 01:30:04 INFO - TEST-FAIL | /service-workers/cache-storage/cache-abort.https.any.worker.html | add() followed by abort after headers received should reject with AbortError - promise_rejects_dom: add should reject function "function() { throw e }" threw object "[Exception... "The async request failed because it was aborted by some user action" nsresult: "0x804b0002 (NS_BINDING_ABORTED)" location: "<unknown>" data: no]" that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
[task 2024-09-06T01:30:04.432Z] 01:30:04 INFO - TEST-UNEXPECTED-FAIL | /service-workers/cache-storage/cache-abort.https.any.worker.html | addAll() on an already-aborted request should reject with AbortError - promise_rejects_dom: addAll should reject function "function() { throw e }" threw object "TypeError: NetworkError when attempting to fetch resource." that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
[task 2024-09-06T01:30:04.434Z] 01:30:04 INFO - ..
[task 2024-09-06T01:30:04.434Z] 01:30:04 INFO - TEST-OK | /service-workers/cache-storage/cache-abort.https.any.worker.html | took 2611ms
Comment 1•2 months ago
|
||
Hi Kagami! Could you please check this? There are the failures which I mentioned in https://bugzilla.mozilla.org/show_bug.cgi?id=1903676#c14. Unfortunately we encountered some problems with the backout of your changeset so we had to reland it. It would help us a lot if you put a fix on this here or on the bug from which it started.
Thank you!
Severity: S4 → --
Flags: needinfo?(krosylight)
Keywords: regression
Priority: P5 → --
Regressed by: 1903676
Assignee | ||
Comment 2•2 months ago
|
||
Pushed by nfay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/81bd42694c60
Disable all cache-abort tests on pbmode CLOSED TREE
Pushed by nfay@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/9df162c80958
Disable all cache-abort tests on pbmode CLOSED TREE
Comment 5•2 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
Updated•2 months ago
|
Assignee: nobody → krosylight
Assignee | ||
Updated•2 months ago
|
Flags: needinfo?(krosylight)
Updated•2 months ago
|
status-firefox130:
--- → unaffected
status-firefox131:
--- → unaffected
status-firefox-esr115:
--- → unaffected
status-firefox-esr128:
--- → unaffected
Comment 6•2 months ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•