Skip to content

Conversation

@masih
Copy link
Member

@masih masih commented Jun 6, 2024

When quorum state dictates that a strong qorum is present, then there must be a corresponding QuorumResult. If it is not found, then it is an indication of corrupt internal state most-likey caused by a bug. In which case, error fatally.

Fixes #234

When quorum state dictates that a strong qorum is present, then there
must be a corresponding `QuorumResult`. If it is not found, then it is
an indication of corrupt internal state most-likey caused by a bug. In
which case, error fatally.

Fixes #234
@masih masih requested review from Kubuxu, Stebalien and anorth June 6, 2024 09:15
@codecov
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

Attention: Patch coverage is 40.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 85.22%. Comparing base (7757504) to head (fb34e36).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #311      +/-   ##
==========================================
- Coverage   85.33%   85.22%   -0.11%     
==========================================
  Files          14       14              
  Lines        1459     1462       +3     
==========================================
+ Hits         1245     1246       +1     
- Misses        136      137       +1     
- Partials       78       79       +1     
Files Coverage Δ
gpbft/gpbft.go 83.07% <40.00%> (-0.24%) ⬇️

@Stebalien Stebalien added this pull request to the merge queue Jun 6, 2024
Merged via the queue into main with commit 2affad9 Jun 6, 2024
@Stebalien Stebalien deleted the masih/panic-at-squorum-not-found branch June 6, 2024 17:05
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.

FindStrongQuorumFor should abort in the fallback case

4 participants