Remove -s and failfast

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/4973/head^2
zhenshan.cao 2021-03-06 10:56:21 +08:00 committed by yefu.chen
parent f6a4bacbeb
commit 529079b342
2 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@ services:
- ../../..:/milvus-distributed:delegated
working_dir: "/milvus-distributed/tests/python_test"
command: >
/bin/bash -c "sleep 10s && pytest -s --tags=0331 --ip proxynode -n 4"
/bin/bash -c "sleep 10s && pytest --tags=0331 --ip proxynode -n 4"
networks:
- milvus
@ -42,7 +42,7 @@ services:
- ../../..:/milvus-distributed:delegated
working_dir: "/milvus-distributed/tests/python_test"
command: >
/bin/bash -c "sleep 10s && pytest -s --tags=0331 --ip standalone -n 4"
/bin/bash -c "sleep 10s && pytest --tags=0331 --ip standalone -n 4"
networks:
- milvus

View File

@ -3,6 +3,7 @@ log_format = [%(asctime)s-%(levelname)s-%(name)s]: %(message)s (%(filename)s:%(l
log_date_format = %Y-%m-%d %H:%M:%S
log_cli = true
addopts = -x
log_level = 20
timeout = 360