Skip to content

Make 02790_async_queries_in_query_log stable#80851

Merged
Algunenano merged 1 commit intoClickHouse:masterfrom
Algunenano:02790_async_queries_in_query_log_stable
May 27, 2025
Merged

Make 02790_async_queries_in_query_log stable#80851
Algunenano merged 1 commit intoClickHouse:masterfrom
Algunenano:02790_async_queries_in_query_log_stable

Conversation

@Algunenano
Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

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

Make 02790_async_queries_in_query_log stable

Apparently there were some hacks before that made us ignore errors in some corner cases (like the first MV) and materialized_views_ignore_errors was not working fully as expected. #77309 fixed that and now things work as expected, which also means that the only way to guarantee the data will land in the landing for sure is to use materialized_views_ignore_errors=1. If you don't use the setting, then data might or might not land which made the test flaky.

Closes #80813

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented May 26, 2025

Workflow [PR], commit [ae573b1]

@clickhouse-gh clickhouse-gh bot added the pr-not-for-changelog This PR should not be mentioned in the changelog label May 26, 2025
@CheSema CheSema self-assigned this May 26, 2025
@Algunenano Algunenano added this pull request to the merge queue May 27, 2025
Merged via the queue into ClickHouse:master with commit 0ed78d5 May 27, 2025
120 checks passed
@Algunenano Algunenano deleted the 02790_async_queries_in_query_log_stable branch May 27, 2025 11:00
robot-clickhouse-ci-2 added a commit that referenced this pull request May 27, 2025
Cherry pick #80851 to 25.5: Make 02790_async_queries_in_query_log stable
@robot-ch-test-poll1 robot-ch-test-poll1 added pr-synced-to-cloud The PR is synced to the cloud repo pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore labels May 27, 2025
Algunenano added a commit that referenced this pull request May 27, 2025
Backport #80851 to 25.5: Make 02790_async_queries_in_query_log stable
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-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore 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.

Test 02790_async_queries_in_query_log is flaky

3 participants