fetch_crashids doesn't work well for "all products"
Categories
(Socorro :: General, defect, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
I use fetch_crashids to do a supersearch and get back a set of crash ids to reprocess. If the search criteria I'm using needs to cover all products, the only way to do that now is to specify all the products. That's a drag. It'd be better if I could do a --product=all or (possibly better) not specify a product at all.
I thought it wasn't a big deal if you used the --url parameter--that fetch_crashids would use whatever products were/weren't specified in that. Turns out it doesn't work quite right.
This bug covers fixing fetch_crashids so you can do the "all products" case more easily.
| Assignee | ||
Comment 1•5 years ago
|
||
One option here is to check to see what crashstats_tools does and maybe this just pushes us towards merging that code into Socorro.
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•5 years ago
|
||
Pushed this to prod just now in bug #1693162. Marking as FIXED.
Description
•