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: Use TCP to connect to the MySQL module #765

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

Changes the MySQL connection protocol to TCP. Somehow SOCKET does not work reliably: https://stackoverflow.com/a/23471897/690017. The previous module configuration used TCP too.

Why is it important?

Fix flaky MySQL test.

Related issues

-

@HofmeisterAn HofmeisterAn added the chore A change that doesn't impact the existing functionality, e.g. internal refactorings or cleanups label Feb 8, 2023
@netlify
Copy link

netlify bot commented Feb 8, 2023

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 36b1c90
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/63e39d4b25266c0008bd74c4
😎 Deploy Preview https://deploy-preview-765--testcontainers-dotnet.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 settings.

@HofmeisterAn HofmeisterAn merged commit bfb02a0 into develop Feb 8, 2023
@HofmeisterAn HofmeisterAn deleted the bugfix/use-tcp-to-connect-to-mysql branch February 8, 2023 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore A change that doesn't impact the existing functionality, e.g. internal refactorings or cleanups
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant