Closed
Bug 1608592
Opened 5 years ago
Closed 5 years ago
MINIDUMP_SAVEPATH is wrong environment variable, should be MINIDUMP_SAVE_PATH
Categories
(Testing Graveyard :: Autophone, defect, P2)
Tracking
(firefox74 fixed)
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: nalexander, Assigned: gbrown)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
A quick searchfox suggests that https://searchfox.org/mozilla-central/search?q=MINIDUMP_SAVEPATH&path= is just wrong -- it should be MINIDUMP_SAVE_PATH
. I don't know what, if any, impact this has in the wild. It looks like the original landing of these configurations was just incorrect.
![]() |
Assignee | |
Updated•5 years ago
|
Assignee: nobody → gbrown
Priority: -- → P2
![]() |
Assignee | |
Comment 1•5 years ago
|
||
MINIDUMP_SAVEPATH does nothing and can be safely removed. The correct variable,
MINIDUMP_SAVE_PATH is already set in the Android scripts, such as
https://searchfox.org/mozilla-central/rev/9b4b41b95cbcda63f565bdc24411e15248f91d83/testing/mozharness/scripts/android_emulator_unittest.py#412
so no other changes are required.
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/231c45e27a37
Remove MINIDUMP_SAVEPATH environment variable from android tasks; r=bc
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
Updated•3 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•