mirror of https://github.com/milvus-io/milvus.git
test: remove concurrent test in ci (#30862)
remove concurrent test in ci Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/30794/head
parent
19911a411f
commit
f87a3a13d0
|
@ -102,12 +102,12 @@ else
|
||||||
--html=${CI_LOG_PATH}/report_bulk_insert.html --self-contained-html
|
--html=${CI_LOG_PATH}/report_bulk_insert.html --self-contained-html
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run concurrent test with 10 processes
|
# # Run concurrent test with 5 processes
|
||||||
if [[ -n "${TEST_TIMEOUT:-}" ]]; then
|
# if [[ -n "${TEST_TIMEOUT:-}" ]]; then
|
||||||
|
|
||||||
timeout "${TEST_TIMEOUT}" pytest testcases/test_concurrent.py --host ${MILVUS_SERVICE_NAME} --port ${MILVUS_SERVICE_PORT} --count 5 -n 5 \
|
# timeout "${TEST_TIMEOUT}" pytest testcases/test_concurrent.py --host ${MILVUS_SERVICE_NAME} --port ${MILVUS_SERVICE_PORT} --count 5 -n 5 \
|
||||||
--html=${CI_LOG_PATH}/report_concurrent.html --self-contained-html
|
# --html=${CI_LOG_PATH}/report_concurrent.html --self-contained-html
|
||||||
else
|
# else
|
||||||
pytest testcases/test_concurrent.py --host ${MILVUS_SERVICE_NAME} --port ${MILVUS_SERVICE_PORT} --count 5 -n 5 \
|
# pytest testcases/test_concurrent.py --host ${MILVUS_SERVICE_NAME} --port ${MILVUS_SERVICE_PORT} --count 5 -n 5 \
|
||||||
--html=${CI_LOG_PATH}/report_concurrent.html --self-contained-html
|
# --html=${CI_LOG_PATH}/report_concurrent.html --self-contained-html
|
||||||
fi
|
# fi
|
||||||
|
|
Loading…
Reference in New Issue