-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add support for integration testing of cloud features #15891
Comments
Thanks @jsoriano for starting on this! Should we also consider how frequent these cloud integration tests are ran in CI? Maybe these tests can only run once per day instead of for each PR to save on cost and etc. |
Yes, good point, this is something to have into consideration. There are some options that we could combine:
|
We need to add support for better integration testing of cloud features, mainly to avoid regressions while further changes are introduced.
Some cloud features already have integration testing, but tests are skipped if no configuration is provided, so they are useful for local development, but they don't run in CI. Also there is no way to reproduce scenarios where these tests should pass.
As an initial step, add integration testing functionality to some AWS feature.
Additional considerations.
Related issues:
The text was updated successfully, but these errors were encountered: