diff --git a/build/docker/test/docker-compose.yml b/build/docker/test/docker-compose.yml index a67f82fe751140f7117d3d99f2b512cd825b4073..bfe8aae7380fe9758e2e0563968b5091183c2a4a 100644 --- a/build/docker/test/docker-compose.yml +++ b/build/docker/test/docker-compose.yml @@ -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 diff --git a/tests/python_test/pytest.ini b/tests/python_test/pytest.ini index 1a720a2d011ba52167e4a4ca91d2ed7f18bcb3e2..496bc7b09de6f79e9640689030e5c78f3130dba4 100644 --- a/tests/python_test/pytest.ini +++ b/tests/python_test/pytest.ini @@ -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