mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Update chaos rg case to check replicas (#22524)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
7c9d140629
commit
897c7f33f7
@ -1,4 +1,3 @@
|
||||
import time
|
||||
import pytest
|
||||
|
||||
from base.client_base import TestcaseBase
|
||||
@ -199,5 +198,5 @@ class TestChaosRG(TestcaseBase):
|
||||
log.info(f"{coll_name} query segment info: {segment_2}")
|
||||
|
||||
# show replicas finally
|
||||
replicas_2, _ = collection_w.get_replicas(check_task=ct.CheckTasks.check_nothing)
|
||||
log.info(f"{coll_name} replicas: {replicas_2}")
|
||||
replicas_2, _ = collection_w.get_replicas()
|
||||
log.info(f"{coll_name} replicas: {replicas_2}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user