Closed
Bug 757755
Opened 13 years ago
Closed 13 years ago
The reftest suite appears to be downloading and staging updates on test slaves
Categories
(Testing :: Reftest, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla15
People
(Reporter: philor, Assigned: ehsan.akhgari)
References
Details
(Keywords: intermittent-failure, regression, Whiteboard: [test which aborts the suite])
Attachments
(1 file)
1.31 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
See, for instance, https://tbpl.mozilla.org/php/getParsedLog.php?id=11976410&tree=Firefox failing to start up a mochitest run on talos-r3-w7-056 with a screenshot of the dialog saying that "The update could not be installed." or https://tbpl.mozilla.org/php/getParsedLog.php?id=11954398&tree=Mozilla-Inbound with talos-r3-xp-016 saying the same thing. From a cursory late-night thought and brief look, I'd say that while mochitests are not downloading updates, because http://mxr.mozilla.org/mozilla-central/source/build/automation.py.in#333 sets the prefs, other suites do download and stage them, and then... mochitests fail because they've set the pref? other suites don't fail, but are actually running tests on the nightly build that they managed to update to, rather than the build they were supposed to test?
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → ehsan
Component: General → Reftest
Product: Core → Testing
QA Contact: general → reftest
Summary: We appear to be downloading and staging updates on test slaves → The reftest suite appears to be downloading and staging updates on test slaves
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #626605 -
Flags: review?(dbaron)
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Comment 3•13 years ago
|
||
Pushed the patch to the Oak branch: https://tbpl.mozilla.org/?tree=Oak&rev=fb85cfab3829
Comment on attachment 626605 [details] [diff] [review] Patch (v1) r=dbaron, if you honor the comment that's just out of diff context: * If you change these, please adjust them in the bootstrap.js function· * setDefaultPrefs(). These are duplicated there so we can have a· * restartless addon for reftest on native Android. * * FIXME: These should be in only one place.·
Attachment #626605 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 5•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/87ee97bd5db7
Target Milestone: --- → mozilla15
Reporter | ||
Comment 6•13 years ago
|
||
https://github.com/mozilla/addon-sdk/blob/master/python-lib/cuddlefish/prefs.py
Comment 7•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/87ee97bd5db7
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Keywords: intermittent-failure
Updated•12 years ago
|
Whiteboard: [orange][test which aborts the suite] → [test which aborts the suite]
You need to log in
before you can comment on or make changes to this bug.
Description
•