Skip to content

tests: fix 02597_column_* flakiness#76345

Merged
alexey-milovidov merged 1 commit intoClickHouse:masterfrom
azat:tests/02597_column_delete_and_replication
Feb 22, 2025
Merged

tests: fix 02597_column_* flakiness#76345
alexey-milovidov merged 1 commit intoClickHouse:masterfrom
azat:tests/02597_column_delete_and_replication

Conversation

@azat
Copy link
Copy Markdown
Member

@azat azat commented Feb 18, 2025

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Changes

  • use throwIf() + KILL MUTATION over sleep()
  • disable for SMT - it checks completelly different there, note that
    02597_column_update_tricky_expression_and_replication was not even
    tested due to script-in-script architecture of the test.

Refs: #74798 (@nickitat)
Refs: #74826 (reverts it back)
Refs: #50181 (@KochetovNicolai @alesapin)
Refs: #67873 (@thevar1able)
Fixes: #58799

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Feb 18, 2025

Workflow [PR], commit [40041a3]

@clickhouse-gh clickhouse-gh bot added the pr-not-for-changelog This PR should not be mentioned in the changelog label Feb 18, 2025
@azat azat added the 🍃 green ci 🌿 Fixing flaky tests in CI label Feb 18, 2025
@davenger davenger self-assigned this Feb 18, 2025
@azat azat force-pushed the tests/02597_column_delete_and_replication branch from 4614e13 to 1226c20 Compare February 19, 2025 21:39
- use throwIf() + KILL MUTATION over sleep()
- disable for SMT - it checks completelly different there, note that
  02597_column_update_tricky_expression_and_replication was not even
  tested due to test-in-test architecture of the test.

Refs: ClickHouse#74798 (@nickitat)
Refs: ClickHouse#74826 (reverts it back)
Refs: ClickHouse#50181
Fixes: ClickHouse#58799
@azat azat force-pushed the tests/02597_column_delete_and_replication branch from 1226c20 to 40041a3 Compare February 19, 2025 21:39
@azat azat changed the title tests: fix 02597_column_delete_and_replication flakiness (do not rely on sleep) tests: fix 02597_column_* flakiness Feb 19, 2025
@azat
Copy link
Copy Markdown
Member Author

azat commented Feb 20, 2025

@KochetovNicolai or @alesapin can you PTAL?

@alexey-milovidov alexey-milovidov added this pull request to the merge queue Feb 22, 2025
Merged via the queue into ClickHouse:master with commit d796899 Feb 22, 2025
124 checks passed
@robot-clickhouse robot-clickhouse added the pr-synced-to-cloud The PR is synced to the cloud repo label Feb 22, 2025
@azat azat deleted the tests/02597_column_delete_and_replication branch March 4, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🍃 green ci 🌿 Fixing flaky tests in CI pr-not-for-changelog This PR should not be mentioned in the changelog 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.

02597_column_delete_and_replication is flaky

4 participants