mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chaos checker (#9082)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/9087/head
parent
3a46a6ed5c
commit
f06bbed67e
|
@ -80,6 +80,7 @@ class SearchChecker(Checker):
|
|||
|
||||
|
||||
class InsertFlushChecker(Checker):
|
||||
"""check Insert and flush operations in a dependent thread"""
|
||||
def __init__(self, flush=False):
|
||||
super().__init__()
|
||||
self._flush = flush
|
||||
|
|
Loading…
Reference in New Issue