Open Bug 1614642 Opened 5 years ago Updated 2 years ago

[meta] All test suites should have manifest information

Categories

(Firefox Build System :: Task Configuration, task)

task

Tracking

(Not tracked)

People

(Reporter: marco, Unassigned)

References

(Depends on 9 open bugs, Blocks 1 open bug)

Details

(Keywords: meta)

No description provided.
Depends on: 1614640
Depends on: 1614643

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"
}
Depends on: 1617632
Depends on: 1617633
Depends on: 1617637

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
Depends on: 1631515
Depends on: 1636088
Depends on: 1636939
Depends on: 1640758
Depends on: 1646761
Depends on: 1646796
Depends on: 1688043
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.