-
Notifications
You must be signed in to change notification settings - Fork 117
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
T1. Fix isolated connection bugs, improve tests, upgrade dependencies #3302
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 task
Codecov Report
@@ Coverage Diff @@
## main #3302 +/- ##
=======================================
Coverage 77.79% 77.80%
=======================================
Files 266 266
Lines 31449 31449
=======================================
+ Hits 24466 24469 +3
+ Misses 6983 6980 -3 |
6 tasks
This comment has been minimized.
This comment has been minimized.
8fccc5d
to
4593eed
Compare
auto-merge was automatically disabled
January 6, 2022 00:18
Pull request was converted to draft
dconnolly
reviewed
Jan 8, 2022
I've synced with main and solved conflicts |
conradoplg
approved these changes
Jan 14, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-dependencies
Area: Dependency file updates
A-network
Area: Network protocol updates or fixes
C-bug
Category: This is a bug
C-cleanup
Category: This is a cleanup
C-enhancement
Category: This is an improvement
C-testing
Category: These are tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
This PR contains some
zebra-network
changes that are required or useful for Tor support usingarti
. But it doesn't add anyarti
dependencies or Tor code yet. (That's in the next PR.)We should merge this PR because these are all improvements, and we will have to do them eventually anyway.
It also makes testing easier, because it lets us write tests that don't depend on the network. And it improves test coverage.
Solution
Enhancements:
Dependencies:
Fixes & Cleanups:
Testing:
Review
This PR is ready for review, @dconnolly can review it.
It might have merge conflicts with future PRs, so we should get it in soon.
Reviewer Checklist
Follow Up Work
Actually add Tor support.