Stable 25.3.14 - CI fixes: job timeouts, TSan test timeouts, and stale report after rerun - #2410
Merged
Merged
Conversation
(cherry picked from commit a8860b0) Signed-off-by: CarlosFelipeOR <carlosfelipeor@gmail.com>
Ported by hand from upstream ClickHouse#84510 (0cba6f5), not cherry-picked: the upstream commit also drops `SET max_execution_time = 600;`, which does not exist on this branch, and the neighbouring context differs (`allow_experimental_vector_similarity_index` here vs `enable_vector_similarity_index` upstream). Only the tag change applies. Both tests sit at the 600s ceiling on `Stateless tests (tsan) [6/6]`: 02354_vector_search_expansion_search timed out in 11 of the last 45 runs of that shard and averages 524s on release runs. Signed-off-by: CarlosFelipeOR <carlosfelipeor@gmail.com>
…or release Signed-off-by: CarlosFelipeOR <carlosfelipeor@gmail.com>
Ports the anchor CTE from #1572 and #2142, keeping only rows at or after the latest result batch per check_name. The guard excludes STARTED/COMPLETED instead of praktika's Pre Hooks/Post Hooks, since COMPLETED lands after the tests on the old CI and would otherwise hide every failure. Signed-off-by: CarlosFelipeOR <carlosfelipeor@gmail.com>
CarlosFelipeOR
force-pushed
the
ci/25.3.14-ci-fixes
branch
from
September 20, 2026 19:03
6637437 to
d4fb00e
Compare
MyroTk
approved these changes
Sep 20, 2026
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.
00988_expansion_aliases_limit— cherry-pick of ClickHouse#84067:SET max_expanded_ast_elements = 10000. The test was hitting the 600s limit under TSan.02354_vector_search_*—no-tsantag on both tests, ported by hand from ClickHouse#84510. Same problem: 11 timeouts in the last 45 runs of that shard.tests/ci/ci_config.py) — asan 2h→4h, asan old analyzer 3h→4h, tsan 3h→4h, release 2h→3h. asan was the only sanitizer job still on the default and hit the ceiling in 10.2% of runs.create_workflow_report.py) — anchor CTE percheck_namefrom Antalya 26.1 - Fix report old results #1572 and Antalya-26.6 - fix integration test fails being hidden in report #2142, withSTARTED/COMPLETEDin the guard instead ofPre Hooks/Post Hooks.Changelog category (leave one):
CI/CD Options
Exclude tests:
Regression jobs to run: