mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
* add case running progress Signed-off-by: ThreadDao <yufen.zong@zilliz.com> * add case progress change pytest-xdist -n4 to auto Signed-off-by: ThreadDao <yufen.zong@zilliz.com> * remove pytest-parallel plug-in Signed-off-by: ThreadDao <yufen.zong@zilliz.com> * add pytest -x exitfirst Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
16 lines
250 B
INI
16 lines
250 B
INI
[pytest]
|
|
log_format = [%(asctime)s-%(levelname)s-%(name)s]: %(message)s (%(filename)s:%(lineno)s)
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
|
|
log_cli = true
|
|
log_level = 20
|
|
addopts = -x
|
|
|
|
timeout = 360
|
|
|
|
markers =
|
|
level: test level
|
|
serial
|
|
|
|
#level = 1
|