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

Use relative path for temp dirs in test #2604

Merged
merged 2 commits into from Apr 23, 2020

Conversation

rnorth
Copy link
Member

@rnorth rnorth commented Apr 22, 2020

For reasons I don't fully understand, DockerComposeContainer is failing to mount a directory when passed the absolute path form of temporary files created in AuthenticatedImagePullTest.

This only seems to happen on our Windows CI box, and I cannot reproduce locally on a Windows machine.

Converting the temp file path to relative form fixes the CI failure.

We should work out how this issue was occurring as it seems like there's a small bug lurking somewhere. But as this is the first known occurrence, I think it's safe to assume it's a pretty rare problem.

@rnorth
Copy link
Member Author

rnorth commented Apr 22, 2020

/azp run Windows 10 - Docker for Windows

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@rnorth
Copy link
Member Author

rnorth commented Apr 23, 2020

Raised #2606 so we don’t forget to track down the root cause.

@bsideup bsideup added this to the next milestone Apr 23, 2020
@rnorth
Copy link
Member Author

rnorth commented Apr 23, 2020

/azp run Windows 10 - Docker for Windows

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@rnorth rnorth force-pushed the fix-windows-authpull-test-failure branch from 04bfb00 to d081dbd Compare April 23, 2020 12:12
@rnorth rnorth merged commit 1e803b8 into master Apr 23, 2020
@rnorth rnorth deleted the fix-windows-authpull-test-failure branch April 23, 2020 12:45
quincy pushed a commit to quincy/testcontainers-java that referenced this pull request May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants