Skip to content

Commit

Permalink
Wait for ClickHouse to report ready before parsing ports (#6655)
Browse files Browse the repository at this point in the history
This changes the logic for parsing the server ports that ClickHouse
listens on, so that it waits until we are certain that they've been
completely written. This fixes a few flaky tests, currently including at
least #4779, #4972, and #5180. There have been others in the past, which
we've addressed with less-complete solutions that only narrow the race
window. This should eliminate it.
  • Loading branch information
bnaecker authored Sep 25, 2024
1 parent 8390a49 commit 68583ad
Showing 1 changed file with 88 additions and 232 deletions.
Loading

0 comments on commit 68583ad

Please sign in to comment.