Open
Bug 2062732
Opened 16 hours ago
Updated 15 hours ago
On /api/performance/summary/, the submit_time is null when you pass replicates=true
Categories
(Tree Management :: Treeherder: API, defect)
Tree Management
Treeherder: API
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: mstange, Assigned: mstange)
Details
replicates=false: https://treeherder.mozilla.org/api/performance/summary/?repository=mozilla-central&framework=1&signature=301819&all_data=true&startday=2026-08-01T00:00:00&endday=2026-08-08T00:00:00&replicates=false
replicates=true: https://treeherder.mozilla.org/api/performance/summary/?repository=mozilla-central&framework=1&signature=301819&all_data=true&startday=2026-08-01T00:00:00&endday=2026-08-08T00:00:00&replicates=true
When you specify replicates=true, every result has "submit_time": null.
This is a small bug that Claude found by code inspection while working on bug 2062730.
Updated•16 hours ago
|
Flags: needinfo?(gmierzwinski)
| Assignee | ||
Comment 1•15 hours ago
|
||
I have a fix.
Assignee: nobody → mstange.moz
Status: NEW → ASSIGNED
Flags: needinfo?(gmierzwinski)
| Assignee | ||
Comment 2•15 hours ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•