solana/gossip
Illia Bobyr 2d090d4547
test_gossip_node: Use random port (#31490)
Using a fixed port could cause a false negative, if the port is
currently in use.  We actually see this test failing regularly with an
error that port `1111` is already in use.

Quick search did not show any tests that hardcode port 1111, so it is
unclear why is this happening.  But using hardcoded ports is not a good
practice anyways.
2023-05-05 18:47:24 -07:00
..
benches reworks gossip crds timeouts (#30468) 2023-03-27 21:52:48 +00:00
src test_gossip_node: Use random port (#31490) 2023-05-05 18:47:24 -07:00
tests removes pubkey from LegacyContactInfo public interface (#31375) 2023-04-28 12:05:15 +00:00
.gitignore
Cargo.toml chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
build.rs