Closed
Bug 931803
Opened 11 years ago
Closed 11 years ago
releases_raw doesn't have data after 10-17 (ftpscraper bustage?)
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
VERIFIED
FIXED
65
People
(Reporter: benjamin, Assigned: peterbe)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
The releases_raw table, which I believe is populated from ftpscraper, doesn't have nightly builds after 10-17. This makes it hard or impossible to do crashes-per-ADU-per-buildID numbers for bug verifications.
<bsmedberg> KaiRo/selenamarie: aha, the ADU tables are ok, but releases_raw doesn't have the builds after 10-17
<bsmedberg> does that indicate an ftpscraper issue?
<selenamarie> bsmedberg: yup -- i see that ftpscraper has been busted for a couple days as well
<bsmedberg> selenamarie: bug filed or are you on it?
<selenamarie> bsmedberg: i haven't seen any bugs, but would appreciate one or more :)
* bsmedberg will file
<selenamarie> oh awesome: ftpscraper error is --> HTTPError: HTTP Error 404: Not Found
<selenamarie> lol
<selenamarie> sigh
This is urgent for me to do some nightly verifications near today's uplift.
Updated•11 years ago
|
Assignee: nobody → sdeckelmann
Comment 1•11 years ago
|
||
Command is:
(socorro-virtualenv)[socorro@sp-admin01.phx1 application]$ PYTHONPATH=. ../socorro-virtualenv/bin/python socorro/cron/crontabber.py --admin.conf=/etc/socorro/crontabber.ini -j ftpscraper
Confirmed that the error is coming from scraping b2g.
Updated•11 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
We should be updated now for Firefox:
PYTHONPATH=. ../socorro-virtualenv/bin/python socorro/cron/crontabber.py --admin.conf=/etc/socorro/crontabber.ini -j ftpscraper --crontabber.class-FTPScraperCronApp.products=firefox
Most recent nightly in releases_raw is: 20131028040205 | firefox
And I see releases from the 17th through today.
b2g is still broken, with some xml errors. Looking into it with :peterbe.
Comment 4•11 years ago
|
||
Finished running backfill for ftpscraper from 10/17->today.
:bsmedberg -- please have a look and let me know if we are still missing releases.
Reporter | ||
Comment 5•11 years ago
|
||
I now see at least the Windows nightly builds that I expect to see. I didn't examine everything carefully, but I don't see obvious problems.
Comment 6•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/9e8bf28f4996c28326dd60bf9529150d91015f36
bug 931803 - ftpscraper to ignore 404 errors, r=selenamarie
Updated•11 years ago
|
Whiteboard: [qa-]
Target Milestone: --- → 65
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Assignee: sdeckelmann → peterbe
You need to log in
before you can comment on or make changes to this bug.
Description
•