Skip to content

Antalya 26.8 - Bump to v26.8.6.5-lts - #2358

Open
strtgbb wants to merge 293 commits into
antalya-26.8from
rebase-cicd-v26.8.3.105-lts
Open

strtgbb wants to merge 293 commits into
antalya-26.8from
rebase-cicd-v26.8.3.105-lts

Conversation

@strtgbb

@strtgbb strtgbb commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator

Changelog category (leave one):

  • CI Fix or Improvement (changelog entry is not required)

CI/CD Options

Exclude tests:

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

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • CAS (content-addressed storage; Antalya only)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • OAuth (5m)
  • 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 September 3, 2026 11:17
…er config-reload tests racing with the background config reloader
…ting an empty range with an -Array combinator
…6109

Backport ClickHouse#116109 to 26.8: Fix flaky test_default_session_user config-reload tests racing with the background config reloader
…7737

Backport ClickHouse#117737 to 26.8: Do not run the format_schema_source='query' schema query without a user
…9331

Backport ClickHouse#109331 to 26.8: Enforce TABLE ENGINE grant in table functions
…6727

Backport ClickHouse#116727 to 26.8: Fix pointer overflow when aggregating an empty range with an -Array combinator
…7370

Backport ClickHouse#117370 to 26.8: Check the overflow when allocating a block of aggregate function states
…7700

Backport ClickHouse#117700 to 26.8: Fix rseq on amd64 (was never used in release binaries)
… a backup whose entry name is not normalized
…indexed column after a lazy or unfinished ALTER
…7371

Backport ClickHouse#117371 to 26.8: Fix path traversal when restoring a backup whose entry name is not normalized
…6549

Backport ClickHouse#116549 to 26.8: Fix logical error reading a text-indexed column after a lazy or unfinished ALTER
…4873

Backport ClickHouse#114873 to 26.8: Don't use JSON skip indexes for combined literal+sub-object subcolumns
…drain residue before spilling on query memory
…ateTime causing data loss on 32-bit overflow
…7326

Backport ClickHouse#117326 to 26.8: Release the adaptive aggregation drain residue before spilling on query memory
…y parent so `RemoveRecursive` preprocessing does not scan all uncommitted nodes
…7778

Backport ClickHouse#117778 to 26.8: Keeper: index uncommitted nodes by parent so `RemoveRecursive` preprocessing does not scan all uncommitted nodes
… potential memory overwrite with overlong time zones
…source grant for an EmbeddedRocksDB table with an explicit rocksdb_dir""
…7925

Backport ClickHouse#117925 to 26.8: `formatDateTimeInJodaSyntax`: Fix potential memory overwrite with overlong time zones
clickhouse-gh Bot and others added 15 commits September 15, 2026 00:22
…9849

Backport ClickHouse#119849 to 26.8: Check the schema of every block a client sends for an external table
…ifest bounds for `int` and `date` columns
…7571

Backport ClickHouse#117571 to 26.8: Fix the byte width of Iceberg manifest bounds for `int` and `date` columns
…7563

Backport ClickHouse#117563 to 26.8: Enforce single use of TOTP codes (RFC 6238)
`HungCheckMonitor` / `probed_server_is_gone` from ClickHouse#115692 look at `args.http_port`. The 26.8 backport did not bring Inc's test stub (`6e9ebad`), so `CI Tests` crashed on the fixture `Args` and reported `INTERNAL_ERROR` instead of `LIVENESS_CHECK_FAILED`.

https: //github.com/Altinity/ClickHouse/actions/runs/34863139502
https: //github.com/ClickHouse/pull/115692
https: //github.com/ClickHouse/ClickHouse/commit/6e9ebad8c34668a243e6fa20cf183b787e4fe19b
Co-authored-by: Cursor <cursoragent@cursor.com>
…callbacks from the context when cloning a read
Hard-coding `dockerhub-proxy.dockerhub-proxy-zone` broke local and non-EU runs; Euro CI still uses the mirror when it answers first.

Co-authored-by: Cursor <cursoragent@cursor.com>
…8933

Backport ClickHouse#118933 to 26.8: Split the ASan integration test jobs into eight batches
…4022

Backport ClickHouse#114022 to 26.8: Do not resolve parallel-replicas callbacks from the context when cloning a read
…3515

Backport ClickHouse#113515 to 26.8: Fix logical error for RIGHT JOIN with parallel replicas
@strtgbb strtgbb changed the title Antalya 26.8 - Bump to v26.8.4.11-lts Antalya 26.8 - Bump to v26.8.3.105-lts Sep 15, 2026
@strtgbb strtgbb changed the title Antalya 26.8 - Bump to v26.8.3.105-lts Antalya 26.8 - Bump to v26.8.5.13-lts Sep 15, 2026
@strtgbb strtgbb changed the title Antalya 26.8 - Bump to v26.8.5.13-lts Antalya 26.8 - Bump to v26.8.6.5-lts Sep 16, 2026
strtgbb and others added 2 commits September 16, 2026 19:58
SimSIMD detects CPU features in `_simsimd_capabilities_arm`. A pragma in
simsimd.h compiles that function with SVE enabled. Sanitizer codegen emits
an SVE instruction there. On ARM CPUs without SVE the CPU raises SIGILL and
the server dies.

Stress test (arm_tsan) hits this on 03369_l2_distance_transposed_variadic
and loses the rest of the run. Reproduced outside CI with a single test on
an ARM VM without SVE.

Drop this once the probe is fixed upstream.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: CarlosFelipeOR <carlosfelipeor@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

antalya antalya-26.8 Session label (releasy session config)

Projects

None yet

Development

Successfully merging this pull request may close these issues.