Can't set prefs when a profile is provided
Categories
(Testing :: geckodriver, defect)
Tracking
(Fission Milestone:M8, firefox90 fixed)
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: jgraham, Assigned: jgraham)
References
Details
Attachments
(3 files, 1 obsolete file)
If the user provides a profile it ought to be possible to set additional prefs in that profile, and to restore the profile at the end of the session so it can be reused without leaking the prefs into future sessions. Currently we just silently ignore the prefs.
Assignee | ||
Comment 1•4 years ago
|
||
Add support for reading the values passed to command line arguments in
mozrunner. This is a little difficult to do exactly like Firefox as
different arguments may be parsed differently. This patch supports the
following forms:
["--arg", "foo"]
["--arg=foo"]
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Previously we would just ignore the command-line provided profile,
write prefs to a new profile and then use the command line provided
one. That doesn't really make sense.
Now instead we try to write the prefs to the provided profile and
restore it after the test run.
Comment 4•4 years ago
|
||
Setting Fission Milestone to M8 because this bug blocks Fission M8 bug 1680963.
Assignee | ||
Comment 5•4 years ago
|
||
Updated•4 years ago
|
Comment 7•4 years ago
|
||
Backout changeset for causing marionette failures at test_fission_autostart.py .
also failes here python/test_mochitest_integration.py
Failure log
Updated•4 years ago
|
Comment 8•4 years ago
|
||
Backed out 14 changesets (bug 1686707, bug 1707876, bug 1678044) for Spidermonkey failure. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer?job_id=340215481&repo=autoland&lineNumber=45654
Backout:
https://hg.mozilla.org/integration/autoland/rev/532f607c9ca037bdfc9d671a7447b28b19c05c77
Comment 10•4 years ago
|
||
Comment 11•4 years ago
|
||
Comment 12•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3b78b12a05c3
https://hg.mozilla.org/mozilla-central/rev/e48f46d4cfaf
https://hg.mozilla.org/mozilla-central/rev/74337795039c
Updated•4 years ago
|
Comment 13•4 years ago
|
||
(In reply to Web Platform Test Sync Bot (Matrix: #interop:mozilla.org) from comment #9)
Failed to create upstream wpt PR due to merge conflicts. This requires fixup
from a wpt sync admin.
James, can you please check what's wrong here?
Assignee | ||
Comment 15•4 years ago
|
||
This didn't actually have any wpt changes, but the backout did. So the bot wasn't too happy. Anyway I've pacified it with an empty PR.
Description
•