-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: disable NAT port mapping, outbound dials, inbound connections
My poor network. It deserves to be treated with respect and dignity and doesn't deserve to be spammed. 1. Disable NAT port mapping. Because no, we don't want our integration tests nodes to be reachable. 2. Disable all but a single localhost/quic transport. No need to do more work than necessary. 3. Set the connection manager limits to be really high. This probably doesn't matter, but there's no need to be killing connections in our integration tests. 4. Reject all outbound dials to non-localhost addresses.
- Loading branch information
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
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
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