testcontainers-go
testcontainers-go copied to clipboard
[Bug]: random clickhouse test failures
Testcontainers version
0.34.0
Using the latest Testcontainers version?
Yes
Host OS
N/A
Host arch
N/A
Go version
N/A
Docker version
N/A
Docker info
N/A
What happened?
Tests are randomly failing in CI with clickhouse_test.go:290: [handshake] unexpected packet [72] from server see:
https://github.com/testcontainers/testcontainers-go/actions/runs/11478021546/job/31941936972?pr=2846
Relevant log output
=== FAIL: . TestClickHouseWithZookeeper (unknown)
2024/10/23 11:11:19 🐳 Creating container for image zookeeper:3.7
2024/10/23 11:11:19 ✅ Container created: 3205da1f43da
2024/10/23 11:11:19 🐳 Starting container: 3205da1f43da
2024/10/23 11:11:19 ✅ Container started: 3205da1f43da
2024/10/23 11:11:19 ⏳ Waiting for container id 3205da1f43da image: zookeeper:3.7. Waiting for: &{Port:2181/tcp timeout:
Additional information
No response