提交 529079b3 编写于 作者: Z zhenshan.cao 提交者: yefu.chen

Remove -s and failfast

Signed-off-by: Nzhenshan.cao <zhenshan.cao@zilliz.com>
上级 f6a4bacb
...@@ -27,7 +27,7 @@ services: ...@@ -27,7 +27,7 @@ services:
- ../../..:/milvus-distributed:delegated - ../../..:/milvus-distributed:delegated
working_dir: "/milvus-distributed/tests/python_test" working_dir: "/milvus-distributed/tests/python_test"
command: > 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: networks:
- milvus - milvus
...@@ -42,7 +42,7 @@ services: ...@@ -42,7 +42,7 @@ services:
- ../../..:/milvus-distributed:delegated - ../../..:/milvus-distributed:delegated
working_dir: "/milvus-distributed/tests/python_test" working_dir: "/milvus-distributed/tests/python_test"
command: > 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: networks:
- milvus - milvus
......
...@@ -3,6 +3,7 @@ log_format = [%(asctime)s-%(levelname)s-%(name)s]: %(message)s (%(filename)s:%(l ...@@ -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_date_format = %Y-%m-%d %H:%M:%S
log_cli = true log_cli = true
addopts = -x
log_level = 20 log_level = 20
timeout = 360 timeout = 360
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册