Skip to content

Commit

Permalink
[rev.4]
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexfvk committed Jan 25, 2024
1 parent 12f352b commit 2c46241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/features/object_storage.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Feature: chadmin object-storage commands
"""
Then S3 contains greater than 0 objects

@require_version_23.3
@require_version_22.8
Scenario: Dry-run clean on one replica with guard period
When we execute command on clickhouse01
"""
Expand All @@ -37,7 +37,7 @@ Feature: chadmin object-storage commands
Would delete [1-9][0-9]* objects from bucket \[cloud-storage-test\]
"""

@require_version_23.3
@require_version_22.8
Scenario: Dry-run clean on cluster with guard period
When we execute command on clickhouse01
"""
Expand All @@ -56,7 +56,7 @@ Feature: chadmin object-storage commands
Would delete 0 objects from bucket [cloud-storage-test]
"""

@require_version_23.3
@require_version_22.8
Scenario: Clean orphaned objects
When we put object in S3
"""
Expand Down Expand Up @@ -86,7 +86,7 @@ Feature: chadmin object-storage commands
path: /data/orpaned_object.tsv
"""

@require_version_23.3
@require_version_22.8
Scenario: Clean many orphaned objects
When we put 100 objects in S3
"""
Expand Down

0 comments on commit 2c46241

Please sign in to comment.