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

fix!: data races

Open stevenh opened this issue 1 year ago • 1 comments

Enable race checks for all tests in CI.

Fix data race when determining default network, this required making DockerProviderOptions.DefaultNetwork field private which is a breaking change.

Fix data race in test bufLogger.

Fix data races on log production context cancellation and context timeout not being cancelled in read loop.

BREAKING_CHANGE!

stevenh avatar Oct 21 '24 14:10 stevenh