We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Split Webhook Validation tests rely on a testhelper to run Helm commands to update the gloo install.
More tests may need to do this in the future.
Currently these types of tests can not be run from other projects that import k8sgateway as a dependency.
For the moment, a separate SuiteRunner has been created for this situation.
Create a way to pass a testhelper/helm values root to the tests.
No response
The text was updated successfully, but these errors were encountered:
Something to keep in mind when we solve this:
https://github.com/solo-io/gloo/blob/e2ca0280c1828c5a7131d5e4c398770fc279088c/test/kubernetes/e2e/test.go#L25: The testHelper is a wrapper around glooctl, that we had used because it existed and allowed us to avoid rebuilding a tool. However, we know it has limitations, and would rather rely on the CLI directly if possible, to avoid building logic into our tests that our customers can't used
Sorry, something went wrong.
There is a suggested approach here, to add the testhelper to the TestInstallation, which would be solve half of the issue.
The TestInstallation may be a good place to specify a Helm prefix as well
Also surfaced here: https://github.com/solo-io/solo-projects/issues/7105 / solo-io#10439
V1.15.x delete internal api docs (kgateway-dev#10374)
fb39c94
No branches or pull requests
Do you have a suggestion for code improvement or tracking existing technical debt? Please describe.
The Split Webhook Validation tests rely on a testhelper to run Helm commands to update the gloo install.
More tests may need to do this in the future.
Currently these types of tests can not be run from other projects that import k8sgateway as a dependency.
For the moment, a separate SuiteRunner has been created for this situation.
Describe the solution you'd like
Create a way to pass a testhelper/helm values root to the tests.
Additional Context
No response
The text was updated successfully, but these errors were encountered: