Update chaos rg case to check replicas (#22524)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/22545/head
ThreadDao 2023-03-02 19:27:52 +08:00 committed by GitHub
parent 7c9d140629
commit 897c7f33f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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}")