Closed
Bug 1930116
Opened 1 year ago
Closed 1 year ago
Improve stability of "browser/components/backup/tests/marionette/test_backup.py" for Firefox restarts
Categories
(Firefox :: Profile Backup, task, P2)
Firefox
Profile Backup
Tracking
()
RESOLVED
FIXED
134 Branch
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m13])
Attachments
(1 file)
As noticed over on bug 1924784 and bug 1924781 we leak profile settings into the next test, which then could cause various side-effects. As such a test should clean-up any modification in tearDown. In case of this test it should be a restart with a new profile being created.
There are also some other lines of code that can be improved. I'll attach a patch which will clean that up.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
Setting 2p for tracking our webdriver work towards enabling Marionette jobs for Wayland.
Points: --- → 2
Whiteboard: [webdriver:m13]
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/28f7e195e428
[marionette] Improvements for browser/components/backup/tests/marionette/test_backup.py. r=backup-reviewers,mconley
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
| Assignee | ||
Updated•1 year ago
|
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•