Antalya 26.6 - CI fixes continued#2071
Open
strtgbb wants to merge 12 commits into
Open
Conversation
The test relies on the automatic whole-partition force merge (`min_age_to_force_merge_on_partition_only`) reducing the number of active parts within a bounded wait. Under heavy parallel load two effects could starve that merge past the wait window, leaving an extra part and a result differing from the reference (`3` instead of `2` in the "disable limit" case): - `getBestPartitionToOptimizeEntire` skips the whole-partition merge while the server-wide background merge pool has fewer free slots than `number_of_free_entries_in_pool_to_execute_optimize_entire_partition` (default 25). On a busy runner this gate keeps firing. - Every merge-selection round that selects nothing multiplies the merge-selecting sleep by `merge_selecting_sleep_slowdown_factor` up to `max_merge_selecting_sleep_ms` (default 60s), so retries become sparse. Set `number_of_free_entries_in_pool_to_execute_optimize_entire_partition=1` and `max_merge_selecting_sleep_ms=1000` on the partition-only tables - the same guards the analogous test 03357_replacing_min_age_cleanup already uses. Closes: ClickHouse#107506 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…a-26.3 Signed-off-by: CarlosFelipeOR <carlosfelipeor@gmail.com>
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.
Changelog category (leave one):
Fix grype scan
Fix unstable tests
CI/CD Options
Exclude tests:
Regression jobs to run: