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

[replay] Handle intermittent signature generation failure #343

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

tysmith
Copy link
Collaborator

@tysmith tysmith commented Jan 4, 2023

Only attempt to generate a signature once. If signature generation fails treat future failures as a match.

Only attempt to generate a signature once. If signature
generation fails treat future failures as a match.
@tysmith tysmith self-assigned this Jan 4, 2023
@tysmith
Copy link
Collaborator Author

tysmith commented Jan 4, 2023

Fixes issue #342.

@codecov
Copy link

codecov bot commented Jan 4, 2023

Codecov Report

Merging #343 (21a72eb) into master (be59cce) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #343   +/-   ##
=======================================
  Coverage   99.36%   99.36%           
=======================================
  Files          50       50           
  Lines        5355     5359    +4     
=======================================
+ Hits         5321     5325    +4     
  Misses         34       34           
Impacted Files Coverage Δ
grizzly/replay/replay.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tysmith tysmith merged commit 0342675 into master Jan 4, 2023
@tysmith tysmith deleted the failed-sig-match branch January 4, 2023 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants