-
Notifications
You must be signed in to change notification settings - Fork 6
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
Increase thoroughness of Provider conformance tests #10
Comments
It's not clear to me whether we should (and how we would) test how managed resources actually behave, given that we don't know which managed resources a provider defines. We could consider requiring that one of each kind of managed resource supported by the provider be created (manually) before the conformance suite is run. This would allow us to test that all managed resources defined by the provider:
|
Some other things we'll want to test:
|
I'm somewhat skeptical WRT testing for event emittance, just because if there's a bunch going on in an API server it's possible for events to expire and disappear pretty quickly. This may not be an issue given that we don't really expect folks to be testing for conformance using a live Kubernetes cluster. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
What problem are you facing?
This repository should define two conformance test suites; one for Crossplane distributions and another for Crossplane providers.
How could conformance help solve your problem?
It could flesh out the provider conformance test suite, which currently exists but has no meaningful tests. We should test that:
(Edit: consolidated some of the comments below into a checklist here).
The text was updated successfully, but these errors were encountered: