-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Skip snapshot_restore API integration tests in cloud #88841
Conversation
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this @pheyos!
I think this fix is OK for now. In the future, I think it would be beneficial to understand if we can still test the API on cloud using a different repository. /cc @cuff-links
@alisonelizabeth I agree. But this will probably require some more planning because AFAIK the available repository type(s) depend on the cloud provider - and we want our tests to pass independent of the cloud provider. E.g. in an AWS deployment I think we only have AWS-S3 repositories available, but in a Google cloud deployment I think we go with the GCS repository type by default. Not sure about Azure. |
💚 Build SucceededMetrics [docs]
To update your PR or re-run it, just comment with: |
This PR disables the snapshot restore API integration tests in cloud.
This PR disables the snapshot restore API integration tests in cloud.
Summary
This PR disables the snapshot restore API integration tests in cloud.
Details
The shared file system repository that is used during this test suite is not supported in cloud deployments. I've double checked that with Cloud folks on slack.
Closes #86522