[skip ci]Add comments in chaos checker (#9082)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/9087/head
yanliang567 2021-10-02 19:44:11 +08:00 committed by GitHub
parent 3a46a6ed5c
commit f06bbed67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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