Closed
Bug 980997
Opened 11 years ago
Closed 11 years ago
Fix jetpack timeouts on linux64 asan runs
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: emorley, Assigned: jsantell)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
1.02 KB,
patch
|
rail
:
review+
|
Details | Diff | Splinter Review |
Jetpack has been hidden on linux64 asan runs for being too unreliable (timeouts).
We're seeing failures such as:
TEST-UNEXPECTED-FAIL | tests/test-windows-common.testWindowTabsObject_alt | Test output exceeded timeout (300s).
https://tbpl.mozilla.org/php/getParsedLog.php?id=35792563&tree=Mozilla-Inbound
TEST-UNEXPECTED-FAIL | tests/test-widget.testConstructor | Test output exceeded timeout (300s).
https://tbpl.mozilla.org/php/getParsedLog.php?id=35791443&tree=Mozilla-Inbound
TEST-UNEXPECTED-FAIL | tests/test-tab-events.test open -> open -> move | Test output exceeded timeout (300s).
https://tbpl.mozilla.org/php/getParsedLog.php?id=35794563&tree=Mozilla-Inbound
TEST-UNEXPECTED-FAIL | tests/test-content-worker.test:content is wrapped | Test output exceeded timeout (300s).
https://tbpl.mozilla.org/php/getParsedLog.php?id=35787219&tree=Mozilla-Inbound
TEST-UNEXPECTED-FAIL | tests/test-tab-events.test open | Timed out
TEST-UNEXPECTED-FAIL | tests/test-tab-events.test open -> close | Test output exceeded timeout (300s).
https://tbpl.mozilla.org/php/getParsedLog.php?id=35794815&tree=Mozilla-Inbound
| Reporter | ||
Updated•11 years ago
|
OS: All → Linux
Hardware: All → x86_64
| Reporter | ||
Comment 1•11 years ago
|
||
Note since the jobs are now hidden, you'll need to use &showall=1 to view on TBPL, eg:
https://tbpl.mozilla.org/?showall=1&tree=Mozilla-Inbound&jobname=asan.*jetpack
Depends on: 981035
Comment 2•11 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=36314116&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=36312163&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=36312024&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=36301133&tree=Mozilla-Aurora
(and hidden on aurora)
Assignee: nobody → jsantell
Priority: -- → P1
Comment 3•11 years ago
|
||
Should we disable it until it gets fixed?
It is also being ignore in https://tbpl.mozilla.org/?tree=Jetpack
| Reporter | ||
Comment 4•11 years ago
|
||
(In reply to Armen Zambrano [:armenzg] (EDT/UTC-4) from comment #3)
> Should we disable it until it gets fixed?
> It is also being ignore in https://tbpl.mozilla.org/?tree=Jetpack
Flags: needinfo?(jsantell)
Comment 5•11 years ago
|
||
Yes, please do shut it off: I star it hundreds of times per day, for absolutely no point, and the bustage is now down as far as beta, and it's thus headed toward an esr. Even in the spectacularly unlikely case that it does get fixed, it'll need a loop to follow the trains, and it can get that when it gets reenabled.
Comment 6•11 years ago
|
||
Attachment #8428704 -
Flags: review?(rail)
Updated•11 years ago
|
Attachment #8428704 -
Flags: review?(rail) → review+
Comment 7•11 years ago
|
||
Comment on attachment 8428704 [details] [diff] [review]
[checked-in] disable linux64-asan jetpack jobs
https://hg.mozilla.org/build/buildbot-configs/rev/a3df0ae019e6
Attachment #8428704 -
Attachment description: disable linux64-asan jetpack jobs → [checked-in] disable linux64-asan jetpack jobs
Comment 8•11 years ago
|
||
Merged and deployed to production.
Comment 9•11 years ago
|
||
If anyone ever wants linux64-asan jetpacks job, please file a bug under ReleaseEngineering:General Automation.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(jsantell)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•