New fixture for s3 client init #91
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#91
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "d.zayakin/frostfs-testcases:change-split-brain"
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: Dmitriy Zayakin d.zayakin@yadro.com
db62357be2
toedeeba5205
Add new argument for init s3 functionto New fixture for s3 client initedeeba5205
to8a6c9f158c
@ -41,1 +42,3 @@
metafunc.parametrize("s3_client", [AwsCliClient], ids=["aws"], indirect=True)
metafunc.parametrize(
"s3_client, container_placement_policy",
[(AwsCliClient, "")],
What is the actual intention here?
If we don't use the
container_placement_policy
we can skip mentioning it.Edit:
I've got it...
Change this
to
done
@ -297,7 +305,7 @@ class TestFailoverSplitBrain(ClusterTestBase):
with allure.step("Tick 1 epoch and wait 2 block"):
So wait for 10 blocks now?
done
@ -276,0 +284,4 @@
cluster: Cluster, default_wallet: str, request: pytest.FixtureRequest
):
container_placement_policy = None
if "param" in request.__dict__:
done
8a6c9f158c
to9776cb383c
9776cb383c
tod0d5bf24ba
d0d5bf24ba
to6310ab0862