Closed
Bug 852772
Opened 12 years ago
Closed 12 years ago
[stage] Data on stage appears to be stale (but it's not)
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
39
People
(Reporter: mbrandt, Assigned: mpressman)
Details
(Whiteboard: [fromAutomation][stage])
Attachments
(1 file)
20.95 KB,
text/plain
|
Details |
I'm having difficulty populating the reports with data for duration=7. mpressman checked and the we should have data on stage, max(date) is 2013-03-18.
- https://crash-stats.allizom.org/products/Firefox#duration=14
Reporter | ||
Updated•12 years ago
|
Target Milestone: --- → 39
Reporter | ||
Comment 1•12 years ago
|
||
Bumping to blocker - automation is failing (in spectacular ways) making it difficult to verify today's release.
Severity: normal → blocker
Updated•12 years ago
|
Assignee: nobody → sdeckelmann
Assignee | ||
Comment 2•12 years ago
|
||
reakpad=# select max(date_processed) from reports;
max
-------------------------------
2013-03-20 18:07:49.253411+00
(1 row)
breakpad=# select max(date) from raw_adu;
max
------------
2013-03-19
(1 row)
Assignee: sdeckelmann → nobody
Assignee | ||
Comment 3•12 years ago
|
||
hmm, not sure how this relates, but
breakpad=# select max(adu_date) from product_adu;
max
------------
2013-03-19
(1 row)
Assignee | ||
Comment 4•12 years ago
|
||
whoops, posted wrong data for product_adu:
breakpad=# select max(adu_date) from product_adu;
max
------------
2013-03-04
Assignee | ||
Comment 5•12 years ago
|
||
breakpad=# select max(date) from raw_adu ;
max
------------
2013-03-19
Assignee | ||
Comment 6•12 years ago
|
||
running backfill in batches for the last two weeks, kicking off now
Assignee | ||
Comment 7•12 years ago
|
||
finished backfill for last two weeks
Assignee | ||
Comment 8•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mpressman
Assignee | ||
Comment 9•12 years ago
|
||
Got confirmation that this is now resolved
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 10•12 years ago
|
||
Many thx mpressman & selenamarie!
QA verified -
09:50 qatestbot: socorro.stage: last build: 1818 (19 min ago): SUCCESS: http://qa-selenium.mv.mozilla.com:8080/job/socorro.stage/1818/
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•