Closed
Bug 905170
Opened 11 years ago
Closed 11 years ago
Test failure "The theme 'plain.theme@quality.mozilla.org ' is enabled - got 'false'" in testAddons_changeTheme/test2.js
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect, P1)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(firefox25 unaffected, firefox26 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox25 | --- | unaffected |
firefox26 | --- | fixed |
People
(Reporter: cosmin-malutan, Assigned: andrei)
References
()
Details
(Keywords: regression, Whiteboard: [mozmill-test-failure][fixed by bug 911621])
Attachments
(1 file, 1 obsolete file)
3.93 KB,
patch
|
AndreeaMatei
:
review+
|
Details | Diff | Splinter Review |
Happened today on Windows Vista (x86) with Nightly it:
http://mozmill-daily.blargon7.com/#/functional/report/b7ef1fb3d9703aeaf2c46e07d2bd253b
I could't reproduce it locally, probably it's an machine issue.
Comment 1•11 years ago
|
||
This is suspicious and I would like to see some investigation today. When I see the list of add-ons in the report the default theme is marked as enabled and compatible. Could this be a misbehavior of the Add-ons manager API?
Failed on Vista (mm-win-vista-3) again:
http://mozmill-daily.blargon7.com/#/functional/report/b7ef1fb3d9703aeaf2c46e07d2cb817b
> Tema predefinito 26.0a1 (enabled, compatible)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → andrei.eftimie
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
This failed again today on fr locale, Windows Vista.
I believe bug 904610 is dependent on this one as it failed once on the following test (test3) and since then we only caught this error in test2.
Comment 3•11 years ago
|
||
Which Vista machine? I believe it's always the same node which causes us the problems here.
Assignee | ||
Comment 5•11 years ago
|
||
Does not seem to be related to 1 machine.
Failed on mm-win-vista-32-2 (I do remeber we recently renamed them, is this the same machine mentioned previously?) and on mm-win-7-32-3
Priority: -- → P1
Assignee | ||
Comment 7•11 years ago
|
||
This fails 2-3 times a day on CI, yet I haven't been able to reproduce the failure locally in 100 runs (slimmed down testruns)
Assignee | ||
Comment 8•11 years ago
|
||
I wasn't able to reproduce this on CI either.
(Same machine, same FF build)
This is puzzling since it fails a couple of times per day on the regular testruns.
Reporter | ||
Comment 9•11 years ago
|
||
It fails on all machines with Nightly and it reproduces locally so we may want to skip this test.
http://mozmill-daily.blargon7.com/#/functional/report/26d5854914a68aa13b333f281597c249
http://mozmill-daily.blargon7.com/#/functional/failure?branch=All&platform=All&from=2013-09-04&to=&test=%2FrestartTests%2FtestAddons_changeTheme%2Ftest2.js&func=test2.js%3A%3AtestThemeIsInstalled
Severity: normal → critical
OS: Windows Vista → All
Priority: P2 → P1
Assignee | ||
Comment 10•11 years ago
|
||
Yes, this reproduces constantly now with the latest nightly.
Here is a skip patch.
I'll do a regression range now.
Attachment #803005 -
Flags: review?(andreea.matei)
Comment 11•11 years ago
|
||
Comment on attachment 803005 [details] [diff] [review]
skip.patch
Review of attachment 803005 [details] [diff] [review]:
-----------------------------------------------------------------
The nit applies to all test files.
::: tests/functional/restartTests/testAddons_changeTheme/test1.js
@@ +101,5 @@
> +
> +setupModule.__force_skip__ = "Bug 905170 - The theme 'plain.theme@quality.mozilla.org'" +
> + "is enabled - got 'false'";
> +teardownModule.__force_skip__ = "Bug 905170 - The theme 'plain.theme@quality.mozilla.org'" +
> + "is enabled - got 'false'";
Small update needed here cause the message will get linked together without a whitespace between the concatenated strings.
Attachment #803005 -
Flags: review?(andreea.matei) → review-
Assignee | ||
Comment 12•11 years ago
|
||
Added a space to have a nice message.
Attachment #803005 -
Attachment is obsolete: true
Attachment #803015 -
Flags: review?(andreea.matei)
Comment 13•11 years ago
|
||
Comment on attachment 803015 [details] [diff] [review]
skip.patch
Review of attachment 803015 [details] [diff] [review]:
-----------------------------------------------------------------
Disabled:
http://hg.mozilla.org/qa/mozmill-tests/rev/60eccf81d91b (default)
Attachment #803015 -
Flags: review?(andreea.matei) → review+
Updated•11 years ago
|
status-firefox26:
--- → disabled
Whiteboard: [mozmill-test-failure][mozmill-test-skipped]
Comment 14•11 years ago
|
||
What is the problem here, Andrei? We have to get this fixed asap.
Assignee | ||
Comment 15•11 years ago
|
||
Clear regression.
Passes with Nightly from 2013-09-10
Fails with Nightly from 2013-09-11
Working with tinderbox builds to get the regressor changeset.
Comment 16•11 years ago
|
||
Not sure why this has been set to critical, we don't have a crash, abort, or freeze here.
Severity: critical → normal
Comment 17•11 years ago
|
||
(In reply to Andrei Eftimie from comment #15)
> Passes with Nightly from 2013-09-10
> Fails with Nightly from 2013-09-11
Sounds like a different issue given that this bug is already open a couple of weeks. But lets see.
Assignee | ||
Comment 18•11 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #17)
> (In reply to Andrei Eftimie from comment #15)
> > Passes with Nightly from 2013-09-10
> > Fails with Nightly from 2013-09-11
>
> Sounds like a different issue given that this bug is already open a couple
> of weeks. But lets see.
Indeed, lets see what changed for this to fail constantly.
It _might_ be a completely different issue.
Assignee | ||
Comment 19•11 years ago
|
||
Regressor is bug 888347
Changeset: http://hg.mozilla.org/integration/mozilla-inbound/rev/efc4235dd32d
Does this happen because we're in a restart test?
Blocks: 888347
Assignee | ||
Comment 20•11 years ago
|
||
First thought was that startUserShutdown() might need an update, but we also fail in mozmill 2.0 with restartApplication()
Assignee | ||
Comment 21•11 years ago
|
||
The new failure has the same cause as bug 915193
I propose to move all discussions there, since the original failure in this bug is probably unrelated.
Comment 22•11 years ago
|
||
As what is mentioned on bug 911820 it explains why it was failing sporadically before. Lets hope for a quick fix.
status-firefox25:
--- → unaffected
Depends on: 911820
Keywords: regression
Hardware: x86 → All
Whiteboard: [mozmill-test-failure][mozmill-test-skipped] → [mozmill-test-failure][mozmill-test-skipped][blocked by bug 915193]
Updated•11 years ago
|
Whiteboard: [mozmill-test-failure][mozmill-test-skipped][blocked by bug 915193] → [mozmill-test-failure][mozmill-test-skipped][blocked by bug 911820]
Comment 23•11 years ago
|
||
Fixed by bug 911621 and reenabled in bug 915193.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [mozmill-test-failure][mozmill-test-skipped][blocked by bug 911820] → [mozmill-test-failure][blocked by bug 911820]
Updated•11 years ago
|
Whiteboard: [mozmill-test-failure][blocked by bug 911820] → [mozmill-test-failure][fixed by bug 911621]
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•