Skip to content

Conversation

@jeroenvervaeke
Copy link
Member

@jeroenvervaeke jeroenvervaeke commented Dec 11, 2025

Proposed changes

The Docker tests on Windows 11 failed because Docker Desktop required authentication in a recent version.

I've fixed this issue by:

  • setting up authentication through the ~/.docker/config.json config file.
  • waiting for the Docker daemon to be ready before attempting docker pull

I've tried solutions like docker login, but calculating the authentication property and creating the config file ourselves were the only things that worked.

I've scheduled the windows tasks as part of this evergreen patch:

Jira ticket: CLOUDP-365055

@jeroenvervaeke jeroenvervaeke requested a review from a team as a code owner December 11, 2025 12:10
@jeroenvervaeke
Copy link
Member Author

jeroenvervaeke commented Dec 12, 2025

TestDeploymentsLocalSeedFail hangs on Evergreen but not locally.

Disabled the test for now and created a ticket to fix this: https://jira.mongodb.org/browse/CLOUDP-365460

Successful run until TestDeploymentsLocalSeedFail: evergreen

)

func TestDeploymentsLocalSeedFail(t *testing.T) {
t.Skip("DISABLED: This test hangs on evergreen (not locally), ticket to fix this: https://jira.mongodb.org/browse/CLOUDP-365460")
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we should only skip it on windows maybe check runtime.GOOS?

@jeroenvervaeke jeroenvervaeke merged commit c8c3a83 into master Dec 12, 2025
24 of 26 checks passed
@jeroenvervaeke jeroenvervaeke deleted the CLOUDP-365055 branch December 12, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants