Closed
Bug 1282080
Opened 9 years ago
Closed 9 years ago
Update logging of AUS URL for new SYSTEM_CAPABILITIES parameter
Categories
(Testing :: Firefox UI Tests, defect)
Tracking
(firefox48 fixed, firefox49 fixed, firefox50 fixed)
RESOLVED
FIXED
mozilla50
People
(Reporter: whimboo, Assigned: whimboo)
Details
Attachments
(1 file)
As seen here we have a new capabilities parameter in the AUS URL:
https://firefox-ui-tests.s3.amazonaws.com/108aea0e-77ea-403c-b497-7081e97f6b27/log_info.log
https://aus5.mozilla.org/update/6/Firefox/48.0/20160623122823/WINNT_x86-msvc/en-US/beta-cdntest/Windows_NT%206.1/%SYSTEM_CAPABILITIES%/default/default/update.xml?force=1
We have to get it replaced similar to the other replacements for this string.
Assignee | ||
Comment 1•9 years ago
|
||
Digging in the code changes on DXR showed me that this change came in for Firefox 49.0 via bug 1271761.
I'm taking this so we can get it working again.
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
status-firefox49:
--- → affected
status-firefox50:
--- → affected
Assignee | ||
Comment 2•9 years ago
|
||
We can use UpdateUtils.jsm and let it do the formatting. There is no need anymore that we have to do it on our own. Hurray!
The appropriate placeholder replacement for SYSTEM_CAPABILITIES has been added with bug 1271761.
Summary: Update logging of AUS URL for new CAPABILITIES_PARAMETER → Update logging of AUS URL for new SYSTEM_CAPABILITIES parameter
Assignee | ||
Comment 3•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/61796/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/61796/
Attachment #8767121 -
Flags: review?(mjzffr)
Comment on attachment 8767121 [details]
Bug 1282080 - Fix logging of AUS server URL for new SYSTEM_CAPABILITIES parameter.
https://reviewboard.mozilla.org/r/61796/#review59208
Attachment #8767121 -
Flags: review?(mjzffr) → review+
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6c52fa3a1a9c
Fix logging of AUS server URL for new SYSTEM_CAPABILITIES parameter. r=maja_zf
Comment 6•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Assignee | ||
Comment 7•9 years ago
|
||
It's a test-only change which we also need for aurora. Thanks.
Whiteboard: [checkin-needed-aurora]
Assignee | ||
Comment 8•9 years ago
|
||
We also need this for beta.
status-firefox48:
--- → affected
Whiteboard: [checkin-needed-aurora] → [checkin-needed-aurora][checkin-needed-beta]
Comment 9•9 years ago
|
||
bugherder uplift |
Whiteboard: [checkin-needed-aurora][checkin-needed-beta] → [checkin-needed-beta]
Comment 10•9 years ago
|
||
bugherder uplift |
Whiteboard: [checkin-needed-beta]
You need to log in
before you can comment on or make changes to this bug.
Description
•