helm:replace test in shell for go#3423
helm:replace test in shell for go#3423camilamacedo86 merged 2 commits intooperator-framework:masterfrom camilamacedo86:helm-plugin-go-test
Conversation
joelanford
left a comment
There was a problem hiding this comment.
IMO, we shouldn't deploy/undeploy the project multiple times for different tests, since that will cause the test to take longer with little benefit.
For the tests that require a running operator, I think there should be one test file where the root level BeforeEach/AfterEach do the make deploy/make undeploy steps. Then all the tests that need a running operator (CR reconciliation, metrics) happen in that context.
|
New changes are detected. LGTM label has been removed. |
|
Hi @estroz, All your suggestions were addressed as well. I am moving forward here for we are able to do the next task that requires these changes (e.g OLM sub running for noGo ones and its tests). However, please feel free to check again and let us know if has some detail/change that you think that should be applied. We can do it in a follow-up. |
Description of the change:
Motivation of the change:
Replace the tests made to check the helm implementation in a shell script for golang