Skip to content

Filter QUERY_WAS_CANCELLED in test 01111_create_drop_replicated_db_stress#98465

Merged
alexey-milovidov merged 1 commit intomasterfrom
fix-01111-query-was-cancelled
Mar 2, 2026
Merged

Filter QUERY_WAS_CANCELLED in test 01111_create_drop_replicated_db_stress#98465
alexey-milovidov merged 1 commit intomasterfrom
fix-01111-query-was-cancelled

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):

...

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

Filter QUERY_WAS_CANCELLED exceptions from stdout in all functions of the 01111_create_drop_replicated_db_stress stress test. In this test, concurrent database creation and dropping causes DDL queries to be killed while pending in the Replicated database DDL queue, which is expected behavior under TSan.

CI report: https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=98447&sha=9168bcfe4d65887ae3cd2630d4c0f0d4169f66c9&name_0=PR&name_1=Stateless%20tests%20%28amd_tsan%2C%20s3%20storage%2C%20sequential%2C%201%2F2%29

…stress

In this stress test, concurrent database creation and dropping can cause
DDL queries to be killed while pending in the Replicated database DDL
queue, producing `QUERY_WAS_CANCELLED` exceptions. This is expected
behavior and should be filtered from stdout like other expected errors.

https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=98447&sha=9168bcfe4d65887ae3cd2630d4c0f0d4169f66c9&name_0=PR&name_1=Stateless%20tests%20%28amd_tsan%2C%20s3%20storage%2C%20sequential%2C%201%2F2%29

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 [9014187]

Summary:

@clickhouse-gh clickhouse-gh bot added the pr-ci label Mar 2, 2026
@alexey-milovidov alexey-milovidov self-assigned this Mar 2, 2026
@alexey-milovidov alexey-milovidov added this pull request to the merge queue Mar 2, 2026
Merged via the queue into master with commit 2a7e9d4 Mar 2, 2026
148 checks passed
@alexey-milovidov alexey-milovidov deleted the fix-01111-query-was-cancelled branch March 2, 2026 14:16
@robot-clickhouse robot-clickhouse added the pr-synced-to-cloud The PR is synced to the cloud repo label Mar 2, 2026
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.

2 participants