Files
zhuwenxingandGitHub b3fe69d844 test: add struct array nullable dynamic field coverage (#50109)
### 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>
2026-06-17 17:12:24 +08:00

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