test: expand CDC replication test coverage across features and chaos scenarios#49043
Open
bigsheeper wants to merge 3 commits intomilvus-io:masterfrom
Open
test: expand CDC replication test coverage across features and chaos scenarios#49043bigsheeper wants to merge 3 commits intomilvus-io:masterfrom
bigsheeper wants to merge 3 commits intomilvus-io:masterfrom
Conversation
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bigsheeper The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Contributor
|
[ci-v2-notice] To rerun ci-v2 checks, comment with:
If you have any questions or requests, please contact @zhikunyao. |
…lpers to base.py - 7 new schema factories (FTS/BM25, dynamic, nullable, default-values, partition-key, clustering-key, single-vector) - Class constants SEARCH_OVERLAP_THRESHOLD + FTS_SENTENCES - 4 new data generators (fts, nullable, dynamic, single-vector) - 4 verification helpers (data sampling, search consistency, query consistency, iterator consistency) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Yihao Dai <yihao.dai@zilliz.com>
…tests - conftest: switchover_helper fixture, --is-check/--milvus-ns options - test_fts_and_text: BM25 search, text match, phrase match, hybrid FTS, switchover - test_schema_features: dynamic, nullable, defaults, partition key, clustering key Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Yihao Dai <yihao.dai@zilliz.com>
…h verification, and switchover tests - test_collection_properties: TTL, mmap, autocompaction, multi-property, drop property - test_resource_group: create, drop, update, transfer replica - test_multi_database: cross-DB operations, drop DB - test_search_verification: 7 vector types × search/query/iterator/hybrid/filtered - test_switchover: basic, during-writes, all-types, loaded, indexed, rapid stress, failover Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Yihao Dai <yihao.dai@zilliz.com>
7d91642 to
9442e0c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Extends the CDC (replication) e2e test suite with comprehensive cross-feature coverage and switchover/failover scenarios on top of #45624.
What's Added
New test files (`tests/python_client/cdc/testcases/`)
Shared utilities
Test plan
issue: #49042
pr: #45624
/kind test
/kind improvement
🤖 Generated with Claude Code