|
1 | 1 | Feature: Azure Archive |
2 | 2 |
|
3 | | - @2.7.0 |
4 | | - @PreMerge |
5 | | - @Flaky |
6 | | - @AzureArchive |
7 | | - @ColdStorage |
8 | | - Scenario Outline: Failed restore objects from tar must be retried and restored |
9 | | - Given a "<versioningConfiguration>" bucket |
10 | | - And a transition workflow to "e2e-azure-archive" location |
11 | | - And <objectCount> objects "retry-obj" of size <objectSize> bytes |
12 | | - Then object "retry-obj-1" should be "transitioning" and have the storage class "e2e-azure-archive" |
13 | | - And object "retry-obj-2" should be "transitioning" and have the storage class "e2e-azure-archive" |
14 | | - And manifest containing object "retry-obj-1" should "contain" object "retry-obj-2" |
15 | | - When i restore object "retry-obj-1" for <restoreDays> days |
16 | | - Then blob for object "retry-obj-1" fails to rehydrate |
17 | | - And blob for object "retry-obj-2" fails to rehydrate |
18 | | - Then object "retry-obj-1" should be "transitioning" and have the storage class "e2e-azure-archive" |
19 | | - When i run sorbetctl to retry failed restore for "e2e-azure-archive" location |
20 | | - Then object "retry-obj-1" should be "restored" and have the storage class "e2e-azure-archive" |
21 | | - And object "retry-obj-1" should expire in <restoreDays> days |
22 | | - And object "retry-obj-1" should have the same data |
23 | | - |
24 | | - Examples: |
25 | | - | versioningConfiguration | objectCount | objectSize | restoreDays | |
26 | | - | Non versioned | 2 | 100 | 5 | |
27 | | - | Versioned | 2 | 100 | 2 | |
28 | | - | Suspended | 2 | 100 | 2 | |
29 | | - |
30 | 3 | @2.7.0 |
31 | 4 | @PreMerge |
32 | 5 | @Flaky |
@@ -251,6 +224,34 @@ Feature: Azure Archive |
251 | 224 | | Versioned | 2 | 100 | 15 | |
252 | 225 | | Suspended | 2 | 100 | 15 | |
253 | 226 |
|
| 227 | + |
| 228 | + @2.7.0 |
| 229 | + @PreMerge |
| 230 | + @Flaky |
| 231 | + @AzureArchive |
| 232 | + @ColdStorage |
| 233 | + Scenario Outline: Failed restore objects from tar must be retried and restored |
| 234 | + Given a "<versioningConfiguration>" bucket |
| 235 | + And a transition workflow to "e2e-azure-archive" location |
| 236 | + And <objectCount> objects "retry-obj" of size <objectSize> bytes |
| 237 | + Then object "retry-obj-1" should be "transitioning" and have the storage class "e2e-azure-archive" |
| 238 | + And object "retry-obj-2" should be "transitioning" and have the storage class "e2e-azure-archive" |
| 239 | + And manifest containing object "retry-obj-1" should "contain" object "retry-obj-2" |
| 240 | + When i restore object "retry-obj-1" for <restoreDays> days |
| 241 | + Then blob for object "retry-obj-1" fails to rehydrate |
| 242 | + And blob for object "retry-obj-2" fails to rehydrate |
| 243 | + Then object "retry-obj-1" should be "transitioning" and have the storage class "e2e-azure-archive" |
| 244 | + When i run sorbetctl to retry failed restore for "e2e-azure-archive" location |
| 245 | + Then object "retry-obj-1" should be "restored" and have the storage class "e2e-azure-archive" |
| 246 | + And object "retry-obj-1" should expire in <restoreDays> days |
| 247 | + And object "retry-obj-1" should have the same data |
| 248 | + |
| 249 | + Examples: |
| 250 | + | versioningConfiguration | objectCount | objectSize | restoreDays | |
| 251 | + | Non versioned | 2 | 100 | 5 | |
| 252 | + | Versioned | 2 | 100 | 2 | |
| 253 | + | Suspended | 2 | 100 | 2 | |
| 254 | + |
254 | 255 | @2.7.0 |
255 | 256 | @PreMerge |
256 | 257 | @Flaky |
|
0 commit comments