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
Problem statement
Terratest is great and we have very powerful e2e test suite at https://github.com/k8gb-io/k8gb/tree/master/terratest
Unfortunately we face multiple issues with imperative test logic, race conditions and false negatives in the test suite.
Possible solution
Create PoC of https://github.com/kyverno/chainsaw integration.
We can try to create a declarative k8gb test suite with Chainsaw.
Chainsaw is actively maintained by Kyverno and is a successor of https://kuttl.dev/
Some high-level material on chainsaw: https://www.youtube.com/watch?v=hQJWGzogIiI
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem statement
Terratest is great and we have very powerful e2e test suite at https://github.com/k8gb-io/k8gb/tree/master/terratest
Unfortunately we face multiple issues with imperative test logic, race conditions and false negatives in the test suite.
Possible solution
Create PoC of https://github.com/kyverno/chainsaw integration.
We can try to create a declarative k8gb test suite with Chainsaw.
Chainsaw is actively maintained by Kyverno and is a successor of https://kuttl.dev/
Some high-level material on chainsaw: https://www.youtube.com/watch?v=hQJWGzogIiI
The text was updated successfully, but these errors were encountered: