S3 Test Run Report

DateSep 06, 2025 2:21
Duration1h 2m
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#1002/8c3e74cc4c74747a44e6b745d75f542200b98b4c/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/s31/gcs/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/PRs/1002/8c3e74cc4c74747a44e6b745d75f542200b98b4c/package_aarch64/clickhouse-common-static_24.8.14.10521.altinitytest_arm64.deb
version24.8.14.10521.altinitytest
user.namestrtgbb
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashc5f44e1c6fdc201a22f3f073b2311de10d2695b0
job.nameS3 (gcs-1)
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/17507793141
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://s3.amazonaws.com/altinity-build-artifacts/PRs/1002/8c3e74cc4c74747a44e6b745d75f542200b98b4c/package_aarch64/clickhouse-common-static_24.8.14.10521.altinitytest_arm64.deb
as_binaryFalse
base_osNone
keeper_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerTrue
reuse_envFalse
storages['gcs']
minio_uriSecret(name='minio_uri')
minio_root_userSecret(name='minio_root_user')
minio_root_passwordSecret(name='minio_root_password')
aws_s3_bucketSecret(name='aws_s3_bucket')
aws_s3_regionSecret(name='aws_s3_region')
aws_s3_key_idSecret(name='aws_s3_key_id')
aws_s3_access_keySecret(name='aws_s3_access_key')
gcs_uriSecret(name='gcs_uri')
gcs_key_idSecret(name='gcs_key_id')
gcs_key_secretSecret(name='gcs_key_secret')
azure_account_nameSecret(name='azure_account_name')
azure_storage_keySecret(name='azure_storage_key')
azure_containerSecret(name='azure_container')

Summary

94.8%OK
1.9%Known

Statistics

Units Skip OK Fail XFail
Modules
1
1
Features
8
8
Scenarios
128
14
106
8
Checks
54
54
Examples
39
39
Steps
20450
20
20422
8

Known Fails

Test NameResultMessage
/s3/gcs/part 1/invalid table function/invalid wildcardXFail 967ms
doesn't work <25.1 https://github.com/ClickHouse/ClickHouse/issues/75492
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/regression.py", line 935, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../helpers/argparser.py", line 348, in capture_s3_args
    return func(self, s3_args=s3_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/regression.py", line 907, in regression
    Feature(test=gcs_regression)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/regression.py", line 850, in gcs_regression
    Feature(test=load("s3.tests.table_function_invalid", "gcs"))(uri=uri)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/table_function_invalid.py", line 411, in gcs
    outline(uri=uri)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/table_function_invalid.py", line 395, in outline
    scenario()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/table_function_invalid.py", line 158, in invalid_wildcard
    insert_from_s3_function_invalid(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/table_function_invalid.py", line 66, in insert_from_s3_function_invalid
    node.query(query, message=message, exitcode=exitcode, timeout=timeout)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../helpers/cluster.py", line 1179, in query
    assert r.exitcode == exitcode, error(r.output)
           ^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert r.exitcode == exitcode, error(r.output)

Assertion values
  assert r.exitcode == exitcode, error(r.output)
         ^ is 
  assert r.exitcode == exitcode, error(r.output)
         ^ is = 0
  assert r.exitcode == exitcode, error(r.output)
                       ^ is 243
  assert r.exitcode == exitcode, error(r.output)
                    ^ is = False
  assert r.exitcode == exitcode, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../helpers/cluster.py', line 1179 in 'query'

1171\|                      **kwargs,
1172\|                  )
1173\|  
1174\|          if no_checks:
1175\|              return r
1176\|  
1177\|          if exitcode is not None:
1178\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
1179\|>                 assert r.exitcode == exitcode, error(r.output)
1180\|  
1181\|          if message is not None:
1182\|              with (
/s3/gcs/part 1/disk/cacheXFail 1ms
Under development for 22.8 and newer.
None
/s3/gcs/part 1/disk/cache defaultXFail 1ms
Under development for 22.8 and newer.
None
/s3/gcs/part 1/disk/cache pathXFail 829us
Under development for 22.8 and newer.
None
/s3/gcs/part 1/disk/low cardinality offsetXFail 45s 520ms
https://github.com/ClickHouse/ClickHouse/pull/44875
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/regression.py", line 935, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../helpers/argparser.py", line 348, in capture_s3_args
    return func(self, s3_args=s3_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/regression.py", line 907, in regression
    Feature(test=gcs_regression)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/regression.py", line 851, in gcs_regression
    Feature(test=load("s3.tests.disk", "gcs"))(uri=uri, bucket_prefix=bucket_prefix)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/disk.py", line 2560, in gcs
    disk_tests(uri=uri, bucket_prefix=bucket_prefix)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/disk.py", line 2538, in disk_tests
    scenario()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/disk.py", line 2500, in low_cardinality_offset
    assert output == "23999\n", error()
           ^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert output == "23999\n", error()

Assertion values
  assert output == "23999\n", error()
         ^ is '23999'
  assert output == "23999\n", error()
                ^ is = False

  assert output == "23999\n", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/disk.py', line 2500 in 'low_cardinality_offset'

2492\|                      "1",
2493\|                  ),
2494\|                  (
2495\|                      "merge_tree_min_bytes_for_concurrent_read_for_remote_filesystem",
2496\|                      "1",
2497\|                  ),
2498\|              ],
2499\|          ).output
2500\|>         assert output == "23999\n", error()
2501\|  
2502\|  
2503\|  @TestFeature
/s3/gcs/part 1/disk/no restartXFail 18ms
https://github.com/ClickHouse/ClickHouse/issues/58924
None
/s3/gcs/part 1/invalid disk/cache path conflictXFail 2ms
Under development for 22.8 and newer.
None

