test: remove concurrent test in ci (#30862)

remove concurrent test in ci

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/30794/head
zhuwenxing 2024-02-27 19:38:56 +08:00 committed by GitHub
parent 19911a411f
commit f87a3a13d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -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