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

Docker test TestUploadDownload is failing [known issue] #3222

Closed
cbednarski opened this issue Feb 18, 2016 · 1 comment
Closed

Docker test TestUploadDownload is failing [known issue] #3222

cbednarski opened this issue Feb 18, 2016 · 1 comment

Comments

@cbednarski
Copy link
Contributor

Failing test in packer 0.9.0-rc2 acceptance tests. This will be filed as a known issue and not fixed for 0.9.

PACKER_ACC=1 go test -v ./builder/docker/... -run TestUploadDownload -timeout=30s

I think this is a rehash of an issue @markpeek looked into earlier. Originally I thought this was fixed in #2846 but appears to still be present. I did a git bisect and this test started failing on a commit that removed the linux OS requirement from the test, so obviously this code path does not (and probably never has) worked on OS X.

I think the fix is to reimplement this entire plugin using go-dockerclient as proposed in #2809

Related / same issue as: #3102 but there's already a repro case in the test suite.

Also this will require minimum docker server version of 1.8 / api version 1.20. Since we will bundle the docker client code in packer the client version requirement will be satisfied automatically.

@mwhooker
Copy link
Contributor

I think this will be resolved by #4186. After that gets merged, please open a new issue if you continue to see this

@ghost ghost locked and limited conversation to collaborators Apr 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants