Update SettingsChangesHistory.cpp by antaljanosbenjamin · Pull Request #104097 · ClickHouse/ClickHouse · GitHub
Skip to content

Update SettingsChangesHistory.cpp#104097

Merged
antaljanosbenjamin merged 2 commits into
masterfrom
fix-settings-changes-history-after-backporting-auto-spilling-join
May 6, 2026
Merged

Update SettingsChangesHistory.cpp#104097
antaljanosbenjamin merged 2 commits into
masterfrom
fix-settings-changes-history-after-backporting-auto-spilling-join

Conversation

@antaljanosbenjamin

@antaljanosbenjamin antaljanosbenjamin commented May 5, 2026

Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

FYI @alexey-milovidov

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

Version info

  • Merged into: 26.5.1.326

@clickhouse-gh

clickhouse-gh Bot commented May 5, 2026

Copy link
Copy Markdown
Contributor

@antaljanosbenjamin

Copy link
Copy Markdown
Member Author

Original PR: #97813
Backport PR: #103680

@clickhouse-gh clickhouse-gh Bot added the pr-not-for-changelog This PR should not be mentioned in the changelog label May 5, 2026
@Algunenano Algunenano self-assigned this May 5, 2026
@clickhouse-gh

clickhouse-gh Bot commented May 5, 2026

Copy link
Copy Markdown
Contributor

LLVM Coverage Report

Metric Baseline Current Δ
Lines 84.10% 84.00% -0.10%
Functions 91.10% 91.10% +0.00%
Branches 76.60% 76.60% +0.00%

Changed lines: 100.00% (12/12) · Uncovered code

Full report · Diff report

@alexey-milovidov

Copy link
Copy Markdown
Member

Why did clickhouse-test fail?

@antaljanosbenjamin

Copy link
Copy Markdown
Member Author

Why did clickhouse-test fail?

Good question. I briefly tried to figure it out, but failed in 10 minutes. I will have a look at it, but based on CIDB it doesn't look like a unique issue.

@antaljanosbenjamin

Copy link
Copy Markdown
Member Author

@antaljanosbenjamin antaljanosbenjamin added this pull request to the merge queue May 6, 2026
Merged via the queue into master with commit 1062737 May 6, 2026
158 of 165 checks passed
@antaljanosbenjamin antaljanosbenjamin deleted the fix-settings-changes-history-after-backporting-auto-spilling-join branch May 6, 2026 10:07
@robot-ch-test-poll robot-ch-test-poll added the pr-synced-to-cloud The PR is synced to the cloud repo label May 6, 2026
pull Bot pushed a commit to admariner/ClickHouse that referenced this pull request May 6, 2026
The flaky-check driver derives a test name from each changed file under
`tests/queries/0_stateless/` by stripping the file extension. When PR ClickHouse#104097
changed only `02995_settings_26_4_1.tsv` (a data file consumed by
`02995_new_settings_history.sh`), the driver produced the bogus pattern
`02995_settings_26_4_1.` and asked `clickhouse-test` to re-run it 50 times.
No test matches that pattern, so `clickhouse-test` printed
`Found 0 parallel tests and 0 sequential tests` and exited with code 1,
failing the flaky check.

Match files first against the known test extensions
(`.sql`, `.sql.j2`, `.sh`, `.py`, `.expect`); for supporting files such as
`.reference` or `.reference.j2`, walk back one extension at a time looking
for a sibling test source. Orphan data files like `02995_settings_26_4_1.tsv`
are now skipped instead of producing a filter that matches zero tests.

See ClickHouse#104097 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

4 participants