-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Create hatchet tests to be shared across languages #833
Conversation
lillianzhang331
commented
Aug 19, 2020
- Test that builds fail when a bad version is specified
- Test cache for regular deploys is used on repeated deploys
- Test modifying a requirement clears the cache appropriately
- Test deploying the getting started guide works
- Test that all paths set by the buildpack are absolute instead of relative
- Test upgrading stack invalidates the cache
- Test CI deploys run tests and use the cache
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.
I don't see spec/fixtures/badNodeVersion
being used anywhere. I think we can delete it.
I double-checked and it looks like we're covering all the test cases. If we delete that folder, address the extra comments, and change the absolute path spec to use :default
instead of the env var, then I think this is good to go. Thanks for working on this!
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 - thanks!