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)

Default
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:

  1. the task runs 3 commands, 2 of them call get_runcounts() which is expensive both in time and load on the treeherderDB.
  2. 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: 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
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: