Closed
Bug 665562
Opened 13 years ago
Closed 13 years ago
Report Process / filter type (browser/plugin) doesn't seem to have an effect
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
VERIFIED
FIXED
2.3
People
(Reporter: stephend, Assigned: adrian)
References
()
Details
Attachments
(1 file)
12.48 KB,
patch
|
rhelmer
:
review+
|
Details | Diff | Splinter Review |
(Thanks to Kairo for the find!)
STR:
1. Load https://crash-stats.allizom.org/query
2. Under "Report Process", choose either "Browser" or "Plugins Only"
3. Click Filter Crash Reports
Expected Results:
Only the respective browser or plugin crashes show
Actual Results:
This filter criteria doesn't appear to have an impact on results
Flags: in-testsuite?
Assignee | ||
Comment 1•13 years ago
|
||
This is a known bug, I did not implement it (because I did not have enough time, and because we don't have the data needed in ES).
@Kairo: can it wait for 2.1 to be released?
Comment 2•13 years ago
|
||
(In reply to comment #1)
> @Kairo: can it wait for 2.1 to be released?
Not really. We need this switch in queries we need to evaluate betas, etc.
The more detailed search in plugin names that it opens up should probably be hidden in UI if it doesn't work, but that can wait for 2.1 - the process_type selection should really not be broken in any release.
Comment 3•13 years ago
|
||
What data is missing in ES exactly?
Assignee | ||
Comment 4•13 years ago
|
||
* Implement process_type in ElasticSearch search
* Hide unused fields in the UI when ES is used in the middleware
* Add a new configuration key in webserviceclient.php ('middleware_implementation')
Attachment #541445 -
Flags: review?(rhelmer)
Comment 5•13 years ago
|
||
Comment on attachment 541445 [details] [diff] [review]
Fix for bug 665562
Seems fine; have you looked into what it would take to support this though?
I can help track down how the data is getting into postgres, if you let me know what's missing from ES right now, and we should be able to figure out a way to get it there.
Attachment #541445 -
Flags: review?(rhelmer) → review+
Assignee | ||
Comment 6•13 years ago
|
||
This has a temporary fix for 2.0, pushing to 2.1 where it will have to be actually fixed.
Target Milestone: 2.0 → 2.1
Updated•13 years ago
|
Target Milestone: 2.1 → 2.2
Updated•13 years ago
|
Target Milestone: 2.2 → 2.3
Assignee | ||
Comment 7•13 years ago
|
||
This bug is resolved, what remains will be part of bug 678096.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•13 years ago
|
Flags: in-litmus?
Comment 8•13 years ago
|
||
QA verified, the respective browser or plugin crashes show when filtering on them under advanced search.
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Updated•13 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•