Closed
Bug 1315243
Opened 9 years ago
Closed 9 years ago
get_pings doesn't handle correctly multiple range filters
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P1)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mdoglio, Assigned: mdoglio)
References
Details
Attachments
(1 file)
I found this bug in some of the android daily jobs.
When get_pings receives both build_id and submission_date as a range parameter, one of them substitutes the other in the where condition.
This is particularly nasty in the case of the android notebooks, where the conditions are
build_id=("20100101000000", "99999999999999")
submission_date=('20161101', '20161102')
so the build_id conditions override the submission_date values.
As a result, every single day of data is selected.
Comment 1•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Updated•7 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•