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

hack/e2e.go fails on OS X #339

Closed
tonglil opened this issue Feb 7, 2017 · 1 comment
Closed

hack/e2e.go fails on OS X #339

tonglil opened this issue Feb 7, 2017 · 1 comment

Comments

@tonglil
Copy link
Contributor

tonglil commented Feb 7, 2017

Are e2e tests only meant to run on Linux (or CI)?

Running it on my mac gives:

$ go run hack/e2e.go --v --build
2017/02/07 11:14:14 e2e.go:946: Running: make quick-release
+++ [0207 11:14:15] Verifying Prerequisites....
+++ [0207 11:14:15] Using Docker for MacOS
chown: 733413744.1490099278: illegal user name
!!! [0207 11:14:15] Call tree:
!!! [0207 11:14:15]  1: build/release.sh:35 kube::build::build_image(...)
make: *** [quick-release] Error 1
2017/02/07 11:14:15 e2e.go:948: Step 'make quick-release' finished in 735.810178ms
2017/02/07 11:14:15 e2e.go:230: Something went wrong: error building: error building kubernetes: exit status 2
exit status 1

If I update vi build/common.sh to use : instead of ., it is able to proceed.

@bgrant0607
Copy link
Member

Yes, tests only run on Linux.

Also, please try slack for contributor-related questions like this.

shyamjvs pushed a commit to shyamjvs/community that referenced this issue Sep 22, 2017
danehans pushed a commit to danehans/community that referenced this issue Jul 18, 2023
Also remove member who no longer works on the project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants