[#214] Change wait mode shard

Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
support/v0.39
Dmitriy Zayakin 2024-04-08 09:10:32 +03:00 committed by Dmitriy Zayakin
parent 4da86afa39
commit b8c58c3b70
1 changed files with 1 additions and 1 deletions

View File

@ -144,5 +144,5 @@ class TestControlShard(ClusterTestBase):
for shard in ShardsWatcher(node).get_shards():
if shard["blobstor"][1]["path"] in object_path:
with reporter.step(f"Shard - {shard['shard_id']} to {node.host_ip}, mode - {shard['mode']}"):
assert shard["mode"] == "read-only"
assert shard["mode"] == "degraded-read-only"
break