Skip to content

Antalya 26.1 - CICD Clean up loose ends#1433

Open
strtgbb wants to merge 17 commits intoantalya-26.1from
misc-fixes-26.1
Open

Antalya 26.1 - CICD Clean up loose ends#1433
strtgbb wants to merge 17 commits intoantalya-26.1from
misc-fixes-26.1

Conversation

@strtgbb
Copy link
Collaborator

@strtgbb strtgbb commented Feb 19, 2026

Changelog category (leave one):

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

This PR ports less important features of the Antalya 25.8 pipeline to Antalya 26.1

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)

@strtgbb strtgbb added cicd Improvements and fixes to the CICD process antalya-26.1 labels Feb 19, 2026
@github-actions
Copy link

github-actions bot commented Feb 19, 2026

Workflow [PR], commit [cf9014c]

@strtgbb strtgbb force-pushed the misc-fixes-26.1 branch 2 times, most recently from 05a25ec to 3566c04 Compare February 19, 2026 18:59
strtgbb and others added 2 commits February 26, 2026 20:45
Remove the `ProfileEvents['UserTimeMicroseconds'] > 0` check from all
three queries. This counter comes from `getrusage` which has coarse
resolution (typically 1-4 ms on Linux). For small/fast merges (20000
rows), the operation completes so quickly that user time rounds down to
zero, causing sporadic failures.

The higher-resolution `OSCPUVirtualTimeMicroseconds` check (via
`clock_gettime(CLOCK_THREAD_CPUTIME_ID)`) is retained.

ClickHouse#85891

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

antalya-26.1 antalya-26.1.3.20001 cicd Improvements and fixes to the CICD process

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants