Since bug 1593467, needless error reports about non-existing logins-backup.json
Categories
(Toolkit :: Password Manager, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox78 | --- | unaffected |
firefox79 | --- | unaffected |
firefox80 | --- | wontfix |
firefox81 | --- | fixed |
People
(Reporter: mkmelin, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1593467 +++
Due to https://hg.mozilla.org/mozilla-central/rev/8754a74ef0f8392812458246b61756096e0f35cb there's is needlessly errors reported to the console, causing some Thunderbird tests to fail (because the tests are watching for console errors). https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=310884841&repo=comm-central&lineNumber=4372
Fails:
comm/mailnews/compose/test/unit/test_autoReply.js
comm/mailnews/compose/test/unit/test_sendMessageLater2.js
Reporter | ||
Comment 1•5 years ago
|
||
Comment 3•5 years ago
|
||
Backed out changeset 8e3ebf0c6b3e (bug 1654984) for xpcshell failures at devtools/server/tests/xpcshell/test_addons_actor.js
Backout: https://hg.mozilla.org/integration/autoland/rev/f34ad6b8f74b919b55fa3abb43dbe347d24483a8
Failure push: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=8e3ebf0c6b3eca04b1626c5c23e3057955709534
Failure logs:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=310923398&repo=autoland&lineNumber=6567
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=310923397&repo=autoland&lineNumber=10200
Comment 4•5 years ago
|
||
Also caused browser chrome failures https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=310925118&repo=autoland&lineNumber=3261
Reporter | ||
Comment 5•5 years ago
|
||
Yeah, shouldn't try to create a file with undefined as the path...
Updated•5 years ago
|
Comment 6•5 years ago
|
||
Set release status flags based on info from the regressing bug 1593467
Reporter | ||
Comment 7•5 years ago
|
||
Comment 9•5 years ago
|
||
Backed out for failures on browser_startup_mainthreadio.js
backout: https://hg.mozilla.org/integration/autoland/rev/01d9cd9b15a5bb57416d12983db7ae643f52f724
failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=311004296&repo=autoland&lineNumber=1800
[task 2020-07-24T21:14:07.527Z] 21:14:07 INFO - (PoisonIOInterposer) stat - C:\Users\task_1595623200\AppData\Local\Temp\tmplcf1sq.mozrunner\key4.db-journal
[task 2020-07-24T21:14:07.527Z] 21:14:07 INFO - (PoisonIOInterposer) stat - C:\Users\task_1595623200\AppData\Local\Temp\tmplcf1sq.mozrunner\key4.db-wal
[task 2020-07-24T21:14:07.527Z] 21:14:07 INFO - Buffered messages finished
[task 2020-07-24T21:14:07.527Z] 21:14:07 INFO - TEST-UNEXPECTED-FAIL | browser/base/content/test/performance/browser_startup_mainthreadio.js | unexpected stat on C:\Users\task_1595623200\AppData\Local\Temp\tmplcf1sq.mozrunner\logins-backup.json before becoming idle -
[task 2020-07-24T21:14:07.527Z] 21:14:07 INFO - Stack trace:
[task 2020-07-24T21:14:07.527Z] 21:14:07 INFO - nsLocalFile::ResolveAndStat
[task 2020-07-24T21:14:07.527Z] 21:14:07 INFO - InterpretGeneratorResume (self-hosted:1478:33)
[task 2020-07-24T21:14:07.527Z] 21:14:07 INFO - AsyncFunctionThrow (self-hosted:688:27)
[task 2020-07-24T21:14:07.528Z] 21:14:07 INFO - promise callback
[task 2020-07-24T21:14:07.528Z] 21:14:07 INFO - XREMain::XRE_main
[task 2020-07-24T21:14:07.528Z] 21:14:07 INFO - (PoisonIOInterposer) stat - C:\Users\task_1595623200\AppData\Local\Temp\tmplcf1sq.mozrunner\logins-backup.json
[task 2020-07-24T21:14:07.528Z] 21:14:07 INFO - (PoisonIOInterposer) stat - C:\Users\task_1595623200\AppData\Local\Temp\tmplcf1sq.mozrunner\key4.db-journal
[task 2020-07-24T21:14:07.528Z] 21:14:07 INFO - (PoisonIOInterposer) stat - C:\Users\task_1595623200\AppData\Local\Temp\tmplcf1sq.mozrunner\key4.db-wal
Reporter | ||
Comment 10•5 years ago
|
||
I think the expected stat numbers needs to be adjusted, in https://searchfox.org/comm-central/source/mozilla/browser/base/content/test/performance/browser_startup_mainthreadio.js
Geoff, can you finish this off. I'm mostly afk for a while
Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•5 years ago
|
Description
•