Add pilorama loss test cases, marked as skipped #45
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-testcases#45
Loading…
Reference in a new issue
No description provided.
Delete branch "ylukoyan/frostfs-testcases:tree_loss"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -446,2 +446,4 @@
with allure.step("Delete bucket"):
s3_client.delete_bucket(bucket)
@pytest.mark.skip(reason="Need to increase cache lifetime, ticket OBJECT-4176")
Do not include internal information to public repos. (OBJECT-xxx)
@ -447,1 +447,4 @@
s3_client.delete_bucket(bucket)
@pytest.mark.skip(reason="Need to increase cache lifetime, ticket OBJECT-4176")
@allure.title("Test S3 Pilorama.db loss, versioning is enabled")
Let's get away from common test titles and be more specific.
@allure.title("After Pilorama.db loss on all nodes list objects should return nothing")
@ -448,0 +490,4 @@
@pytest.mark.skip(reason="Need to increase cache lifetime, ticket OBJECT-4176")
@allure.title("Test S3 Pilorama.db loss, versioning is disabled")
def test_s3_pilorama_loss_versioning_off(self, s3_client: S3ClientWrapper, simple_object_size):
This is a copy-pasta cases with 1 single diff.
Please make it to be one test case with param.
Smth like this
@ -448,0 +448,4 @@
@pytest.mark.skip(reason="Need to increase cache lifetime, ticket OBJECT-4176")
@allure.title("Test S3 Pilorama.db loss, versioning is enabled")
def test_s3_pilorama_loss_versioning_on(self, s3_client: S3ClientWrapper, simple_object_size):
simple_object_size: int
Please consider the above comments
e6b1388fb0
to8d50407439
TODO: Add automatic service recovery in case if test fail between service shutdown and service back up. Using cluster_state_controller from Testlib is preferable.