Cleanup group names in ActiveData (backfill corrections to existing data)
Categories
(Testing :: General, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: marco, Assigned: ekyle)
References
Details
(Whiteboard: [smart-sched])
We can definitely fix slashes (bug 1613939) from past tasks, can we do the same for group names that contained absolute paths?
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
:marco May you add an example, and an artifact link with a problem?
Updated•5 years ago
|
Reporter | ||
Comment 2•5 years ago
|
||
:gbrown fixed these problems in mozilla-central in bug 1613929, bug 1613937, and bug 1613939, so the group names going forward will be good.
I was wondering if we could somehow "backfill" the fixes (by making the ActiveData ETL rewrite the group names) so we have good group names for the past too.
Some bad examples were: Z:\task_1580434589\build\tests\marionette\tests\testing\marionette\harness\marionette_harness\tests\unit-tests.ini
or /Users/cltbld/tasks/task_1580435791/build/tests/marionette/tests/testing/marionette/harness/marionette_harness/tests/unit-tests.ini
or devtools\client\shared\components\test\browser\browser.ini
(instead of devtools/client/shared/components/test/browser/browser.ini
)
Assignee | ||
Comment 3•5 years ago
|
||
:marco, Backfilling in general needs a some thought. I appreciate the importance of this.
Reporter | ||
Comment 4•5 years ago
|
||
We could possibly also do this in mozci, might be easier.
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
:gbrown So, it turns out the problem is in the harness: From
https://github.com/klahnakoski/ActiveData-ETL/issues/66#issuecomment-589832120
The
{group: [test1, test2, ..., testN]}
map maps to an array of strings, while the test names are the concatenated result:"layout/reftests/list-item/numbering-1.html == layout/reftests/list-item/numbering-1-ref.html"
Reporter | ||
Comment 6•5 years ago
|
||
I've filed bug 1617636 for that problem, as this bug is about applying workarounds to ActiveData to backfill the harness fixes.
Reporter | ||
Comment 7•4 years ago
|
||
We switched to using hgmo, the Treeherder API and the Taskcluster API, so this is no longer needed.
Description
•