-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Request] Unit/Template Tests for helm chart #142
Comments
This requires a bit of research to design a framework and conventions. @ebaron @andrewazores what are your thoughts? |
It's worth investing the time into. After 3.0 is shipped we should continue to spend some time on improving the overall testing situation because 3.0 is quite far behind what 2.4 had, which already didn't have as much automated testing as I would like. Adding more testing capabilities at higher levels of abstraction, like the Helm chart and Operator scorecard tests, seems like a powerful tool. Something we have always lacked in our automated testing has been the capability to test with different configuration parameters (ie environment variables), so that was only ever done in the old codebase by whitebox unit testing and using mocks to test very specific behaviours under different environment variable settings. Testing at these higher levels lets us do integration/end-to-end testing under those conditions which is very preferable. |
I guess this can now be closed? |
Describe the feature
Originally posted by @tthvo in #128 (comment)
Anything other information?
Down the line, we can establish some more e2e tests like scorecards, on top of the connection test: https://helm.sh/docs/topics/chart_tests/
The text was updated successfully, but these errors were encountered: