Skip to content
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

fix!: data races #2843

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix!: data races #2843

wants to merge 2 commits into from

Conversation

stevenh
Copy link
Collaborator

@stevenh stevenh commented Oct 21, 2024

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!

Enable race checks for all tests in CI.
@stevenh stevenh requested a review from a team as a code owner October 21, 2024 14:26
Copy link

netlify bot commented Oct 21, 2024

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 82e9dd9
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/6716a66e95a6e200084f952d
😎 Deploy Preview https://deploy-preview-2843--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.

@mdelapenya mdelapenya self-assigned this Oct 21, 2024
@mdelapenya mdelapenya added the chore Changes that do not impact the existing functionality label Oct 21, 2024
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 stevenh changed the title ci: enable test race checks fix!: data races Oct 21, 2024
@stevenh stevenh added bug An issue with the library and removed chore Changes that do not impact the existing functionality labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue with the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants