Open
Bug 1614642
Opened 5 years ago
Updated 1 year ago
[meta] All test suites should have manifest information
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
NEW
People
(Reporter: marco, Unassigned)
References
(Depends on 10 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
No description provided.
Reporter | ||
Comment 1•5 years ago
|
||
To consider this bug as FIXED, this query should return no results:
{
"from":"unittest",
"groupby":{"name":"suite","value":"run.suite.name"},
"where":[
{"eq":{"etl.id":0}},
{"missing":"run.suite.groups"},
{"gte":{"action.start_time":{"date":"today-2day"}}}
],
"format":"list"
}
Reporter | ||
Comment 2•5 years ago
|
||
Current result of
{
"from":"unittest",
"groupby":"run.suite.name",
"limit":1000,
"where":{"and":[
{"eq":{"etl.id":0}},
{"missing":"run.suite.groups"},
{"gte":{"action.start_time":{"date":"today-1day"}}},
{"eq":{"repo.branch.name":"autoland"}}
]}
}
is:
run.suite.name | count |
---|---|
web-platform-tests | 8916 |
web-platform-tests-reftests | 2623 |
talos | 2572 |
web-platform-tests-wdspec | 1139 |
jittest | 307 |
web-platform-tests-crashtests | 307 |
geckoview-junit | 206 |
reftest | 190 |
cppunittest | 52 |
test-verify-wpt | 43 |
crashtest | 30 |
jsreftest | 8 |
193 |
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•