Skip to content

Fix flaky test 04003_cast_nullable_read_in_order_explain under parallel replicas#98518

Merged
alexey-milovidov merged 3 commits intomasterfrom
fix-04003-parallel-replicas
Mar 2, 2026
Merged

Fix flaky test 04003_cast_nullable_read_in_order_explain under parallel replicas#98518
alexey-milovidov merged 3 commits intomasterfrom
fix-04003-parallel-replicas

Conversation

@alexey-milovidov
Copy link
Copy Markdown
Member

@alexey-milovidov alexey-milovidov commented Mar 2, 2026

Changelog category (leave one):

  • CI Fix or Improvement (changelog entry is not required)

Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):

Fix flaky test 04003_cast_nullable_read_in_order_explain under parallel replicas configuration.

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

Add no-parallel-replicas tag to test 04003_cast_nullable_read_in_order_explain. The test checks EXPLAIN output for ReadType values, which are absent when parallel replicas changes the query plan to use ReadFromRemoteParallelReplicas instead of ReadFromMergeTree. The companion test 04004_cast_nullable_monotonicity_key_condition already has this tag.

Closes #98506

CI report: https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=28cd79a24459619126bbecbd3d836afd370b333d&name_0=MasterCI&name_1=Stateless%20tests%20%28amd_binary%2C%20ParallelReplicas%2C%20s3%20storage%2C%20parallel%29&name_1=Stateless%20tests%20%28amd_binary%2C%20ParallelReplicas%2C%20s3%20storage%2C%20parallel%29

…el replicas

The test checks EXPLAIN output for `ReadType` values, which are absent
when parallel replicas changes the query plan to use
`ReadFromRemoteParallelReplicas` instead of `ReadFromMergeTree`.

Closes #98506

https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=28cd79a24459619126bbecbd3d836afd370b333d&name_0=MasterCI&name_1=Stateless%20tests%20%28amd_binary%2C%20ParallelReplicas%2C%20s3%20storage%2C%20parallel%29&name_1=Stateless%20tests%20%28amd_binary%2C%20ParallelReplicas%2C%20s3%20storage%2C%20parallel%29

Changelog category: CI Fix or improvement
Changelog entry: Fix flaky test `04003_cast_nullable_read_in_order_explain` under parallel replicas configuration.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Mar 2, 2026

Workflow [PR], commit [c5cc712]

@clickhouse-gh clickhouse-gh bot added the pr-ci label Mar 2, 2026
@nihalzp nihalzp self-assigned this Mar 2, 2026
@alexey-milovidov alexey-milovidov merged commit 466feef into master Mar 2, 2026
115 of 147 checks passed
@alexey-milovidov alexey-milovidov deleted the fix-04003-parallel-replicas branch March 2, 2026 23:37
@robot-clickhouse-ci-2 robot-clickhouse-ci-2 added the pr-synced-to-cloud The PR is synced to the cloud repo label Mar 2, 2026
CarlosFelipeOR pushed a commit to Altinity/ClickHouse that referenced this pull request Apr 1, 2026
…l-replicas

Fix flaky test 04003_cast_nullable_read_in_order_explain under parallel replicas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-ci pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky test: 04003_cast_nullable_read_in_order_explain

3 participants