Closed
Bug 1645763
Opened 5 years ago
Closed 5 years ago
Disable idle-daily tasks for Marionette and geckodriver
Categories
(Remote Protocol :: Marionette, task, P1)
Remote Protocol
Marionette
Tracking
(firefox79 fixed)
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(2 files)
(In reply to Marco Bonardo [:mak] from bug 1644565 comment #2)
off-hand it looks like Firefox is sending idle-daily that does some heavy work, that's why in general mochitests disable it
incremental vaccum is one of the last tasks to run, then recently "removeOldCorruptDBs" has been added after it, thus I wonder if this is just a long running cleanup, or that last added task may fail, though all of its code is wrapped in a large try/catch.
Can we skip idle-daily for these tests?
Assignee | ||
Updated•5 years ago
|
Summary: Disable Places idly-daily tasks for Marionette and geckodriver → Disable idly-daily tasks for Marionette and geckodriver
Assignee | ||
Updated•5 years ago
|
Summary: Disable idly-daily tasks for Marionette and geckodriver → Disable idle-daily tasks for Marionette and geckodriver
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D79667
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ff9259adab2a
[marionette] Disable idle-daily notifications to avoid expensive operations. r=marionette-reviewers,maja_zf
https://hg.mozilla.org/integration/autoland/rev/48b5a8b518d9
[geckodriver] Disable idle-daily notifications to avoid expensive operations. r=webdriver-reviewers,jgraham
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ff9259adab2a
https://hg.mozilla.org/mozilla-central/rev/48b5a8b518d9
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•