Results

Test Name Result Duration
/s3 OK 1h 2m
/s3/gcs OK 1h 2m
/s3/gcs/part 1 OK 1h 0m
/s3/gcs/part 1/sanity OK 48s 411ms
/s3/gcs/part 1/sanity/sanity OK 7s 901ms
/s3/gcs/part 1/table function OK 6m 42s
/s3/gcs/part 1/table function/auto OK 1m 29s
/s3/gcs/part 1/table function/compression OK 1m 35s
/s3/gcs/part 1/table function/credentials OK 815ms
/s3/gcs/part 1/table function/credentials s3Cluster OK 8s 276ms
/s3/gcs/part 1/table function/data format OK 54s 783ms
/s3/gcs/part 1/table function/measure file size Skip 1ms
/s3/gcs/part 1/table function/measure file size s3Cluster Skip 1ms
/s3/gcs/part 1/table function/multipart OK 3s 721ms
/s3/gcs/part 1/table function/multiple columns OK 1s 203ms
/s3/gcs/part 1/table function/partition OK 1s 210ms
/s3/gcs/part 1/table function/partition s3Cluster OK 8s 132ms
/s3/gcs/part 1/table function/remote host filter OK 45s 822ms
/s3/gcs/part 1/table function/syntax OK 970ms
/s3/gcs/part 1/table function/syntax s3Cluster OK 8s 467ms
/s3/gcs/part 1/table function/wildcard OK 1m 22s
/s3/gcs/part 1/invalid table function OK 3s 139ms
/s3/gcs/part 1/invalid table function/empty path OK 224ms
/s3/gcs/part 1/invalid table function/empty structure OK 237ms
/s3/gcs/part 1/invalid table function/invalid bucket OK 277ms
/s3/gcs/part 1/invalid table function/invalid compression OK 232ms
/s3/gcs/part 1/invalid table function/invalid credentials OK 410ms
/s3/gcs/part 1/invalid table function/invalid format OK 467ms
/s3/gcs/part 1/invalid table function/invalid path OK 53ms
/s3/gcs/part 1/invalid table function/invalid region Skip 1ms
/s3/gcs/part 1/invalid table function/invalid structure OK 244ms
/s3/gcs/part 1/invalid table function/invalid wildcard XFail 967ms
/s3/gcs/part 1/disk OK 33m 38s
/s3/gcs/part 1/disk/access OK 46s 53ms
/s3/gcs/part 1/disk/access skip check OK 45s 292ms
/s3/gcs/part 1/disk/add storage OK 1m 29s
/s3/gcs/part 1/disk/alter move OK 54s 631ms
/s3/gcs/part 1/disk/alter on cluster modify ttl OK 1m 34s
/s3/gcs/part 1/disk/cache XFail 1ms
/s3/gcs/part 1/disk/cache default XFail 1ms
/s3/gcs/part 1/disk/cache path XFail 829us
/s3/gcs/part 1/disk/compact parts OK 42s 462ms
/s3/gcs/part 1/disk/config over restart OK 1m 5s
/s3/gcs/part 1/disk/default move factor OK 54s 820ms
/s3/gcs/part 1/disk/delete OK 3m 2s
/s3/gcs/part 1/disk/download appropriate disk OK 1m 14s
/s3/gcs/part 1/disk/drop sync OK 49s 222ms
/s3/gcs/part 1/disk/environment credentials Skip 1ms
/s3/gcs/part 1/disk/exports OK 48s 323ms
/s3/gcs/part 1/disk/generic url Skip 2ms
/s3/gcs/part 1/disk/imports OK 48s 524ms
/s3/gcs/part 1/disk/log OK 2m 32s
/s3/gcs/part 1/disk/low cardinality offset XFail 45s 520ms
/s3/gcs/part 1/disk/max single part upload size syntax OK 46s 514ms
/s3/gcs/part 1/disk/mergetree OK 3m 17s
/s3/gcs/part 1/disk/mergetree collapsing OK 50s 148ms
/s3/gcs/part 1/disk/mergetree versionedcollapsing OK 52s 298ms
/s3/gcs/part 1/disk/metadata OK 48s 28ms
/s3/gcs/part 1/disk/min bytes for seek syntax OK 45s 767ms
/s3/gcs/part 1/disk/multiple storage OK 48s 746ms
/s3/gcs/part 1/disk/multiple storage query OK 52s 63ms
/s3/gcs/part 1/disk/no restart XFail 18ms
/s3/gcs/part 1/disk/perform ttl move on insert OK 1m 28s
/s3/gcs/part 1/disk/perform ttl move on insert default OK 48s 347ms
/s3/gcs/part 1/disk/performance ttl move OK 1m 4s
/s3/gcs/part 1/disk/remote host filter OK 1m 27s
/s3/gcs/part 1/disk/specific url Skip 921us
/s3/gcs/part 1/disk/syntax OK 48s 134ms
/s3/gcs/part 1/disk/wide parts OK 44s 182ms
/s3/gcs/part 1/invalid disk OK 3m 52s
/s3/gcs/part 1/invalid disk/access default OK 16s 794ms
/s3/gcs/part 1/invalid disk/access failed OK 13s 680ms
/s3/gcs/part 1/invalid disk/access failed skip check OK 44s 876ms
/s3/gcs/part 1/invalid disk/cache path conflict XFail 2ms
/s3/gcs/part 1/invalid disk/empty endpoint OK 10s 669ms
/s3/gcs/part 1/invalid disk/invalid endpoint OK 2m 5s
/s3/gcs/part 1/invalid disk/invalid type OK 21s 286ms
/s3/gcs/part 1/alter OK 14m 57s
/s3/gcs/part 1/alter/normal OK 3m 39s
/s3/gcs/part 1/alter/normal/attach from OK 12s 842ms
/s3/gcs/part 1/alter/normal/columns OK 10s 130ms
/s3/gcs/part 1/alter/normal/detach OK 20s 402ms
/s3/gcs/part 1/alter/normal/drop OK 49s 428ms
/s3/gcs/part 1/alter/normal/fetch OK 27s 91ms
/s3/gcs/part 1/alter/normal/freeze OK 22s 374ms
/s3/gcs/part 1/alter/normal/index OK 10s 636ms
/s3/gcs/part 1/alter/normal/move to table OK 16s 938ms
/s3/gcs/part 1/alter/normal/order by OK 7s 402ms
/s3/gcs/part 1/alter/normal/projection OK 12s 329ms
/s3/gcs/part 1/alter/normal/replace OK 14s 824ms
/s3/gcs/part 1/alter/normal/sample by OK 6s 821ms
/s3/gcs/part 1/alter/normal/update delete OK 8s 215ms
/s3/gcs/part 1/alter/encrypted OK 5m 22s
/s3/gcs/part 1/alter/encrypted/attach from OK 13s 925ms
/s3/gcs/part 1/alter/encrypted/columns OK 17s 276ms
/s3/gcs/part 1/alter/encrypted/detach OK 36s 648ms
/s3/gcs/part 1/alter/encrypted/drop OK 1m 12s
/s3/gcs/part 1/alter/encrypted/fetch OK 38s 938ms
/s3/gcs/part 1/alter/encrypted/freeze OK 28s 735ms
/s3/gcs/part 1/alter/encrypted/index OK 15s 221ms
/s3/gcs/part 1/alter/encrypted/move to table OK 31s 40ms
/s3/gcs/part 1/alter/encrypted/order by OK 8s 410ms
/s3/gcs/part 1/alter/encrypted/projection OK 17s 667ms
/s3/gcs/part 1/alter/encrypted/replace OK 18s 393ms
/s3/gcs/part 1/alter/encrypted/sample by OK 7s 915ms
/s3/gcs/part 1/alter/encrypted/update delete OK 15s 326ms
/s3/gcs/part 1/alter/zero copy OK 1m 48s
/s3/gcs/part 1/alter/zero copy/attach from OK 12s 889ms
/s3/gcs/part 1/alter/zero copy/columns OK 17s 935ms
/s3/gcs/part 1/alter/zero copy/detach Skip 1ms
/s3/gcs/part 1/alter/zero copy/drop Skip 1ms
/s3/gcs/part 1/alter/zero copy/fetch Skip 813us
/s3/gcs/part 1/alter/zero copy/freeze Skip 1ms
/s3/gcs/part 1/alter/zero copy/index OK 10s 691ms
/s3/gcs/part 1/alter/zero copy/move to table OK 17s 322ms
/s3/gcs/part 1/alter/zero copy/order by OK 7s 64ms
/s3/gcs/part 1/alter/zero copy/projection OK 11s 857ms
/s3/gcs/part 1/alter/zero copy/replace OK 14s 905ms
/s3/gcs/part 1/alter/zero copy/sample by OK 7s 317ms
/s3/gcs/part 1/alter/zero copy/update delete OK 8s 549ms
/s3/gcs/part 1/alter/zero copy encrypted OK 2m 37s
/s3/gcs/part 1/alter/zero copy encrypted/attach from OK 17s 178ms
/s3/gcs/part 1/alter/zero copy encrypted/columns OK 19s 344ms
/s3/gcs/part 1/alter/zero copy encrypted/detach Skip 1ms
/s3/gcs/part 1/alter/zero copy encrypted/drop Skip 958us
/s3/gcs/part 1/alter/zero copy encrypted/fetch Skip 851us
/s3/gcs/part 1/alter/zero copy encrypted/freeze Skip 977us
/s3/gcs/part 1/alter/zero copy encrypted/index OK 14s 746ms
/s3/gcs/part 1/alter/zero copy encrypted/move to table OK 28s 637ms
/s3/gcs/part 1/alter/zero copy encrypted/order by OK 8s 181ms
/s3/gcs/part 1/alter/zero copy encrypted/projection OK 17s 764ms
/s3/gcs/part 1/alter/zero copy encrypted/replace OK 27s 514ms
/s3/gcs/part 1/alter/zero copy encrypted/sample by OK 8s 146ms
/s3/gcs/part 1/alter/zero copy encrypted/update delete OK 15s 919ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922