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

dump: Use exception's type and value when calculating hash #34

Open
wants to merge 1 commit into
base: rhel8-branch
Choose a base branch
from

Conversation

mzidek-gh
Copy link
Contributor

This has caused problems with later versions of Anaconda
as the traceback always leads to the same handler and
without the exception type and value there is no distinction
between the errors.

I do not think that including the type is problematic
at all.

Including the value can result in some duplicates not
being detected as the message can contain anything.
But not including it will cause much more false
duplicates, so I think it is better to include it.

Resolves: rhbz#1848493

This has caused problems with later versions of Anaconda
as the traceback always leads to the same handler and
without the exception type and value there is no  distinction
between the errors.

I do not think that including the type is problematic
at all.

Including the value can result in some duplicates not
being detected as the message can contain anything.
But not including it will cause much more false
duplicates, so I think it is better to include it.

Resolves: rhbz#1848493
Copy link
Contributor

@M4rtinK M4rtinK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks! :)

Copy link
Contributor

@poncovka poncovka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thank you!

Copy link
Contributor

@VladimirSlavik VladimirSlavik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thank you!

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.

4 participants