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

dkg/sync: fail server on version mismatch #2003

Merged
merged 3 commits into from
Apr 3, 2023
Merged

Conversation

corverroos
Copy link
Contributor

Fail sync server as soon as any error is detected, instead of only erroring after all clients connected.

category: bug
ticket: #2002

@codecov
Copy link

codecov bot commented Apr 3, 2023

Codecov Report

Patch coverage: 68.42% and project coverage change: -0.06 ⚠️

Comparison is base (813a0ca) 53.21% compared to head (19ff3fb) 53.15%.

❗ Current head 19ff3fb differs from pull request most recent head 8d1d264. Consider uploading reports for the commit 8d1d264 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2003      +/-   ##
==========================================
- Coverage   53.21%   53.15%   -0.06%     
==========================================
  Files         174      174              
  Lines       22451    22444       -7     
==========================================
- Hits        11947    11931      -16     
- Misses       8994     9004      +10     
+ Partials     1510     1509       -1     
Impacted Files Coverage Δ
dkg/dkg.go 58.82% <0.00%> (-0.35%) ⬇️
dkg/sync/client.go 72.59% <50.00%> (+3.52%) ⬆️
dkg/sync/server.go 71.09% <85.71%> (+0.76%) ⬆️

... and 6 files with indirect coverage changes

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

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@dB2510 dB2510 left a comment

Choose a reason for hiding this comment

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

LGTM

@corverroos corverroos added the merge when ready Indicates bulldozer bot may merge when all checks pass label Apr 3, 2023
@obol-bulldozer obol-bulldozer bot merged commit 3b8655f into main Apr 3, 2023
@obol-bulldozer obol-bulldozer bot deleted the corver/dkgversions branch April 3, 2023 16:47
LukeHackett12 pushed a commit that referenced this pull request Apr 11, 2023
Fail sync server as soon as any error is detected, instead of only erroring after all clients connected.

category: bug
ticket: #2002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants