test: add sparse index v3 client coverage and vec index version config (#50105)

## Summary
- add
`tests/python_client/milvus_client/test_milvus_client_sparse_inverted_index.py`
with sparse inverted index v3 Python client coverage
- set `dataCoord.targetVecIndexVersion: 10` in the same 18 e2e/nightly
helm value files aligned with PR #49893 config scope

Fixes #50108

## Test plan
- [ ] run sparse inverted index Python client tests in CI/local
environment
- [ ] validate helm-based e2e/nightly jobs pick up
`dataCoord.targetVecIndexVersion=10`

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

---------

Signed-off-by: Eric Hou <eric.hou@zilliz.com>
Co-authored-by: Eric Hou <eric.hou@zilliz.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Feilong Hou
2026-06-01 14:20:15 +08:00
committed by GitHub
co-authored by Eric Hou Claude Opus 4.6
parent 51945b8579
commit 455a8d9cac
19 changed files with 1156 additions and 0 deletions
@@ -82,6 +82,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
+1
View File
@@ -41,6 +41,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
@@ -40,6 +40,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
@@ -36,6 +36,8 @@ extraConfigFiles:
storage:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
queryNode:
segcore:
exprEvalBatchSize: 512
@@ -69,6 +69,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
+1
View File
@@ -28,6 +28,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
@@ -27,6 +27,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
@@ -23,6 +23,8 @@ extraConfigFiles:
storage:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
queryNode:
segcore:
exprEvalBatchSize: 512
@@ -82,6 +82,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
+1
View File
@@ -41,6 +41,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
@@ -40,6 +40,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
@@ -36,6 +36,8 @@ extraConfigFiles:
storage:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
queryNode:
segcore:
exprEvalBatchSize: 512
@@ -86,6 +86,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
@@ -87,6 +87,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
@@ -89,6 +89,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
@@ -98,6 +98,7 @@ extraConfigFiles:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
@@ -37,6 +37,7 @@ log:
extraConfigFiles:
user.yaml: |+
dataCoord:
targetVecIndexVersion: 10
gc:
interval: 1800
missingTolerance: 1800
@@ -49,6 +49,8 @@ extraConfigFiles:
storage:
# enable storage v3
useLoonFFI: true
dataCoord:
targetVecIndexVersion: 10
queryNode:
segcore:
exprEvalBatchSize: 512
File diff suppressed because it is too large Load Diff