{{ message }}
Temporarily disable server-side AST fuzzer in Stress Test and BuzzHouse#100439
Merged
Conversation
Set `ast_fuzzer_runs` back to 0 (default) in stress test and BuzzHouse CI configs while stability issues are being addressed. See #100437 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Algunenano
added a commit
to Algunenano/ClickHouse
that referenced
this pull request
Mar 23, 2026
The stress test profile sets `ast_fuzzer_runs=5`, enabling server-side AST fuzzing for all queries. When the hung check runs its `SELECT count() FROM system.processes` query via HTTP, the fuzzer mutates it and spawns additional queries that appear in the processlist — creating a self-referential loop where the hung check always sees > 0 queries. Two fixes: 1. Add `ast_fuzzer_runs=0` to the default HTTP params in `clickhouse_execute_http`, so infrastructure queries are not fuzzed. 2. When `get_processlist_with_stacktraces` times out, re-check `get_processlist_size` — if queries finished, don't fail. References: ClickHouse#100439 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 task
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Temporarily disable
ast_fuzzer_runsin Stress Test and BuzzHouse CI configs while stability issues are being addressed.Alternative to full revert in #100437 — this only removes the CI config settings without reverting the C++ code improvements.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
...
Documentation entry for user-facing changes
Version info
26.4.1.152