mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Remove unused code (#14879)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/14884/head
parent
7b28f83e80
commit
252828fe56
|
@ -73,9 +73,8 @@ else
|
||||||
fi
|
fi
|
||||||
pytest -s -v ../testcases/test_e2e.py --host "$host" --log-cli-level=INFO --capture=no
|
pytest -s -v ../testcases/test_e2e.py --host "$host" --log-cli-level=INFO --capture=no
|
||||||
python scripts/hello_milvus.py --host "$host"
|
python scripts/hello_milvus.py --host "$host"
|
||||||
# chaos test
|
|
||||||
export ENABLE_TRACEBACK=False
|
|
||||||
|
|
||||||
|
# chaos test
|
||||||
if [ "$chaos_task" == "chaos-test" ];
|
if [ "$chaos_task" == "chaos-test" ];
|
||||||
then
|
then
|
||||||
pytest -s -v test_chaos.py --host "$host" --log-cli-level=INFO --capture=no || echo "chaos test fail"
|
pytest -s -v test_chaos.py --host "$host" --log-cli-level=INFO --capture=no || echo "chaos test fail"
|
||||||
|
|
Loading…
Reference in New Issue