Add test for putting object while one node is stopped #33
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
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-testcases#33
Loading…
Reference in a new issue
No description provided.
Delete branch "EliChin/frostfs-testcases:feature/node_mng"
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?
Signed-off-by: Liza e.chichindaeva@yadro.com
@ -415,0 +441,4 @@
endpoint=random_node.get_rpc_endpoint(),
)
wait_object_replication(cid, oid, 3, shell=self.shell, nodes=storage_nodes)
stop_random_storage_nodes(1, [random_node])
before messing with the node we need to save it to list of after-test recovery.
See line 153 of this file.
@ -415,0 +449,4 @@
shell=self.shell,
endpoint=alive_node.get_rpc_endpoint(),
)
start_storage_nodes([random_node])
self.return_nodes(alive_node)
@ -415,0 +440,4 @@
shell=self.shell,
endpoint=random_node.get_rpc_endpoint(),
)
wait_object_replication(cid, oid, 3, shell=self.shell, nodes=storage_nodes)
How lines 436-443 relates to this test?
86b1a2fc63
to42bd0849d0
70dd08f45a
tod10095d4e5
d10095d4e5
to0bbb413224
@ -415,0 +435,4 @@
)
with allure.step(f"Stop a random node and try to put an object"):
check_nodes.append(random_node)
stop_random_storage_nodes(1, [random_node])
changed
Where can I read the test steps?
Steps should be described in the test code or test analytic system.
0bbb413224
toe86ed765b1