Antalya 25.8: Update regression hash - Fix Export Partition by CarlosFelipeOR · Pull Request #1352 · Altinity/ClickHouse · GitHub
Skip to content

Antalya 25.8: Update regression hash - Fix Export Partition#1352

Merged
MyroTk merged 2 commits into
antalya-25.8from
qa/update-regression-hash
Jan 29, 2026
Merged

Antalya 25.8: Update regression hash - Fix Export Partition#1352
MyroTk merged 2 commits into
antalya-25.8from
qa/update-regression-hash

Conversation

@CarlosFelipeOR

Copy link
Copy Markdown
Collaborator

Changelog category (leave one):

  • CI Fix or Improvement (changelog entry is not required)
  • 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)
  • Tiered Storage (2h)

@github-actions

github-actions Bot commented Jan 28, 2026

Copy link
Copy Markdown

@MyroTk MyroTk merged commit f2260bb into antalya-25.8 Jan 29, 2026
69 checks passed
@CarlosFelipeOR

Copy link
Copy Markdown
Collaborator Author

This PR only updates the regression commit hash. The remaining CI failures were reviewed and can be ignored:

@Selfeer

Selfeer commented Jan 29, 2026

Copy link
Copy Markdown
Collaborator

The reason the /s3/minio/export tests/export part/system monitoring/system tables columns test fail here: https://github.com/Altinity/ClickHouse/actions/runs/21453767736/job/61812473251 is because it seems lke the changes made in #1330 are not part of this PR hence the required field missing in the system table:

Missing columns in system.exports: {'query_id'}. Expected: ['bytes_read_uncompressed', 'create_time', 'destination_database', 
'destination_file_paths', 'destination_table', 'elapsed', 'memory_usage', 'part_name', 'peak_memory_usage', 'query_id', 'rows_read', 
'source_database', 'source_table', 'total_rows_to_read', 'total_size_bytes_compressed', 'total_size_bytes_uncompressed'], Actual: 
['bytes_read_uncompressed', 'create_time', 'destination_database', 'destination_file_paths', 'destination_table', 'elapsed', 
'memory_usage', 'part_name', 'peak_memory_usage', 'rows_read', 'source_database', 'source_table', 'total_rows_to_read', 'total_size_bytes_compressed', 'total_size_bytes_uncompressed']

You can see the export part test green in the antalya branch itself after the merge: https://github.com/Altinity/ClickHouse/actions/runs/21463972117/job/61822269243

Run python3 -u s3/regression.py --clickhouse https://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-25.8/f3a7dcee7b8562c69d7c37f353fbb4a39ba0c03f/build_amd_release/clickhouse --storage minio --test-to-end --no-colors --local --collect-service-logs --output new-fails --attr project="${GITHUB_REPOSITORY}" project.id="${GITHUB_REPOSITORY_ID}" user.name="${GITHUB_ACTOR}" version="25.8.14.20001.altinityantalya" package="$clickhouse_path" repository="https://github.com/Altinity/clickhouse-regression" commit.hash="$(git rev-parse HEAD)" job.name=$GITHUB_JOB job.retry=$GITHUB_RUN_ATTEMPT job.url="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" arch="$(uname -i)" --cicd --log raw.log --with-analyzer --only ":/try*" "minio/export tests/export part/*" || EXITCODE=$?; .github/add_link_to_logs.sh; exit $EXITCODE

Coverage

SRS-015 ClickHouse S3 External Storage
  137 requirements (137 untested 100.0%)

SRS-015 ClickHouse Export Part to S3
  50 requirements (44 satisfied 88.0%, 6 untested 12.0%)

Total
  187 requirements (44 satisfied 23.5%, 143 untested 76.5%)

1 module (1 ok)
16 features (16 ok)
83 scenarios (83 ok)
49 combinations (49 ok)
169 examples (169 ok)
1386 retries (831 ok, 243 failed, 312 retried)
70600 steps (70565 ok, 35 retried)

Total time 1h 20m

@Selfeer

Selfeer commented Jan 29, 2026

Copy link
Copy Markdown
Collaborator

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants