cockroachdb / cockroachdb/cockroach
kv: update TestGossipHandlesReplacedNode to handle port reuse
Open
A-testing
branch-master
C-bug
C-enhancement
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Currently TestGossipHandlesReplacedNode can fail due to reusing a port. This has been addressed by skipping the test if this occurs, but this can potentially mask real failures that could happen.
This is just an issue to remember to clean this test up.
Jira issue: CRDB-33311
Contributor guide
Assessment
This issue has not been assessed yet.