Closed
Bug 951314
Opened 10 years ago
Closed 10 years ago
mach mochitest-plain overwrites WebRTC logging environment variables
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla29
People
(Reporter: drno, Assigned: drno)
References
Details
Attachments
(1 file, 1 obsolete file)
When running ./mach mochitest-plain with any given test the existing environment variables are overwritten with values specified in /build/automation.py.in and/or /build/automationutils.py. This makes proper debugging of WebRTC tests locally on a developer machine harder. The attached patch only overwrites the WebRTC related environment variables in case they are not present already.
Assignee | ||
Updated•10 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Comment 1•10 years ago
|
||
Note that the stuff in automation.py isn't used for Mochitests anymore. (We're mid-refactor to get rid of automation.py, it's a bit confusing right now.)
Depends on: 841566
Assignee | ||
Comment 2•10 years ago
|
||
Indeed, I only patched both occurrences, because I did not understand what or where automation.py is getting used.
Assignee | ||
Updated•10 years ago
|
Attachment #8348939 -
Flags: review?(ted)
Updated•10 years ago
|
Attachment #8348939 -
Flags: review?(ted) → review+
Updated•10 years ago
|
Assignee: nobody → drno
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Attachment #8348939 -
Attachment is obsolete: true
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 4•10 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=afd053b11d92
Comment 5•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/08009e8417e9
Keywords: checkin-needed
Comment 6•10 years ago
|
||
Backed out for Windows bustage. https://hg.mozilla.org/integration/mozilla-inbound/rev/3d0de9cfddcb https://tbpl.mozilla.org/php/getParsedLog.php?id=32223370&tree=Mozilla-Inbound
Comment 7•10 years ago
|
||
Sorry, silly mistake on my part. Relanded. https://hg.mozilla.org/integration/mozilla-inbound/rev/06ebd514613b
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 9•10 years ago
|
||
Nils, bugs are resolved automatically when merged to m-c. Please don't resolve them when they land on inbound.
Flags: needinfo?(drno)
Updated•10 years ago
|
Target Milestone: --- → mozilla29
Assignee | ||
Comment 10•10 years ago
|
||
Thanks for the clarification. Did not know that. So Fixed gets set automatically when merged to m-c? Should I manually set it back, if so to what?
Flags: needinfo?(drno) → needinfo?(ryanvm)
Comment 11•10 years ago
|
||
It's fine now. It was merged to m-c in comment 8. We have scripts that do all the bug marking for us automatically when merging. It was just an FYI for next time :)
Flags: needinfo?(ryanvm)
Updated•6 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•