Closed
Bug 1865560
Opened 2 years ago
Closed 2 years ago
test-info-all task loads groupsummary data twice, also isn't include total_runs in output
Categories
(Testing :: General, task)
Tracking
(firefox122 fixed)
RESOLVED
FIXED
122 Branch
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
Details
Attachments
(1 file)
there are 2 problems I see with test-info-all:
- the task runs 3 commands, 2 of them call get_runcounts() which is expensive both in time and load on the treeherderDB.
- even when having the runcounts data, we are not adding it to the generated artifact
to solve #1:
first command which loads runcounts (TH groupsummary api), already stores the data in an artifact, have the next command use that artifact as input
to solve #2:
there was a typo in logic while checking for the manifest in the runcounts, it was looking for "m", not m!
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bf4e73e8f818
fix test-info-all to reduce queries and include total_runs. r=gbrown
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•