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

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
yanliang567 2021-10-03 08:47:55 +08:00 committed by GitHub
parent ac790dc6bb
commit cde6ad074d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@ class InsertFlushChecker(Checker):
class CreateChecker(Checker):
"""check create operations in a dependent thread"""
def __init__(self):
super().__init__()