[skip ci]Fix typo in chaos test (#13515)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/13522/head
zhuwenxing 2021-12-16 16:47:15 +08:00 committed by GitHub
parent 4e31194f6c
commit e226db7b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -94,5 +94,5 @@ pytest -s -v ../testcases/test_e2e.py --host "$host" --log-cli-level=INFO --capt
python scripts/hello_milvus.py --host "$host" || echo "e2e test fail"
# save logs
data=`date +%Y-%m-%d-%H-%M-%S`
bash ../../scripts/export_log_k8s.sh ${ns} ${release} k8s_log/${pod}-${chaos_type}-${chaos_task}-${data}
cur_time=`date +%Y-%m-%d-%H-%M-%S`
bash ../../scripts/export_log_k8s.sh ${ns} ${release} k8s_log/${pod}-${chaos_type}-${chaos_task}-${cur_time}