2024-03-02 03:03:03 +00:00
|
|
|
[pytest]
|
|
|
|
addopts = --strict --endpoint http://127.0.0.1:19530 --token root:Milvus --minio_host 127.0.0.1
|
|
|
|
|
|
|
|
log_format = [%(asctime)s - %(levelname)s - %(name)s]: %(message)s (%(filename)s:%(lineno)s)
|
|
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
|
|
|
|
|
|
|
|
|
|
filterwarnings =
|
|
|
|
ignore::DeprecationWarning
|
|
|
|
|
|
|
|
markers =
|
|
|
|
L0 : 'L0 case, high priority'
|
|
|
|
L1 : 'L1 case, second priority'
|
2024-03-21 07:31:09 +00:00
|
|
|
L2 : 'L2 case, system level case'
|
2024-03-28 02:31:10 +00:00
|
|
|
BulkInsert : 'Bulk Insert case'
|
2024-03-02 03:03:03 +00:00
|
|
|
|