mirror of https://github.com/milvus-io/milvus.git
## Summary - Enable search by ids tests that were commented out pending fix of #47065 - Fix syntax error in test: `for i in len()` → `for i in range(len())` - Update test expectations to match the fixed behavior: - Search on null vectors now returns empty results instead of error - Fix assertion to use correct `num_entities_with_not_null_vector` count ## Test plan - [x] `test_milvus_client_add_nullable_vector_field_search` - verified passing - [x] `test_milvus_client_collection_null_vector_field_search` - verified passing issue: #47065 🤖 Generated with [Claude Code](https://claude.ai/code) --------- Signed-off-by: Yan Liang <yanliang@zilliz.com> Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| idx_diskann.py | ||
| idx_hnsw.py | ||
| idx_hnsw_pq.py | ||
| idx_hnsw_prq.py | ||
| idx_hnsw_sq.py | ||
| idx_ivf_rabitq.py | ||
| idx_ngram.py | ||
| test_diskann.py | ||
| test_hnsw.py | ||
| test_hnsw_pq.py | ||
| test_hnsw_prq.py | ||
| test_hnsw_sq.py | ||
| test_ivf_rabitq.py | ||
| test_ngram.py | ||