Closed Bug 1296671 Opened 8 years ago Closed 7 years ago

Look up all tests run by job_id

Categories

(Testing Graveyard :: ActiveData, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ekyle, Assigned: ekyle)

References

Details

ActiveData can easily show the specific tests, and their duration, for a job.  Since ActiveData is a webservice, this list can be added to any UI.

It only works if Treeherder ingestion is working.

    {
        "from": "unittest",
        "where": {"and": [{"eq": {"treeherder.job.id": 33065757}}]},
        "limit": 3000,
        "select": ["result.test", "result.duration"]
    }


[1] http://activedata.allizom.org/tools/query.html#query_id=OGvWfbdk
No longer depends on: 1296634
Depends on: 1296634
We may want to delay the processing of task cluster jobs until we have a treeherder id that matches.  This will naturally bring back easy cross-comparision (https://bugzilla.mozilla.org/show_bug.cgi?id=1296686) and enable the feature desire on this bug.
treeherder is now ingested.  We will not attach TH data to TC data since we do the opposite.  You must first query "treeherder" for the matching task ID, then go to the "unittest" to get all the matching tests.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.