subtest_lower_is_better fields don't seem to be respected
Categories
(Testing :: Raptor, defect, P3)
Tracking
(Not tracked)
People
(Reporter: away, Unassigned)
References
(Blocks 1 open bug)
Details
Here is a log from a Speedometer run: https://firefoxci.taskcluster-artifacts.net/aqoR-SCgSQKvnRTs3EfbUA/0/public/logs/live_backing.log
You can see the "input" value of subtest_lower_is_better is coming in correctly:
\"subtest_lower_is_better\": \"true\"
But when the test is producing perfherder data at the end, the value doesn't come through:
u'Angular2-TypeScript-TodoMVC': [112.17999999999938, 122.35999999999694, 108.34000000000015, 111.05999999999767, 118.61999999999534]}]]}, u'browser_cycle': u'1', u'subtest_lower_is_better': False,
And so the graphs on perfherder go the wrong way for speedometer subtests.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•5 years ago
|
||
I suspect this might be a regression from https://searchfox.org/mozilla-central/diff/2b036e45c518c1c6d9f217d6ad6001e4a40998b1/testing/raptor/webext/raptor/runner.js#130
(In reply to Dave Hunt [:davehunt] [he/him] ⌚BST from comment #1)
I suspect this might be a regression from https://searchfox.org/mozilla-central/diff/2b036e45c518c1c6d9f217d6ad6001e4a40998b1/testing/raptor/webext/raptor/runner.js#130
As far as I can tell that was just a whitespace change.
Comment 3•5 years ago
|
||
Looks like this is working as expected now. I suspect it was fixed in bug 1585022.
Description
•