mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments for SearchChecker (#8073)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/8078/head
parent
ddcb2b5349
commit
950db8c6f6
|
@ -58,6 +58,7 @@ class Checker:
|
|||
|
||||
|
||||
class SearchChecker(Checker):
|
||||
"""check search operations in a dependent thread"""
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.c_wrap.load() # do load before search
|
||||
|
|
Loading…
Reference in New Issue