You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit removes some tests in the repository-s3 plugin that
have not been executed for 2+ years but have been maintained
for nothing. Most of the tests in AbstractAwsTestCase were
obsolete or superseded by fixture based integration tests.
Copy file name to clipboardExpand all lines: plugins/repository-azure/qa/microsoft-azure-storage/src/test/resources/rest-api-spec/test/repository_azure/10_repository.yml
+66-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Integration tests for repository-azure
2
2
---
3
-
"Snapshot/Restore with repository-azure":
3
+
setup:
4
4
5
5
# Register repository
6
6
- do:
@@ -13,7 +13,8 @@
13
13
client: "integration_test"
14
14
base_path: ${base_path}
15
15
16
-
- match: { acknowledged: true }
16
+
---
17
+
"Snapshot/Restore with repository-azure":
17
18
18
19
# Get repository
19
20
- do:
@@ -172,3 +173,66 @@
172
173
repository: repository
173
174
snapshot: snapshot-one
174
175
master_timeout: 5m
176
+
177
+
---
178
+
"Register a repository with a non existing container":
Copy file name to clipboardExpand all lines: plugins/repository-gcs/qa/google-cloud-storage/src/test/resources/rest-api-spec/test/repository_gcs/10_repository.yml
+60-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Integration tests for repository-gcs
2
2
---
3
-
"Snapshot/Restore with repository-gcs":
3
+
setup:
4
4
5
5
# Register repository
6
6
- do:
@@ -13,7 +13,8 @@
13
13
client: "integration_test"
14
14
base_path: ${base_path}
15
15
16
-
- match: { acknowledged: true }
16
+
---
17
+
"Snapshot/Restore with repository-gcs":
17
18
18
19
# Get repository
19
20
- do:
@@ -171,6 +172,63 @@
171
172
repository: repository
172
173
snapshot: snapshot-one
173
174
175
+
---
176
+
"Register a repository with a non existing bucket":
0 commit comments