Add test: No test combines multiple text indexes + LWD + vertical merge#101110
Add test: No test combines multiple text indexes + LWD + vertical merge#101110zlareb1 merged 13 commits intoClickHouse:masterfrom
Conversation
|
Workflow [PR], commit [c01c6d4] Summary: ❌
AI ReviewSummaryThis PR adds a new stateless regression test that combines multiple text indexes, lightweight delete (LWD), and forced vertical merge, and validates result stability before/after Missing context
ClickHouse Rules
Final Verdict
|
|
@clickgapai change the test file name according to existing clickhouse codebase |
|
Thanks, will keep that in mind. |
|
That's a cleaner approach — updating the test. |
|
Done — pushed the update. Let me know if there's anything else. |
|
Renamed test file to follow ClickHouse conventions: |
|
Fixed the test file — removed markdown fences and non-standard tags that were accidentally included. |
|
Renamed test file — removed |
tests/queries/0_stateless/04068_multi_text_idx_lwd_vertical.sql
Outdated
Show resolved
Hide resolved
|
CI failure in |
|
CI failure in |
|
CI failure in |
|
CI failure in |
|
CI failure in |
eebd24c
Found via ClickGap automated review. Please close or comment if this is incorrect or needs adjustment.
Retrospective finding from a historical scan of PR #92925 (merged 2025-12-23). Confirmed on current codebase — close with a note if already fixed.
Adds test coverage for 1 untested code path(s), found during automated review of PR #92925.
1. No test combines multiple text indexes + LWD + vertical merge
src/Storages/MergeTree/MergeTask.cpp:640,src/Storages/MergeTree/MergeTask.cpp:1604Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Not applicable — test-only change.
Documentation entry for user-facing changes
Found during review of PR #92925.