mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add comments for chaos checker (#7938)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
f0d95f3a11
commit
0f37b92040
@ -26,6 +26,11 @@ timeout = 20
|
||||
|
||||
|
||||
class Checker:
|
||||
"""
|
||||
A base class of milvus operation checker to
|
||||
a. check whether milvus is servicing
|
||||
b. count operations and success rate
|
||||
"""
|
||||
def __init__(self):
|
||||
self._succ = 0
|
||||
self._fail = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user