Closed Bug 1584509 Opened 4 years ago Closed 4 years ago

Perma fission dom/push/test/test_register_key.html | Wrong exception name in worker for invalid key - got "NotAllowedError", expected "InvalidAccessError"

Categories

(Core :: DOM: Notifications, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla71
Fission Milestone M4
Tracking Status
firefox-esr60 --- unaffected
firefox-esr68 --- unaffected
firefox67 --- unaffected
firefox68 --- unaffected
firefox69 --- unaffected
firefox70 --- unaffected
firefox71 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: perry)

References

(Blocks 1 open bug)

Details

(Keywords: intermittent-failure, regression, Whiteboard: [stockwell unknown])

Filed by: rgurzau [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=268749411&repo=mozilla-central
Full log: https://queue.taskcluster.net/v1/task/e2Y3UO9CQw-pTSadX-Dihg/runs/0/artifacts/public/logs/live_backing.log


[task 2019-09-27T10:39:59.719Z] 10:39:59 INFO - add_task | Entering test retrieveKey
[task 2019-09-27T10:39:59.720Z] 10:39:59 INFO - TEST-PASS | dom/push/test/test_register_key.html | Got wrong endpoint for subscription with key
[task 2019-09-27T10:39:59.720Z] 10:39:59 INFO - TEST-PASS | dom/push/test/test_register_key.html | Got wrong app server key
[task 2019-09-27T10:39:59.720Z] 10:39:59 INFO - add_task | Leaving test retrieveKey
[task 2019-09-27T10:39:59.720Z] 10:39:59 INFO - add_task | Entering test mismatchedKey
[task 2019-09-27T10:39:59.721Z] 10:39:59 INFO - TEST-PASS | dom/push/test/test_register_key.html | App server key should not be empty
[task 2019-09-27T10:39:59.721Z] 10:39:59 INFO - TEST-PASS | dom/push/test/test_register_key.html | Wrong exception type for mismatched key
[task 2019-09-27T10:39:59.721Z] 10:39:59 INFO - TEST-PASS | dom/push/test/test_register_key.html | Wrong exception name for mismatched key
[task 2019-09-27T10:39:59.721Z] 10:39:59 INFO - add_task | Leaving test mismatchedKey
[task 2019-09-27T10:39:59.721Z] 10:39:59 INFO - add_task | Entering test emptyKeyInWorker
[task 2019-09-27T10:39:59.722Z] 10:39:59 INFO - TEST-PASS | dom/push/test/test_register_key.html | Wrong exception type in worker for empty key
[task 2019-09-27T10:39:59.722Z] 10:39:59 INFO - TEST-PASS | dom/push/test/test_register_key.html | Wrong exception name in worker for empty key
[task 2019-09-27T10:39:59.722Z] 10:39:59 INFO - add_task | Leaving test emptyKeyInWorker
[task 2019-09-27T10:39:59.722Z] 10:39:59 INFO - add_task | Entering test invalidKeyInWorker
[task 2019-09-27T10:39:59.723Z] 10:39:59 INFO - TEST-PASS | dom/push/test/test_register_key.html | Wrong exception type in worker for invalid key
[task 2019-09-27T10:39:59.723Z] 10:39:59 INFO - Buffered messages finished
[task 2019-09-27T10:39:59.725Z] 10:39:59 INFO - TEST-UNEXPECTED-FAIL | dom/push/test/test_register_key.html | Wrong exception name in worker for invalid key - got "NotAllowedError", expected "InvalidAccessError"
[task 2019-09-27T10:39:59.725Z] 10:39:59 INFO - SimpleTest.is@SimpleTest/SimpleTest.js:322:16
[task 2019-09-27T10:39:59.725Z] 10:39:59 INFO - invalidKeyInWorker@dom/push/test/test_register_key.html:168:7
[task 2019-09-27T10:39:59.725Z] 10:39:59 INFO - asyncnextTick/<@SimpleTest/SimpleTest.js:1795:34
[task 2019-09-27T10:39:59.725Z] 10:39:59 INFO - async
nextTick@SimpleTest/SimpleTest.js:1811:11
[task 2019-09-27T10:39:59.725Z] 10:39:59 INFO - setTimeout handlerSimpleTest_setTimeoutShim@SimpleTest/SimpleTest.js:686:43
[task 2019-09-27T10:39:59.726Z] 10:39:59 INFO - add_task@SimpleTest/SimpleTest.js:1755:17
[task 2019-09-27T10:39:59.726Z] 10:39:59 INFO - @dom/push/test/test_register_key.html:42:11
[task 2019-09-27T10:39:59.726Z] 10:39:59 INFO - add_task | Leaving test invalidKeyInWorker
[task 2019-09-27T10:39:59.726Z] 10:39:59 INFO - add_task | Entering test validKeyInWorker
[task 2019-09-27T10:39:59.726Z] 10:39:59 INFO - Not taking screenshot here: see the one that was previously logged
[task 2019-09-27T10:39:59.727Z] 10:39:59 INFO - TEST-UNEXPECTED-FAIL | dom/push/test/test_register_key.html | Wrong endpoint for subscription with key created in worker - got undefined, expected "https://example.com/push/2"
[task 2019-09-27T10:39:59.727Z] 10:39:59 INFO - SimpleTest.is@SimpleTest/SimpleTest.js:322:16
[task 2019-09-27T10:39:59.727Z] 10:39:59 INFO - validKeyInWorker@dom/push/test/test_register_key.html:178:7
[task 2019-09-27T10:39:59.727Z] 10:39:59 INFO - async
nextTick/<@SimpleTest/SimpleTest.js:1795:34
[task 2019-09-27T10:39:59.728Z] 10:39:59 INFO - asyncnextTick@SimpleTest/SimpleTest.js:1811:11
[task 2019-09-27T10:39:59.728Z] 10:39:59 INFO - setTimeout handler
SimpleTest_setTimeoutShim@SimpleTest/SimpleTest.js:686:43
[task 2019-09-27T10:39:59.728Z] 10:39:59 INFO - add_task@SimpleTest/SimpleTest.js:1755:17

Priority: -- → P3
Summary: Intermittent Tier 2 dom/push/test/test_register_key.html | Wrong exception name in worker for invalid key - got "NotAllowedError", expected "InvalidAccessError" → Intermittent dom/push/test/test_register_key.html | Wrong exception name in worker for invalid key - got "NotAllowedError", expected "InvalidAccessError"
Flags: needinfo?(emalysz)
Summary: Intermittent dom/push/test/test_register_key.html | Wrong exception name in worker for invalid key - got "NotAllowedError", expected "InvalidAccessError" → Perma fission dom/push/test/test_register_key.html | Wrong exception name in worker for invalid key - got "NotAllowedError", expected "InvalidAccessError"
Assignee: nobody → emalysz
Flags: needinfo?(emalysz)

Should be resolved by bug 1575185

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Assignee: emalysz → perry
Depends on: 1575185
Target Milestone: --- → mozilla71

Retroactively moving fixed bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to an appropriate Fission Milestone.

This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:

0ee3c76a-bc79-4eb2-8d12-05dc0b68e732

Fission Milestone: --- → M4
You need to log in before you can comment on or make changes to this bug.