From f06bbed67e8343c50017492d53f653d10a79f7b9 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Sat, 2 Oct 2021 19:44:11 +0800 Subject: [PATCH] [skip ci]Add comments in chaos checker (#9082) Signed-off-by: yanliang567 --- tests/python_client/chaos/checker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python_client/chaos/checker.py b/tests/python_client/chaos/checker.py index 275d4973e2..9be7fae78f 100644 --- a/tests/python_client/chaos/checker.py +++ b/tests/python_client/chaos/checker.py @@ -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