mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
- Refactor connection logic to prioritize uri and token parameters over host/port/user/password for a more modern connection approach - Add explicit limit parameter (limit=5) to search and query operations in chaos checkers to avoid returning unlimited results - Migrate test_all_collections_after_chaos.py from Collection wrapper to MilvusClient API style - Update pytest fixtures in chaos test files to support uri/token params Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>