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(mssql): bump Docker image version #2786

Merged
merged 2 commits into from
Sep 19, 2024
Merged

Conversation

stevenh
Copy link
Collaborator

@stevenh stevenh commented Sep 19, 2024

Disable all mssql tests as the container is currently crashing, see #2785

This PR uses the MSSQL image that does not crash with the current update in the GH workers.

Related issues

Disable all mssql tests as the container is currently crashing, see #2785
@stevenh stevenh requested a review from a team as a code owner September 19, 2024 14:58
Copy link

netlify bot commented Sep 19, 2024

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 4dbd183
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/66ec9c212c460d0008e9c4d3
😎 Deploy Preview https://deploy-preview-2786--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.

@stevenh
Copy link
Collaborator Author

stevenh commented Sep 19, 2024

The lint failure is handled by #2787

@mdelapenya mdelapenya changed the title chore: disable mssql tests fix(mssql): bump Docker image version Sep 19, 2024
@mdelapenya
Copy link
Collaborator

@stevenh I've updated the PR adding the changes proposed by @HofmeisterAn in the .NET project (thank you!)

@@ -128,25 +128,3 @@ func TestMSSQLServerWithInvalidPassword(t *testing.T) {
testcontainers.CleanupContainer(t, ctr)
require.NoError(t, err)
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm removing this test because it's doing exactly the same as another one, using an image that at the moment has no alternative. We can remove, or skip, whatever you prefer.

@mdelapenya
Copy link
Collaborator

@mdelapenya mdelapenya self-assigned this Sep 19, 2024
@mdelapenya mdelapenya added the dependencies Dependencies or external services label Sep 19, 2024
@mdelapenya
Copy link
Collaborator

@stevenh I'm merging this to unblock other PRs. PLMK anything you consider about this. We can discuss in a follow up PR.

Thanks!

@mdelapenya mdelapenya merged commit fa560fb into main Sep 19, 2024
112 of 113 checks passed
@mdelapenya mdelapenya deleted the chore/disable-mssql-tests branch September 19, 2024 22:23
mdelapenya added a commit that referenced this pull request Sep 20, 2024
* main:
  feat: support databend module (#2779)
  chore: golangci-lint 1.61.0 (#2787)
  fix(mssql): bump Docker image version (#2786)
  fix: handle 127 error code for podman compatibility (#2778)
  fix: do not override ImageBuildOptions.Labels when building from a Dockerfile (#2775)
  feat(mongodb): Wait for mongodb module with a replicaset to finish (#2777)
  fix(postgres): Apply default snapshot name if no name specified (#2783)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies or external services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: mssql module container crashes
2 participants