mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e] Improve annotation (#14801)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
parent
12f37ffb57
commit
ce3742835f
@ -239,7 +239,7 @@ class TestChaosData:
|
||||
chaos_res.create(chaos_config)
|
||||
log.info("Chaos injected")
|
||||
|
||||
# convert string duration time to a int number in seconds
|
||||
# convert string duration time to an int number in seconds
|
||||
if isinstance(duration, str):
|
||||
duration = duration.replace('h', '*3600+').replace('m', '*60+').replace('s', '*1+') + '+0'
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user