Closed
Bug 770019
Opened 12 years ago
Closed 12 years ago
Some active versions are missing on Socorro (mostly Aurora, also Nightly)
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: mpressman)
Details
When looking through the "Products" tab of https://crash-stats.mozilla.com/admin/branch_data_sources, I realized yesterday that a hunch I had already before was true: We are missing some active versions on Socorro.
Feels like the FTP scraper missed out on something there.
Those are missing and should be there as we have build for them:
Fennec 15.0a2 (Aurora)
Fennec 16.0a1 (Nightly)
Thunderbird 15.0a2 (Aurora)
SeaMonkey 2.12a2 (Aurora)
Comment 1•12 years ago
|
||
Hm no errors in the FTP scraper log, but we did ship a change to the code it uses in Socorro 14. I'll take a look.
Assignee: nobody → rhelmer
Reporter | ||
Comment 2•12 years ago
|
||
Note that if it's an FTP scraper error, it must go a few weeks back, as those versions all appeared first on or around June 5 and had daily builds since then.
Comment 3•12 years ago
|
||
(In reply to Robert Kaiser (:kairo@mozilla.com) from comment #2)
> Note that if it's an FTP scraper error, it must go a few weeks back, as
> those versions all appeared first on or around June 5 and had daily builds
> since then.
Hmm ok thanks, the change I am thinking of went live June 27th so not likely not this. I'll figure out the issue anyway.
Status: NEW → ASSIGNED
Comment 4•12 years ago
|
||
OK problem here is not scraper, but we filter based on the "repository" designator in the FTP directory name.
We are missing these entries in release_repositories:
comm_aurora
mozilla-aurora-android-xul
Reporter | ||
Comment 5•12 years ago
|
||
What about mozilla-central-android-xul, as 16.0a1 is also missing for Fennec?
Comment 6•12 years ago
|
||
I think to fix we'll just need:
INSERT INTO release_repositories VALUES ('comm_aurora'), ('mozilla-aurora-android-xul'), ('mozilla-central-android-xul');
SELECT backfill_matviews('2012-06-05', '2012-06-30'); -- (is it necessary to backfill this far?)
mpressman and I are testing on staging now.
Comment 7•12 years ago
|
||
(In reply to Robert Kaiser (:kairo@mozilla.com) from comment #5)
> What about mozilla-central-android-xul, as 16.0a1 is also missing for Fennec?
Good catch, thanks (mentioned in comment 6)
Comment 8•12 years ago
|
||
Rob,
That's all you need, correct. Just insert into that table, it should work.
Comment 9•12 years ago
|
||
mpressman, can you run comment 6 on prod (after hours) when you have time (except to the current date instead of 06-300? Assuming it ran ok on stage (I remember it took a while to backfill)
Assignee: rhelmer → mpressman
Assignee | ||
Comment 10•12 years ago
|
||
this has been kicked off
Assignee | ||
Comment 11•12 years ago
|
||
this has been completed, it ran from 2012-06-05 - 2012-07-10
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 12•12 years ago
|
||
(In reply to Robert Kaiser (:kairo@mozilla.com) from comment #0)
> Those are missing and should be there as we have build for them:
> Fennec 15.0a2 (Aurora)
> Fennec 16.0a1 (Nightly)
Those are there now.
> Thunderbird 15.0a2 (Aurora)
This is there but has the wrong channel:
Thunderbird 15.0a2 Release 2012-06-04 2012-08-06
> SeaMonkey 2.12a2 (Aurora)
This is still missing.
Some problem with "comm_aurora"?
Well, looking in http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/ and http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/ makes me realize it's really called "comm-aurora", with a dash, not an underscore...
I guess that's reason enough to reopen.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 13•12 years ago
|
||
So the repository name is fixed and TB 15.0a2 is now available as a product. Do we need to backfill?
Reporter | ||
Comment 14•12 years ago
|
||
(In reply to [:jberkus] Josh Berkus from comment #13)
> So the repository name is fixed and TB 15.0a2 is now available as a product.
> Do we need to backfill?
Let's go without a backfill, nobody from the SeaMonkey and Thunderbird communities has complained so far about those versions missing.
Reporter | ||
Comment 15•12 years ago
|
||
This can be marked fixed (not sure if we should set a target milestone), as it's working correctly now. The new versions from this week's uplift have been picked up correctly as well.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•