Closed
Bug 946991
Opened 11 years ago
Closed 11 years ago
Schedule debug b2g emulator xpcshell tests on all trunk branches
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ahal, Assigned: ahal)
References
Details
Attachments
(3 files)
5.34 KB,
patch
|
mozilla
:
review+
|
Details | Diff | Splinter Review |
1.01 KB,
patch
|
Details | Diff | Splinter Review | |
1.40 KB,
patch
|
mozilla
:
review+
|
Details | Diff | Splinter Review |
Debug xpcshell tests are running green on cedar. There aren't many tests, but we should enable them on other branches so they could at least catch startup crashes.
Assignee | ||
Comment 1•11 years ago
|
||
I'm assuming we don't want debug unittests on older branches in general, so I added an exception for that. I'm also assuming that that list of older branches is up to date.
Assignee | ||
Updated•11 years ago
|
Comment 2•11 years ago
|
||
Comment on attachment 8345290 [details] [diff] [review]
Patch 1.0 - enable debug emulator xpcshell
File "/Users/asasaki/wrk/virtualenv/bb08/lib/python2.7/site-packages/buildbot-0.8.2_hg_0ba2f2a46a93_production_0.8-py2.7.egg/buildbot/scripts/runner.py", line 1042, in doCheckConfig
ConfigLoader(configFileName=configFileName)
File "/Users/asasaki/wrk/virtualenv/bb08/lib/python2.7/site-packages/buildbot-0.8.2_hg_0ba2f2a46a93_production_0.8-py2.7.egg/buildbot/scripts/checkconfig.py", line 31, in __init__
self.loadConfig(configFile, check_synchronously_only=True)
File "/Users/asasaki/wrk/virtualenv/bb08/lib/python2.7/site-packages/buildbot-0.8.2_hg_0ba2f2a46a93_production_0.8-py2.7.egg/buildbot/master.py", line 652, in loadConfig
exec f in localDict
File "/src/ahal/buildbot-configs/test-output/bm51-tests1-linux-sKu0Iq/master.cfg", line 146, in <module>
B2G_BRANCH_UNITTEST_VARS['platforms'])
File "/src/ahal/buildbotcustom/misc.py", line 1950, in generateTalosBranchObjects
for suites_name, suites in branch_config['platforms'][platform][slave_platform][unittest_suites]:
ValueError: need more than 1 value to unpack
I'm going to guess we're enabling debug tests on at least one branch that has no debug unittests defined.
Also, there was slight bitrot in this patch... I had to manually edit to apply the patch.
Comment 3•11 years ago
|
||
Comment on attachment 8345290 [details] [diff] [review]
Patch 1.0 - enable debug emulator xpcshell
>+ 'debug_unittest_suites': [XPCSHELL],
I think this is going to create list inside a list... probably
'debug_unittest_suites': XPCSHELL[:] ?
Comment 4•11 years ago
|
||
Looks like that fixes it.
Comment 5•11 years ago
|
||
Comment on attachment 8345290 [details] [diff] [review]
Patch 1.0 - enable debug emulator xpcshell
r=me, with the fix in comment 3.
Attachment #8345290 -
Flags: review?(aki) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Oops, thanks for catching that!
Fixed:
https://hg.mozilla.org/build/buildbot-configs/rev/e018d5871563
Comment 7•11 years ago
|
||
In production
Assignee | ||
Comment 8•11 years ago
|
||
I literally just noticed that these are orange on pine and green on cedar. We may need to hide them for a short while to figure out why.
Assignee | ||
Comment 9•11 years ago
|
||
The error got fixed by a merge from b2g-inbound. But RyanVM pointed out that we are running xpcshell in b2g26 which we shouldn't be.
Assignee | ||
Comment 10•11 years ago
|
||
Sorry for all the reviews!
Attachment #8346716 -
Flags: review?(aki)
Comment 11•11 years ago
|
||
Comment on attachment 8346716 [details] [diff] [review]
Patch 1.1 - disable debug emulator unittests on b2g26 as well
No worries.
Attachment #8346716 -
Flags: review?(aki) → review+
Assignee | ||
Comment 12•11 years ago
|
||
Comment 13•11 years ago
|
||
In production
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•