Remove arbitrary timeout from test_idle_maintenance_and_databases.js
Categories
(Core :: Storage: IndexedDB, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(10 files, 1 obsolete file)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
We currently wait 10 seconds to let the maintenance start and finish, it would be better to have some kind of notification or promise which can be awaited.
See also https://phabricator.services.mozilla.com/D205830#7067693
Assignee | ||
Comment 1•10 months ago
|
||
Assignee | ||
Comment 2•10 months ago
|
||
Assignee | ||
Comment 3•10 months ago
|
||
Assignee | ||
Comment 4•10 months ago
|
||
Assignee | ||
Comment 5•10 months ago
|
||
Assignee | ||
Comment 6•10 months ago
|
||
Assignee | ||
Comment 7•10 months ago
|
||
Assignee | ||
Comment 8•10 months ago
|
||
Assignee | ||
Comment 9•10 months ago
|
||
Assignee | ||
Comment 10•10 months ago
|
||
This is needed for allowing Services.idm to be used in JS.
Assignee | ||
Comment 11•10 months ago
|
||
Updated•10 months ago
|
Comment 12•8 months ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:janv, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Updated•8 months ago
|
Assignee | ||
Updated•8 months ago
|
Comment 14•8 months ago
|
||
Comment 15•8 months ago
|
||
Updated•8 months ago
|
Comment 16•8 months ago
|
||
bugherder |
Comment 17•8 months ago
|
||
Comment 18•8 months ago
|
||
Assignee | ||
Updated•8 months ago
|
Comment 19•8 months ago
|
||
Comment 20•8 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a68040a78053
https://hg.mozilla.org/mozilla-central/rev/3fcac65bf541
https://hg.mozilla.org/mozilla-central/rev/737164009733
https://hg.mozilla.org/mozilla-central/rev/2531abda5d95
Comment 21•8 months ago
|
||
bugherder |
Assignee | ||
Comment 22•8 months ago
|
||
So once the last patch gets to mozilla-central, both tests test_idle_maintenance.js and test_idle_maintenance_and_databases.js will take less than a second on a dev machine. It used to be at least 10s.
Comment 23•8 months ago
|
||
bugherder |
Description
•