提交 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:
- ../../..:/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
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册