Open andrewbaptist opened 1 year ago
We have reusable listeners in tests now, so should be an easy fix. Example: #108897.
Hi @pav-kv, please add branch-* labels to identify which branch(es) this C-bug affects.
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
There is a bug in this test skipping logic. Fixing the skipping logic in #128670 to get rid of test flaking spam, but we still need to address the root cause and fix the port reuse in this test.
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