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

p2p dht: more tests and minor fixes #5827

Merged
merged 5 commits into from
Nov 14, 2023

Conversation

algorandskiy
Copy link
Contributor

@algorandskiy algorandskiy commented Nov 9, 2023

  1. Fixed backoff init parameter base - setting it to 1 causes backoff logic to fail on the first backoff.
  2. Speed up TestCapabilities_Varying and test partial DHT bootstrap.

Copy link

codecov bot commented Nov 9, 2023

Codecov Report

Merging #5827 (42b4c3b) into feature/p2p (4349e79) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@               Coverage Diff               @@
##           feature/p2p    #5827      +/-   ##
===============================================
+ Coverage        55.65%   55.67%   +0.02%     
===============================================
  Files              477      477              
  Lines            66992    66993       +1     
===============================================
+ Hits             37282    37297      +15     
+ Misses           27184    27170      -14     
  Partials          2526     2526              
Files Coverage Δ
network/p2p/dht/dht.go 100.00% <100.00%> (ø)

... and 17 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@algorandskiy algorandskiy merged commit bcf71c1 into algorand:feature/p2p Nov 14, 2023
@algorandskiy algorandskiy added the p2p Work related to the p2p project label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2p Work related to the p2p project Skip-Release-Notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant