-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Create S3 repository tests that test against a real S3 bucket #20862
Copy link
Copy link
Closed
Labels
:Distributed/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests
Description
Right now, the repository-s3 plugin relies on tests that mocks the AmazonS3 client. However, this is a limited form of testing that does not bring to light issues one would find when interacting with the real Amazon SDK connecting to a real S3 repository. Such tests are essential in uncovering even basic issues of interaction between our integration and the Amazon SDK. As an example, see #20861 which would have been uncovered with such tests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Distributed/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding tests
Type
Fields
Give feedbackNo fields configured for issues without a type.