testcontainers-go
testcontainers-go copied to clipboard
fix: data race on container run
What does this PR do?
Fix a data race on container run by updating otelhttp: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/4895
Why is it important?
Usage randomly fails due to a data race when testing.
Deploy Preview for testcontainers-go ready!
| Name | Link |
|---|---|
| Latest commit | 8d4f98585dd3d3248ec3acdfa07a2c4074d6c0a7 |
| Latest deploy log | https://app.netlify.com/sites/testcontainers-go/deploys/660d377cefe8e80008652be7 |
| Deploy Preview | https://deploy-preview-2345--testcontainers-go.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hey @stevenh thanks for bumping the dependency. Could you check the compose module too? That dependency makes the module to not compile.
Thanks!
Thanks @mdelapenya should be all fixed.