Closed
Bug 640369
Opened 14 years ago
Closed 14 years ago
Add AUS update URL to the Mozmill update report
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [mozmill-update])
Attachments
(4 files, 3 obsolete files)
5.61 KB,
patch
|
u279076
:
review+
|
Details | Diff | Splinter Review |
7.48 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
8.14 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
8.32 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
As seen on bug 640361 we need the AUS update URL as part of the test report. Otherwise it will be hard to investigate issues related to the patch selected by the updater.
Looks pretty straight forward:
http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/update/nsUpdateService.js#2046
Will hopefully have something soonish.
Comment 1•14 years ago
|
||
Can't you use serviceURL from active-update.xml ? You get the finalURL for the mar from there or updates.xml already don't you ?
Assignee | ||
Comment 2•14 years ago
|
||
I can't use the serviceURL because it is only available if updates are available. But we also want to catch cases when we don't get an update offered, and have to know the URL for update snippets.
With bug 640407 fixed it would have been easy. For now we need a workaround.
Depends on: 640407
Assignee | ||
Comment 3•14 years ago
|
||
Patch which retrieves the URL of the update snippet and adds it to the pre/post build info. I will have to check on windows and linux before I will request review.
Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 518236 [details] [diff] [review]
Patch v1 [checked-in]
Looks fine on all platforms.
Attachment #518236 -
Flags: review?(anthony.s.hughes)
Attachment #518236 -
Flags: review?(anthony.s.hughes) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Landed as:
http://hg.mozilla.org/qa/mozmill-tests/rev/db1fdda460ae (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/00b0aec74223 (2.0)
We need updated patches for the backports.
Assignee | ||
Updated•14 years ago
|
Attachment #518236 -
Attachment description: Patch v1 → Patch v1 [checked-in]
Assignee | ||
Comment 6•14 years ago
|
||
We need that follow-up on default which moves some code around and also replaces some placeholders on its own instead of letting this do the URL formatter. Reason for that is that this code is kinda specific and varies from the general placeholders. To keep the softwareUpdate interface consistent across all branches those changes are necessary.
Attachment #518325 -
Flags: review?(anthony.s.hughes)
Assignee | ||
Comment 7•14 years ago
|
||
Attachment #518326 -
Flags: review?(anthony.s.hughes)
Assignee | ||
Comment 8•14 years ago
|
||
Attachment #518327 -
Flags: review?(anthony.s.hughes)
Assignee | ||
Updated•14 years ago
|
Whiteboard: [mozmill-update]
Attachment #518325 -
Flags: review?(anthony.s.hughes) → review+
Attachment #518326 -
Flags: review?(anthony.s.hughes) → review+
Attachment #518327 -
Flags: review?(anthony.s.hughes) → review+
Assignee | ||
Comment 9•14 years ago
|
||
With the update of the refactoring which happened today.
Attachment #518325 -
Attachment is obsolete: true
Attachment #518397 -
Flags: review+
Assignee | ||
Comment 10•14 years ago
|
||
Folder update for refactoring changes.
Attachment #518326 -
Attachment is obsolete: true
Attachment #518400 -
Flags: review+
Assignee | ||
Comment 11•14 years ago
|
||
Folder updates for refactoring work.
Attachment #518327 -
Attachment is obsolete: true
Attachment #518401 -
Flags: review+
Assignee | ||
Comment 12•14 years ago
|
||
Follow-up landed:
http://hg.mozilla.org/qa/mozmill-tests/rev/61867d9626a9 (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/0d49e75b9a24 (2.0)
Backports landed:
http://hg.mozilla.org/qa/mozmill-tests/rev/1d4f376d14a1 (1.9.2)
http://hg.mozilla.org/qa/mozmill-tests/rev/0f2600fbe907 (1.9.1)
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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
•