-
-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Regression for Kafka #2748
Comments
Having a same issue( |
facing same issue when ran on gitlab ci (ubuntu) , issue is for both kafka and redpanda modules .
after reverting to
issue resolved for me . |
@VRmnv Are you also on Colima, or is this on Docker? |
@kiview this is docker |
facing the same issue in v0.35.0. The aforementioned snippet "wait.ForListeningPort(publicPort).SkipInternalCheck().WaitUntilReady(ctx, c) " is causing this issue Environment:
|
Removing |
Testcontainers version
0.33.0
Using the latest Testcontainers version?
Yes
Host OS
Mac
Host arch
ARM
Go version
1.22
Docker version
docker version Client: Version: 25.0.4-rd API version: 1.44 Go version: go1.21.8 Git commit: c4cd0a9 Built: Fri Mar 8 09:09:46 2024 OS/Arch: darwin/arm64 Context: default Server: Docker Engine - Community Engine: Version: 26.1.1 API version: 1.45 (minimum version 1.24) Go version: go1.21.9 Git commit: ac2de55 Built: Tue Apr 30 11:48:47 2024 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.6.31 GitCommit: e377cd56a71523140ca6ae87e30244719194a521 runc: Version: 1.1.12 GitCommit: v1.1.12-0-g51d5e94 docker-init: Version: 0.19.0 GitCommit: de40ad0
Docker info
What happened?
In version 0.32.0 integration tests were passing with a KafkaContainer. In 0.33.0 the following lines in the Kafka module at the top of
copyStarterScript
result in the context deadline being exceeded and the test failing. If I remove them my tests pass again.The Kafka container I am creating has the following properties:
The image for the container is
confluentinc/confluent-local:7.7.0
.I suspect this may have to do with me using Colima on a Mac and host port mapping, what is confusing to me is that if I comment those lines out and pass the following in my container params then the tests still pass.
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: