Intermittent IndexedDB/idb-explicit-commit.any.worker.html | Transactions that explicitly commit and have errors should abort. - assert_equals: Expected abort event, but got complete event instead expected "abort" but got "complete"
Categories
(Core :: Storage: IndexedDB, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Assigned: sg)
Details
(Keywords: intermittent-failure)
Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=284830322&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/azp-gturSty5Sb0lekWhlw/runs/0/artifacts/public/logs/live_backing.log
Reftest URL: https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/azp-gturSty5Sb0lekWhlw/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
[task 2020-01-14T12:04:02.094Z] 12:04:02 INFO - TEST-PASS | /IndexedDB/idb-explicit-commit.any.html | Calling txn.commit() when txn is inactive should throw.
[task 2020-01-14T12:04:02.094Z] 12:04:02 INFO - TEST-PASS | /IndexedDB/idb-explicit-commit.any.html | Transactions with same scope should stay in program order, even if one calls commit.
[task 2020-01-14T12:04:02.094Z] 12:04:02 INFO - TEST-UNEXPECTED-FAIL | /IndexedDB/idb-explicit-commit.any.html | Transactions that explicitly commit and have errors should abort. - assert_equals: Expected abort event, but got complete event instead expected "abort" but got "complete"
[task 2020-01-14T12:04:02.094Z] 12:04:02 INFO - transactionWatcher@http://web-platform.test:8000/IndexedDB/support-promises.js:20:10
[task 2020-01-14T12:04:02.094Z] 12:04:02 INFO - @http://web-platform.test:8000/IndexedDB/idb-explicit-commit.any.js:242:7
[task 2020-01-14T12:04:02.094Z] 12:04:02 INFO - asyncTest.prototype.step@http://web-platform.test:8000/resources/testharness.js:2024:25
[task 2020-01-14T12:04:02.094Z] 12:04:02 INFO - promise_test/tests.promise_tests</<@http://web-platform.test:8000/resources/testharness.js:605:36
[task 2020-01-14T12:04:02.094Z] 12:04:02 INFO - promise_test/tests.promise_tests<@http://web-platform.test:8000/resources/testharness.js:604:20
[task 2020-01-14T12:04:02.094Z] 12:04:02 INFO - promise callbackpromise_test@http://web-platform.test:8000/resources/testharness.js:603:51
[task 2020-01-14T12:04:02.094Z] 12:04:02 INFO - @http://web-platform.test:8000/IndexedDB/idb-explicit-commit.any.js:218:13
[task 2020-01-14T12:04:02.094Z] 12:04:02 INFO - TEST-UNEXPECTED-ERROR | /IndexedDB/idb-explicit-commit.any.html | uncaught exception: Error: assert_unreached: Transaction with invalid "add" call should not be completed. Reached unreachable code
[task 2020-01-14T12:04:02.094Z] 12:04:02 INFO - txn2.oncomplete@http://web-platform.test:8000/IndexedDB/idb-explicit-commit.any.js:235:45
[task 2020-01-14T12:04:02.095Z] 12:04:02 INFO - EventHandlerNonNull*@http://web-platform.test:8000/IndexedDB/idb-explicit-commit.any.js:235:3
[task 2020-01-14T12:04:02.095Z] 12:04:02 INFO - asyncTest.prototype.step@http://web-platform.test:8000/resources/testharness.js:2024:25
[task 2020-01-14T12:04:02.095Z] 12:04:02 INFO - promise_test/tests.promise_tests</<@http://web-platform.test:8000/resources/testharness.js:605:36
[task 2020-01-14T12:04:02.095Z] 12:04:02 INFO - promise_test/tests.promise_tests<@http://web-platform.test:8000/resources/testharness.js:604:20
[task 2020-01-14T12:04:02.095Z] 12:04:02 INFO - promise callbackpromise_test@http://web-platform.test:8000/resources/testharness.js:603:51
[task 2020-01-14T12:04:02.095Z] 12:04:02 INFO - @http://web-platform.test:8000/IndexedDB/idb-explicit-commit.any.js:218:13
[task 2020-01-14T12:04:02.095Z] 12:04:02 INFO - TEST-INFO took 1754ms
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=284835924&repo=autoland&lineNumber=2534
Assignee | ||
Comment 3•6 years ago
|
||
Hm, the patches that landed were backed out, this run was on autoland in between... But I will verify that again.
Assignee | ||
Comment 4•6 years ago
|
||
I found the underlying issue. I will fix it before trying to land again. I am still closing this as invalid as it never reached mozilla-central.
Comment 5•6 years ago
|
||
Reached to central:
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=285468432&repo=mozilla-central&lineNumber=2129
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Comment hidden (Intermittent Failures Robot) |
Description
•