Add test case for loss of one node #50
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#50
Loading…
Reference in a new issue
No description provided.
Delete branch "ylukoyan/frostfs-testcases:one_endpoint_loss2"
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?
Also removed wrong placed fixture and reused after_run_return_all_stopped_services
@ -581,2 +576,4 @@
with expect_not_raises():
s3_client.delete_bucket(bucket)
@allure.step("Test S3 Loss of one node should trigger use of tree service in another node")
"Test S3 Loss of one node should trigger use of tree and storage service in another node"
@ -583,0 +588,4 @@
with allure.step("Stop one node and wait for rebalance"):
current_node = self.cluster.cluster_nodes[0]
cluster_state_controller.stop_storage_service(current_node)
# waiting for rebalance
We waiting for rebalance connection s3 gate to storage service (not tree service)
b140ab3f9e
to618822c8e9
618822c8e9
toc071f54b56