Intermittent TEST-UNEXPECTED-TIMEOUT | toolkit/components/search/tests/xpcshell/test_big_icon.js | Test timed out
Categories
(Firefox :: Search, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Assigned: standard8)
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell disabled])
Attachments
(2 files)
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 22•6 years ago
|
||
Comment 23•6 years ago
|
||
In the last 7 days, there are 47 failures; most of them on windows-10-64 pgo.
I did some retriggers and it seems to start spiking from this push:
https://treeherder.mozilla.org/#/jobs?repo=autoland&searchStr=42c782c78d570d97353fcc2e64195841ade83735&tochange=0eae1c157b3e3642b4cabe1424923d761675c39b&fromchange=cfc581f4768c3a9424902541747e805749565e13
:mstriemer, can you please take a look?
I've added a patch to disable this test (in case we need it).
Updated•6 years ago
|
Comment 24•6 years ago
|
||
Comment 25•6 years ago
|
||
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/d126abe75cf5
Disable test_big_icon.js on windows10-64 pgo for frequent failures. r=jmaher
Comment 26•6 years ago
|
||
| bugherder | ||
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 34•6 years ago
|
||
I've been running tests locally and hitting this quite frequently (I believe). Locally it tends to timeout the first time, then runs the second time (automatically).
I've noticed this in the failure logs:
JavaScript strict warning: Z:/task_1553785326/build/tests/xpcshell/tests/toolkit/components/search/tests/xpcshell/test_big_icon.js, line 12: ReferenceError: reference to undefined property "name"
For most of our other observers for search engine items, we do a .QueryInterface(Ci.nsISearchEngine), so I think we need to do that here.
I suspect timing or something means that sometimes this has 'lost' its interface information and hence needs to be re-formed.
This seems to work for me locally, so I'll get it on try server.
| Assignee | ||
Comment 35•6 years ago
|
||
| Assignee | ||
Comment 36•6 years ago
|
||
Comment 37•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Comment 38•6 years ago
|
||
| bugherder | ||
| Comment hidden (Intermittent Failures Robot) |
Comment 40•6 years ago
|
||
| uplift | ||
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Description
•