Reduce web-platform-tests-backlog timeout multiplier
Categories
(Testing :: General, task)
Tracking
(Not tracked)
People
(Reporter: egao, Assigned: egao)
References
Details
Attachments
(7 files, 1 obsolete file)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
:jmaher has moved a lot of tests from web-platform-tests and web-platform-tests-reftest to the backlog side of things in the parent bug.
Tests for features that are not implemented yet, or will not be implemented, are currently run as separate suites.
Since the tests in the backlog side of things are expected to time out by default, let's find a way to safely reduce the time the test harness waits for the timeout result. This would help us reduce the runtime of the tests, which in turn will help us reduce the cost of machine time.
If things go as planned, it may even be possible to run all backlog tests in one chunk, therefore saving us machine time and setup/teardown overhead of multiple chunks.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•5 years ago
|
||
Changes:
- due to lower timeout multiplier, some subtests do not have the chance to run. These expectations are updated with the possibility that tests will TIMEOUT or NOTRUN.
Updated•5 years ago
|
| Assignee | ||
Comment 6•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Backed out for multiple perma failures.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=306554537&repo=autoland&lineNumber=6014
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=306550797&repo=autoland&lineNumber=6067
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=306550801&repo=autoland&lineNumber=1227
Backout: https://hg.mozilla.org/integration/autoland/rev/575059fe05879f2dd0ca0dac7d522d280391c3fc
Comment 10•5 years ago
|
||
| Assignee | ||
Comment 11•5 years ago
|
||
Added additional conditional to check if the test_type is testharness.
Comment 12•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
Comment on attachment 9157684 [details]
Bug 1643177 - add TIMEOUT expectations for some tests in network-error-logging for macosx1014 web-platform-tests-backlog
Revision D80219 was moved to bug 1646319. Setting attachment 9157684 [details] to obsolete.
| Assignee | ||
Comment 15•5 years ago
|
||
| Assignee | ||
Comment 16•5 years ago
|
||
Bug 1646319 is for linux1804-64/debug failures due to this change.
| Assignee | ||
Comment 17•5 years ago
|
||
| Assignee | ||
Comment 18•5 years ago
|
||
Comment 19•5 years ago
|
||
Comment 20•5 years ago
|
||
Comment 21•5 years ago
|
||
Comment 22•5 years ago
|
||
| bugherder | ||
Comment 23•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 24•5 years ago
|
||
Multiplier has been reduced to 0.25. Further tuning should be done in its own bug.
Description
•