testcontainers-go icon indicating copy to clipboard operation
testcontainers-go copied to clipboard

fix: data race on container run

Open stevenh opened this issue 1 year ago • 1 comments

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.

stevenh avatar Mar 12 '24 20:03 stevenh

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Mar 12 '24 20:03 netlify[bot]

Hey @stevenh thanks for bumping the dependency. Could you check the compose module too? That dependency makes the module to not compile.

Thanks!

mdelapenya avatar Mar 25 '24 13:03 mdelapenya

Thanks @mdelapenya should be all fixed.

stevenh avatar Apr 02 '24 20:04 stevenh