mirror of https://github.com/milvus-io/milvus.git
Update chaos rg case to check replicas (#22524)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/22545/head
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…
Reference in New Issue