Closed
Bug 1644593
Opened 4 years ago
Closed 4 years ago
Clean up use of magic numbers in the web-platform-test resolve/chunking process
Categories
(Firefox Build System :: Task Configuration, enhancement)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1634554
People
(Reporter: egao, Assigned: egao)
References
Details
Currently, there are several places where magic numbers are used for web-platform-test chunking:
-
https://searchfox.org/mozilla-central/source/testing/mozbase/moztest/moztest/resolve.py#700-702
-
https://searchfox.org/mozilla-central/source/taskcluster/taskgraph/util/chunking.py#226-234
Ideally, all but one of the instances should be removed and replaced to use the one final method that remains.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → egao
Assignee | ||
Comment 1•4 years ago
|
||
This task has been done as part of Bug 1634554.
Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•