-
-
Notifications
You must be signed in to change notification settings - Fork 66
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 Disabled test #24
Conversation
/test all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just made a small comment
@@ -15,7 +15,7 @@ init: | |||
## Run tests | |||
test: init | |||
go mod download | |||
go test -v -timeout 60m -run TestExamplesComplete | |||
go test -v -timeout 60m |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want go test -v -timeout 60m ./...
here to run all tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Although the tests in the example should complete in under a minute or 2, this is a template repository and by default we allow 60 minutes for tests to complete, because some things, like testing EKS auto-scaling, can take a long time to set up and tear down.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry...I was asking if we should include ./...
specifically to include all tests recurively
what
enabled = false
git.io
->cloudposse.tools
why
git.io