Closed
Bug 1917243
Opened 1 year ago
Closed 1 year ago
Marionette test_bouncetracking_storage_persistence.py doesn't clean-up Firefox profile and affecting following tests
Categories
(Core :: Privacy: Anti-Tracking, task, P3)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
132 Branch
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [webdriver:m12])
Attachments
(1 file)
|
Bug 1917243 - [antitracking] Clean-up Firefox profile in test_bouncetracking_storage_persistence.py.
48 bytes,
text/x-phabricator-request
|
Details | Review |
As noticed on bug 1916456 the test toolkit/xre/test/marionette/test_exitcode.py TestFissionAutostart.test_exit_code is failing with a strange exit code of Firefox. But that happens only when it is run after the test:
The reason is that the above test sets some custom preferences, restarts Firefox to get those applied but never actually cleans-up the profile afterward. To fix the problem we have to add a tearDown method to restart Firefox with a clean profile.
I'll have a patch in a moment.
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Points: --- → 1
Priority: -- → P3
Whiteboard: [webdriver:m12]
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fff071624faa
[antitracking] Clean-up Firefox profile in test_bouncetracking_storage_persistence.py. r=anti-tracking-reviewers,pbz
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•