Skip to content

Antalya 26.1: bump to 26.1.6#1578

Merged
zvonand merged 104 commits intoantalya-26.1from
bump/antalya-26.1/26.1.6
Mar 27, 2026
Merged

Antalya 26.1: bump to 26.1.6#1578
zvonand merged 104 commits intoantalya-26.1from
bump/antalya-26.1/26.1.6

Conversation

@zvonand
Copy link
Copy Markdown
Collaborator

@zvonand zvonand commented Mar 25, 2026

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

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)
  • S3 Export (2h)
  • Swarms (30m)
  • Tiered Storage (2h)

robot-clickhouse and others added 30 commits February 10, 2026 10:32
…to extract rewrite; fix exception with group_by_use_nulls
Backport ClickHouse#98276 to 26.1: Fix off-by-one in ToDateMonotonicity boundary check
Backport ClickHouse#97748 to 26.1: Fix `ActiveDataPartSet::hasPartitionId`
Backport ClickHouse#98555 to 26.1: Fix usage of text index with other skip indexes
Backport ClickHouse#97682 to 26.1: Fix row policy bypass via `loop` table function
Backport ClickHouse#98115 to 26.1: Enforce READ ON FILE checks for scalar file() and DESCRIBE TABLE file().
Backport ClickHouse#98740 to 26.1: CI: skip all jobs for release PRs in filter_job hook
…not being able to read older serialized states after introduction of `Nullable(Tuple)`
…lness with OR with false (i.e. or(x, 0)) predicate
Backport ClickHouse#97502 to 26.1: Fix `sumCount` aggregate function not being able to read older serialized states after introduction of `Nullable(Tuple)`
alexey-milovidov and others added 20 commits March 17, 2026 21:15
Backport ClickHouse#99036 to 26.1:  Fix server crash when dropping a patch part after schema change
Backport ClickHouse#99351 to 26.1: Fix CHECK TABLE with sparse serialization inside Tuple with Dynamic
Backport ClickHouse#99081 to 26.1: Fix segfault in recursive CTE with `remote()` + `view()`
Backport ClickHouse#99661 to 26.1: Fix reading of text index with lightweight deletes and row policies
…ReadBufferFromFileDescriptor with O_DIRECT
Backport ClickHouse#99678 to 26.1: Fix incorrect seek in AsynchronousReadBufferFromFileDescriptor with O_DIRECT
The cherry-picked `REGULAR(patch_parts_reverse_column_order)` line was
missing a trailing backslash to continue the multi-line macro, causing
a build failure.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Backport ClickHouse#99587 to 26.1: Prune unused columns from ARRAY JOIN
Backport ClickHouse#99164 to 26.1: Fix LOGICAL_ERROR due to patch parts column order mismatch
…hen upgrading replicated tables from 25.10
Remove `add_minmax_index_for_temporal_columns` check from `registerStorageMergeTree`
— this field and `isDateOrDate32OrTimeOrTime64OrDateTimeOrDateTime64` don't exist on
26.1 (introduced in master by cea1575 for 26.2). The temporal check is irrelevant
here since temporal implicit indices were never stored in Keeper metadata by any version
that 26.1 would upgrade from.

Also fix the cherry-pick merge issue where the outer `if` duplicated the
`args.mode <= LoadingStrictnessLevel::CREATE` check, making the backward-compat
re-marking code unreachable.

ClickHouse#100073

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Backport ClickHouse#99976 to 26.1: Fix assertion failure in CRoaring on self-merge of NumericIndexedVector
Backport ClickHouse#99392 to 26.1: Fix implicit index compatibility when upgrading replicated tables from 25.10
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 25, 2026

Workflow [PR], commit [f993e49]

@CarlosFelipeOR
Copy link
Copy Markdown
Collaborator

CarlosFelipeOR commented Mar 26, 2026

QA Verification

Regression Tests

All failures in the regression test suites are caused by the outdated regression test commit hash (a54216bbc). The affected suites (Settings, Aggregate Functions, Parquet, Export Part) have already been addressed by the QA team on the current main branch. The Swarms suite failures are still under investigation but are not related to this PR. PR #1520 updates the commit hash.

Stateless and Integration Tests

All failing tests are pre-existing flaky tests, not caused by changes in this PR:

  • test_s3_cluster/test.py::test_graceful_shutdown (Integration, 2 failures) — Known flaky test with a 3.8% fail rate (20/530) over the last 30 days across multiple PRs, branches (antalya-26.1, antalya-25.8, master), and build types.

  • test_backup_restore_s3/test.py::test_backup_to_s3_different_credentials[data_file_name_from_checksum-native_multipart] (Integration, 1 failure) — Known flaky test with a 1.5% fail rate (49/3183) in Altinity CI and also fails upstream (365/105832, 0.3%). Failures span multiple PRs and master runs.

  • 04003_cast_nullable_read_in_order_explain (Stateless, 2 failures) — New test introduced by the 26.1.6 bump. Ran 16 times across different jobs in this PR, passed 14 times. Both failures occurred in ParallelReplicas, s3 storage, parallel mode only, and the test passed on rerun in the same job. Also flaky upstream (68/51771, 0.13%).

  • 02883_zookeeper_finalize_stress (Stateless, 1 failure) — Known flaky test concentrated on arm_asan, targeted builds. 7 of the 9 failures in the last 60 days are on that specific job, spread across multiple PRs. Also fails upstream (4/48747). Not related to this PR's changes.

Verdict

All failures are explained and unrelated to this PR.

Approved. Adding verified label.

@CarlosFelipeOR CarlosFelipeOR added the verified Verified by QA label Mar 26, 2026
@zvonand zvonand merged commit d91a4a7 into antalya-26.1 Mar 27, 2026
480 of 510 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.