mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments for chaos checker (#7938)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/7940/head
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…
Reference in New Issue