Closed Bug 1314693 Opened 8 years ago Closed 8 years ago

Addon and module correlations missing for Firefox 51 and 52

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bugzilla, Assigned: peterbe)

References

Details

Attachments

(1 file)

I have no idea what's changed but I noticed this line in the error::

 /data/socorro/application/scripts/crons/cron_libraries.sh: line 73: ./active-firefox-versions.py: No such file or directory

The execution to get the list of `VERSIONS` happens here: https://github.com/mozilla/socorro/blob/master/scripts/crons/cron_libraries.sh#L73 and clearly this assumes that the cron bash execution happens in the same directory as https://github.com/mozilla/socorro/blob/master/scripts/crons/cron_libraries.sh

What I've done is to test to manually edit that line so that instead of::

 VERSIONS=`./active-firefox-versions.py`

It's now::

 VERSIONS=`/data/socorro/application/scripts/crons/active-firefox-versions.py`

That's pretty gross but nobody maintains this script anyway so it's worth a shot. 
I'm running it now. Let's see if it changes things.
By the way Aaron,
This is the first time I've ever heard from somebody actually using the correlations since Lars left maintenance of it.

We are on a path to deprecate pulling these old correlation reports into the Crash-stats webapp. 

In fact, we're going to replace it with a totally different reporter built by Marco (CC'ed on bug). Have you looked into his tooling as an alternative?
I have, in fact my initial assumption as to why the data was missing is that it had been migrated to Marco's tools.

I don't see one for module correlations, though. I'm not sure if I missed that or if it doesn't exist yet.
(In reply to Aaron Klotz [:aklotz] from comment #3)
> I don't see one for module correlations, though. I'm not sure if I missed
> that or if it doesn't exist yet.

It doesn't exist yet. I couldn't add modules because they weren't available through SuperSearch, but they will be available as soon as the data will be on Telemetry (bug 1311648 and dependencies).
https://crash-analysis.mozilla.com/crash_analysis/20161102/ looks a lot fuller now. 
Seems my hack worked. I'll apply it.
Assignee: nobody → peterbe
Commit pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/9dd5c4f2854b35ab1a5f22642ca2ce13a8954b16
fixes bug 1314693 - execute script to get right Firefox versions correctly (#3578)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: