9 Commits
Author SHA1 Message Date
wtandGitHub 7aa8f374c0 test: add warmup e2e tests covering async/sync/disable policies at field/collection/index levels (#48726)
## Summary

- Add `TestMilvusClientWarmupAsync` class with 30+ async warmup test
cases covering field/collection/index level warmup, hasRawData=false
paths (IVF_PQ, IVF_SQ8, sparse), cross-feature combos (mmap, partition,
multi_vector, dynamic, text_match, JSON, add_field), DQL/DML
correctness, and bug-finding cases (cancel/reload, priority chain,
sync-vs-async result identity)
- Fix index-before-insert ordering bug in 4 existing
`TestMilvusClientWarmup` cases
- Add `@pytest.mark.skip` guards for L3 tiered-storage-dependent cases
- Remove unused variables and dead code

## Test plan

- [x] Run `TestMilvusClientWarmup` + `TestMilvusClientWarmupAsync` with
`-n 6 --host=10.104.24.55`
- [x] Result: 131 passed, 6 skipped (L3), 1 failed
(`test_warmup_x_multi_replica` — requires multi-replica cluster,
unrelated to this PR)
- [ ] L3 cases verified separately on tiered storage instance and
`lowPriority=0` instance

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
2026-04-08 09:37:37 +08:00
yanliang567andGitHub f20e085b22 test: Update ivf_rabitq error msg and groupby support nullable field (#41997)
related issue: #41898

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
2025-05-21 22:20:25 +08:00
wtandGitHub ec119f5f14 test: update check search result (#38099)
issue: #37271

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
2024-12-01 17:50:37 +08:00
ThreadDaoandGitHub d566b0ceff test: add stats task feature cases and DefaultVectorSearchParams (#36768)
issue: #36767

---------

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2024-10-14 19:15:23 +08:00
wtandGitHub 526a672bae test: add more bitmap test cases (#36290)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
2024-09-16 11:03:09 +08:00
wtandGitHub dbe03a6151 test: add check after altering cardinality limit (#36158)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
2024-09-11 10:49:06 +08:00
wtandGitHub 53a87825f3 test: add more bitmap test cases (#36131)
1. verified issues #36054 and #35971 
2. add mix scenes test cases for BITMAP index

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
2024-09-10 10:55:07 +08:00
wtandGitHub c916407f37 test: add query expr test cases (#36073)
1. query with expr under different scalar index types
2. test framework supports preparing one piece of data and multiple
parameter queries

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
2024-09-09 19:55:06 +08:00
wtandGitHub cb49b32358 test: add bitmap index cases (#35909)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
2024-09-03 16:49:03 +08:00