Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show all signature matches when trying to bucket a crash. #593

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jschwartzentruber
Copy link
Contributor

Searching for matching buckets for an unbucketed crash only shows "good" matches, where "good" is fairly arbitrary. Instead show all matches (ordered by quality of the match), and let the user decide.

Searching for matching buckets for an unbucketed crash only shows "good"
matches, where "good" is fairly arbitrary. Instead show all matches
(ordered by quality of the match), and let the user decide.
@jschwartzentruber jschwartzentruber self-assigned this Feb 4, 2020
@jschwartzentruber jschwartzentruber changed the title [crashmanager] Show all signature matches when trying to bucket a crash. Show all signature matches when trying to bucket a crash. Feb 4, 2020
@codecov
Copy link

codecov bot commented Feb 4, 2020

Codecov Report

Merging #593 into master will decrease coverage by <.01%.
The diff coverage is 5.4%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #593      +/-   ##
==========================================
- Coverage   66.02%   66.01%   -0.01%     
==========================================
  Files          80       80              
  Lines        7976     7975       -1     
==========================================
- Hits         5266     5265       -1     
  Misses       2710     2710
Impacted Files Coverage Δ
server/crashmanager/views.py 65.11% <5.4%> (-0.05%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2d82bf...efd2c59. Read the comment docs.

@jschwartzentruber
Copy link
Contributor Author

@choller pointed out that this was a necessary optimization because for many signatures, searching all buckets would be unacceptably slow.

needs further thought to see if both goals can be achieved. (performant and showing more matches)

@jschwartzentruber jschwartzentruber marked this pull request as draft June 10, 2020 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant