Update pilorama loss and shards test cases #177
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#177
Loading…
Reference in a new issue
No description provided.
Delete branch "ylukoyan/frostfs-testcases:pilorama_fix"
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?
@ -666,2 +655,2 @@
with allure.step("Get list of all pilorama.db"):
piloramas_list_before_removing = self.get_piloramas_list(node_to_check)
piloramas_list_before_removing = []
with allure.step("Get list of all pilorama.db on shards"):
It should be
reporter.step
everywhere. Looks like branch is not rebased on actual master@ -667,1 +655,3 @@
piloramas_list_before_removing = self.get_piloramas_list(node_to_check)
piloramas_list_before_removing = []
with allure.step("Get list of all pilorama.db on shards"):
for shard in node_to_check.shards:
Let's use
get_shards
directly@ -425,3 +425,3 @@
with allure.step("Delete pilorama.db from all nodes"):
for node in self.cluster.storage_nodes:
node.delete_pilorama()
for shard in node.shards:
let's use
get_shards
directlyc3f110adb0
to9e89dba03d