mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 18:25:44 +00:00
### What this PR does Adds Python client and REST coverage for struct array nullable fields, including dynamic field scenarios and nullable vector config variants. ### Tests Not run; PR creation only. --------- Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
20 lines
536 B
INI
20 lines
536 B
INI
[pytest]
|
|
|
|
|
|
addopts = -p no:locust -v
|
|
# python3 -W ignore -m pytest
|
|
|
|
log_format = [%(asctime)s - %(levelname)s - %(name)s]: %(message)s (%(filename)s:%(lineno)s)
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
markers =
|
|
tags: custom tags for test cases
|
|
CDC: CDC sync test cases (not run in regular e2e pipeline)
|
|
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
ignore::pymilvus.decorators.PyMilvusDeprecationWarning
|
|
ignore:invalid escape sequence:SyntaxWarning
|
|
|
|
asyncio_default_fixture_loop_scope = function
|
|
timeout_method = thread
|