Open
Bug 1305795
Opened 7 years ago
Updated 8 months ago
Use fewer files from common.tests.zip in web-platform-tests
Categories
(Testing :: web-platform-tests, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: gps, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(10 files)
58 bytes,
text/x-review-board-request
|
ted
:
review+
|
Details |
58 bytes,
text/x-review-board-request
|
Details | |
58 bytes,
text/x-review-board-request
|
Details | |
58 bytes,
text/x-review-board-request
|
Details | |
58 bytes,
text/x-review-board-request
|
Details | |
58 bytes,
text/x-review-board-request
|
Details | |
58 bytes,
text/x-review-board-request
|
Details | |
58 bytes,
text/x-review-board-request
|
Details | |
58 bytes,
text/x-review-board-request
|
Details | |
58 bytes,
text/x-review-board-request
|
ted
:
review+
|
Details |
Bug 1286900 started using most WPT files from a source checkout (namely tests and meta files). But we still rely on several files from common.tests.zip. This bug is about reducing that dependency, possibly even eliminating it.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Reporter | ||
Comment 25•7 years ago
|
||
chmanchester: you may care about the patch that introduced bin.tests.zip.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Reporter | ||
Comment 28•7 years ago
|
||
Gah - mozinfo.json isn't working right on TC with this series. I'll look into it tomorrow. Buildbot is fine though. https://treeherder.mozilla.org/#/jobs?repo=try&revision=1504587cb39f66d652292934ff078e0cd539c0d3 for the curious.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 39•7 years ago
|
||
mozreview-review |
Comment on attachment 8795536 [details] Bug 1305795 - Produce a bin.tests.zip with binary files; https://reviewboard.mozilla.org/r/81558/#review80354 ::: python/mozbuild/mozbuild/artifacts.py:168 (Diff revision 5) > + # TODO reconsider doing this. > + # When we introduced test artifact processing, the point was to extract > + # bin/* files from common.tests.zip into a smaller zip. Now that we have > + # bin.tests.zip, this extract step may not be necessary and we can perform > + # any filtering (if we need to do it at all) during archive extraction > + # time. I don't think this comment is adding much. It would apply nearly equally to the packaged build we handle, so implies we should re-write that too. I don't agree with the premise, but if you'd like to discuss this I think it would be better off tracked in a follow up bug.
Reporter | ||
Updated•7 years ago
|
Attachment #8795489 -
Flags: review?(ted)
Attachment #8795491 -
Flags: review?(ted)
Reporter | ||
Updated•7 years ago
|
Attachment #8795490 -
Flags: review?(ted)
Comment 40•7 years ago
|
||
mozreview-review |
Comment on attachment 8795490 [details] Bug 1305795 - Set mozinfo_json_url property; https://reviewboard.mozilla.org/r/81532/#review80602 ::: testing/mozharness/mozharness/mozilla/taskcluster_helper.py:205 (Diff revision 3) > - p['packageUrl'] if p.get('packageUrl') else None, > - p['testPackagesUrl'] if p.get('testPackagesUrl') else None, > - p['symbolsUrl'] if p.get('symbolsUrl') else None > + p.get('packageUrl') or None, > + p.get('testPackagesUrl') or None, > + p.get('symbolsUrl') or None, > + p.get('mozinfoJsonUrl') or None, Is the `or None` part even necessary?
Comment 41•7 years ago
|
||
mozreview-review |
Comment on attachment 8795485 [details] Bug 1305795 - Stop extracting web-platform directory; https://reviewboard.mozilla.org/r/81522/#review85088
Attachment #8795485 -
Flags: review?(ted) → review+
Comment 42•7 years ago
|
||
mozreview-review |
Comment on attachment 8795538 [details] Bug 1305795 - Remove pull action from WPT script; https://reviewboard.mozilla.org/r/81562/#review85090
Attachment #8795538 -
Flags: review?(ted) → review+
Updated•6 years ago
|
Attachment #8795486 -
Flags: review?(ted)
Updated•6 years ago
|
Attachment #8795487 -
Flags: review?(ted)
Updated•6 years ago
|
Attachment #8795488 -
Flags: review?(ted)
Updated•6 years ago
|
Attachment #8795536 -
Flags: review?(ted)
Updated•6 years ago
|
Attachment #8795537 -
Flags: review?(ted)
Comment 43•1 year ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:jgraham, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: gps → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(james)
Comment 44•1 year ago
|
||
I'm not aware of any current plans to move to using the source checkouts for tests directly (but I still think we would benefit from doing that!).
Flags: needinfo?(james)
Updated•8 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•