Skip to content

25.8.15 Stable backport of #88341, #89914#1331

Merged
zvonand merged 3 commits intoreleases/25.8.15from
backports/25.8.15/88341
Jan 27, 2026
Merged

25.8.15 Stable backport of #88341, #89914#1331
zvonand merged 3 commits intoreleases/25.8.15from
backports/25.8.15/88341

Conversation

@zvonand
Copy link
Collaborator

@zvonand zvonand commented Jan 22, 2026

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in an official stable release)

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

CI/CD Options

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All with Aarch64
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • Tiered Storage (2h)

zvonand and others added 2 commits January 22, 2026 17:27
…show_databses

Show datalake catalogs in SHOW DATABASES query
@github-actions
Copy link

github-actions bot commented Jan 22, 2026

Workflow [PR], commit [c2f9c28]

@zvonand
Copy link
Collaborator Author

zvonand commented Jan 27, 2026

S3 fails: Altinity/clickhouse-regression#93

Aggregate fails: uniqTheta was updated in upstream, not related, test will be updated separately by QA team

@zvonand zvonand merged commit c885402 into releases/25.8.15 Jan 27, 2026
344 of 364 checks passed
@CarlosFelipeOR
Copy link
Collaborator

After this PR, the following regression tests started passing:

  • /iceberg/*/show tables queries
  • /iceberg/*/show data lake catalogs in system tables

These tests validate the expected behavior introduced by this PR.

Remaining failures in regression tests:

Adding the verified label.

@CarlosFelipeOR CarlosFelipeOR added the verified Verified by QA label Feb 2, 2026
@svb-alt svb-alt added 25.8.16 25.8.16 Stable 25.8.16.10001 25.8.16.10001 Stable and removed 25.8.15 25.8.15.10001 labels Feb 5, 2026
/// Note: please check if the key already exists to prevent duplicate entries.
addSettingsChanges(settings_changes_history, "25.8.13.10000",
{
{"show_data_lake_catalogs_in_system_tables", false, true, "Disable catalogs in system tables by default"},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The setting changed from true to false in this version, so the line should be:
"show_data_lake_catalogs_in_system_tables", true, false, "Disable catalogs in system tables by default"},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

25.8.16 25.8.16 Stable 25.8.16.10001 25.8.16.10001 Stable verified Verified by QA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants