Closed
Bug 1152240
Opened 10 years ago
Closed 10 years ago
Ubuntu Update Notice breaks tests
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cbook, Assigned: dustin)
References
Details
Attachments
(1 file)
1.66 KB,
patch
|
catlee
:
review+
dustin
:
checked-in+
|
Details | Diff | Splinter Review |
We have multiple linux testfailures on several trees like (but not only):
https://treeherder.mozilla.org/logviewer.html#?job_id=8592590&repo=mozilla-inbound
181 INFO TEST-UNEXPECTED-FAIL | layout/base/tests/test_touchcaret_visibility.html | [SimpleTest.finish()] waitForFocus() was called a different number of times from the number of callbacks run. Maybe the test terminated prematurely -- be sure to use SimpleTest.waitForExplicitFinish(). - got 1, expected 0
seems this is caused by a focus to a different update that is not expected and screenshots show a ubuntu update notice:
http://mozilla-releng-blobs.s3.amazonaws.com/blobs/mozilla-inbound/sha512/e01cc992099e66d948736abe8c52d462c88c5a3edb531af208a0c0f68920085b7d5143adc83ab4d2784fbd7c5f46137b167974bed3569a1703462812d9632b0f
seems we need to suppress this update notices
Reporter | ||
Comment 1•10 years ago
|
||
from the log:
01:55:03 INFO - 883 INFO Error: Unable to restore focus, expect failures and timeouts.
also this affects now all trees
Reporter | ||
Comment 2•10 years ago
|
||
closed all integration trees since we get a lot test failures (false positives i guess on all linux 32 and linux 64 bit platforms)
Severity: normal → blocker
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 11•10 years ago
|
||
Short term fix might be: http://askubuntu.com/questions/515161/ubuntu-12-04-disable-release-notification-of-14-04-in-update-manager
Probably need to fix AMI generation, regenerate AMIs, terminate current spot instances, and wait for new spot instances to fire up:
https://wiki.mozilla.org/ReleaseEngineering/How_To/Golden_AMI
Comment 12•10 years ago
|
||
http://askubuntu.com/questions/115913/disable-ubuntu-update-managers-new-version-warning suggests the same.
Long term we might want to consider upgrading to latest LTS release - but this is a much bigger deal. Disabling notifications should get us out-of-the-woods for now.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 17•10 years ago
|
||
(In reply to Pete Moore [:pmoore][:pete] from comment #12)
> Long term we might want to consider upgrading to latest LTS release - but
> this is a much bigger deal. Disabling notifications should get us
> out-of-the-woods for now.
https://trello.com/c/5L77pVqb/120-upgrade-to-ubuntu-14-04-trusty
Assignee | ||
Comment 18•10 years ago
|
||
Bear in mind that AMI generation is disabled right now (bug 1149580).
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → dustin
Assignee | ||
Comment 19•10 years ago
|
||
Attachment #8589644 -
Flags: review?(catlee)
Updated•10 years ago
|
Attachment #8589644 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 20•10 years ago
|
||
Comment on attachment 8589644 [details] [diff] [review]
bug1142240.patch
remote: https://hg.mozilla.org/build/puppet/rev/2003967d48cc
remote: https://hg.mozilla.org/build/puppet/rev/7ddc4be7fa3b
Attachment #8589644 -
Flags: checked-in+
Assignee | ||
Comment 21•10 years ago
|
||
Creating new AMIs for this and bug 1149580.
Reporter | ||
Comment 22•10 years ago
|
||
trees reopen now
Assignee | ||
Comment 23•10 years ago
|
||
I assume there would have been stress over this in the last week if it wasn't fixed!
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•