Closed Bug 565716 Opened 15 years ago Closed 8 years ago

startTopCrashstartTopCrashesBySignature.py doesn't respect start and end window

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ozten, Unassigned)

Details

Repro Notes: 1) ./startTopCrashesBySignature.py --startWindow '2010-03-01 12:00:00' --endWindow '2010-03-01 14:00:00' Actual: 2010-05-13 10:02:24,205 DEBUG - Collecting data in range[2010-05-13 06:00:00,2010-05-13 08:00:00) on column date_processed 2010-05-13 10:02:24,206 DEBUG - SELECT r.uptime, r.signature, r.build, r.version, cfg.productdims_id, r.os_name, r.os_version FROM product_visibility cfg JOIN productdims p on cfg.productdims_id = p.id JOIN reports r on p.product = r.product AND p.version = r.version WHERE NOT cfg.ignore AND '2010-05-13T06:00:00' <= r.date_processed AND r.date_processed < '2010-05-13T08:00:00' AND cfg.start_date <= r.date_processed AND r.date_processed <= cfg.end_date Expected: Queries would only be for dates between '2010-03-01 12:00:00' and '2010-03-01 14:00:00'
Component: Socorro → General
Product: Webtools → Socorro
these jobs are long since deleted
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.