mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in checker (#9345)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/9353/head
parent
d414d06b67
commit
70a83866cb
|
@ -98,6 +98,7 @@ class InsertFlushChecker(Checker):
|
|||
self._fail += 1
|
||||
sleep(constants.WAIT_PER_OP / 10)
|
||||
else:
|
||||
# call flush in property num_entities
|
||||
if self.c_wrap.num_entities == (self.initial_entities + constants.DELTA_PER_INS):
|
||||
self._succ += 1
|
||||
self.initial_entities += constants.DELTA_PER_INS
|
||||
|
|
Loading…
Reference in New Issue