mirror of https://github.com/milvus-io/milvus.git
[skip ci] Reformat chaos test file (#11339)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/11343/head
parent
9885838593
commit
f5f4bee63f
|
@ -29,6 +29,7 @@ def assert_statistic(checkers, expectations={}):
|
|||
expect(succ_rate > 0.90 or total > 2,
|
||||
f"Expect Succ: {str(k)} succ rate {succ_rate}, total: {total}")
|
||||
|
||||
|
||||
def record_results(checkers):
|
||||
res = ""
|
||||
for k in checkers.keys():
|
||||
|
@ -39,8 +40,6 @@ def record_results(checkers):
|
|||
return res
|
||||
|
||||
|
||||
|
||||
|
||||
class TestChaosBase:
|
||||
expect_create = constants.SUCC
|
||||
expect_insert = constants.SUCC
|
||||
|
|
Loading…
Reference in New Issue