mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chaos checker (#9273)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/9286/head
parent
3fe23a09f2
commit
45af2202e1
|
@ -147,6 +147,7 @@ class IndexChecker(Checker):
|
|||
|
||||
|
||||
class QueryChecker(Checker):
|
||||
"""check query operations in a dependent thread"""
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.c_wrap.load() # load before query
|
||||
|
|
Loading…
Reference in New Issue