Closed
Bug 866241
Opened 12 years ago
Closed 12 years ago
Fix some issues with repo manifest parsing
Categories
(Toolkit :: Crash Reporting, defect)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: ted, Assigned: ted)
References
Details
Attachments
(1 file)
7.48 KB,
patch
|
catlee
:
review+
|
Details | Diff | Splinter Review |
I tested actually hooking up the repo manifest parsing support in symbolstore.py today, and found that it had a few issues. This patch fixes them, and I'm able to get useful VCS-mangled filenames out of it.
First, some remote URLs in the manifest don't end with slashes, which makes urljoin do the wrong thing.
Second, bug 795360 broke the way this worked because it runs the symbol dumping in separate worker processes, so the global srcdirRepoInfo dict isn't actually set in the workers. I changed that to be a Manager.dict so that it can be proxied across all processes.
I'll file a separate gonk_misc PR with the change to actually hook this up.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #742511 -
Flags: review?(catlee)
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
Socorro changes to handle git.mozilla.org URLs:
https://github.com/mozilla/socorro-crashstats/pull/330
https://github.com/mozilla/socorro/pull/1207
Updated•12 years ago
|
Attachment #742511 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•