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

Iterate over all handlers on unhandled peer message #3838

Merged
merged 1 commit into from
Apr 7, 2021
Merged

Conversation

jberci
Copy link
Contributor

@jberci jberci commented Apr 7, 2021

Extracted from #3745

@codecov
Copy link

codecov bot commented Apr 7, 2021

Codecov Report

Merging #3838 (f29b482) into master (aaee89b) will increase coverage by 0.02%.
The diff coverage is 69.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3838      +/-   ##
==========================================
+ Coverage   67.01%   67.04%   +0.02%     
==========================================
  Files         404      404              
  Lines       41384    41393       +9     
==========================================
+ Hits        27734    27750      +16     
+ Misses       9702     9699       -3     
+ Partials     3948     3944       -4     
Impacted Files Coverage Δ
go/worker/common/committee/node.go 70.76% <0.00%> (ø)
go/worker/common/p2p/error/error.go 100.00% <ø> (ø)
go/worker/common/p2p/dispatch.go 74.13% <75.00%> (-0.63%) ⬇️
go/common/sgx/aesm/aesm.go 62.61% <0.00%> (-6.55%) ⬇️
go/worker/common/committee/runtime_host.go 64.28% <0.00%> (-6.25%) ⬇️
go/consensus/api/submission.go 67.10% <0.00%> (-5.27%) ⬇️
go/runtime/host/sgx/sgx.go 69.23% <0.00%> (-2.20%) ⬇️
.../consensus/tendermint/apps/registry/state/state.go 56.70% <0.00%> (-1.22%) ⬇️
go/registry/api/api.go 53.23% <0.00%> (-1.11%) ⬇️
go/consensus/tendermint/abci/state.go 70.27% <0.00%> (-0.68%) ⬇️
... and 21 more

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 aaee89b...f29b482. Read the comment docs.

@jberci jberci merged commit 9b4a772 into master Apr 7, 2021
@jberci jberci deleted the jberci/fix/p2p branch April 7, 2021 18:07
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