S3 Test Run Report

DateSep 09, 2025 13:45
Duration1h 6m
Framework TestFlows 2.0.250110.1002922

Artifacts

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

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/PRs/1002/5178f8c68522cab89d01f465930cbb0e5b78da53/package_aarch64/clickhouse-common-static_24.8.14.10504.altinitytest_arm64.deb
version24.8.14.10504.altinitytest
user.namestrtgbb
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashfd33d9e73ebd14392d601d87902ddf0e7c90709c
job.nameS3 (gcs-1)
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/17582062113
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://s3.amazonaws.com/altinity-build-artifacts/PRs/1002/5178f8c68522cab89d01f465930cbb0e5b78da53/package_aarch64/clickhouse-common-static_24.8.14.10504.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 Retried
Modules
1
1
Features
8
8
Scenarios
128
14
106
8
Checks
54
54
Examples
39
39
Steps
20444
20
20415
8
1

Known Fails

Test NameResultMessage
/s3/gcs/part 1/invalid table function/invalid wildcardXFail 922ms
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 1ms
Under development for 22.8 and newer.
None
/s3/gcs/part 1/disk/low cardinality offsetXFail 45s 901ms
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 2ms
https://github.com/ClickHouse/ClickHouse/issues/58924
None
/s3/gcs/part 1/invalid disk/cache path conflictXFail 1ms
Under development for 22.8 and newer.
None

Results

Test Name Result Duration
/s3 OK 1h 6m
/s3/gcs OK 1h 6m
/s3/gcs/part 1 OK 1h 3m
/s3/gcs/part 1/sanity OK 52s 84ms
/s3/gcs/part 1/sanity/sanity OK 8s 857ms
/s3/gcs/part 1/table function OK 7m 10s
/s3/gcs/part 1/table function/auto OK 1m 40s
/s3/gcs/part 1/table function/compression OK 1m 33s
/s3/gcs/part 1/table function/credentials OK 906ms
/s3/gcs/part 1/table function/credentials s3Cluster OK 8s 906ms
/s3/gcs/part 1/table function/data format OK 56s 575ms
/s3/gcs/part 1/table function/measure file size Skip 1ms
/s3/gcs/part 1/table function/measure file size s3Cluster Skip 868us
/s3/gcs/part 1/table function/multipart OK 3s 949ms
/s3/gcs/part 1/table function/multiple columns OK 1s 301ms
/s3/gcs/part 1/table function/partition OK 1s 347ms
/s3/gcs/part 1/table function/partition s3Cluster OK 8s 735ms
/s3/gcs/part 1/table function/remote host filter OK 50s 275ms
/s3/gcs/part 1/table function/syntax OK 1s 125ms
/s3/gcs/part 1/table function/syntax s3Cluster OK 9s 378ms
/s3/gcs/part 1/table function/wildcard OK 1m 32s
/s3/gcs/part 1/invalid table function OK 3s 280ms
/s3/gcs/part 1/invalid table function/empty path OK 236ms
/s3/gcs/part 1/invalid table function/empty structure OK 232ms
/s3/gcs/part 1/invalid table function/invalid bucket OK 358ms
/s3/gcs/part 1/invalid table function/invalid compression OK 242ms
/s3/gcs/part 1/invalid table function/invalid credentials OK 473ms
/s3/gcs/part 1/invalid table function/invalid format OK 497ms
/s3/gcs/part 1/invalid table function/invalid path OK 58ms
/s3/gcs/part 1/invalid table function/invalid region Skip 878us
/s3/gcs/part 1/invalid table function/invalid structure OK 235ms
/s3/gcs/part 1/invalid table function/invalid wildcard XFail 922ms
/s3/gcs/part 1/disk OK 35m 25s
/s3/gcs/part 1/disk/access OK 47s 340ms
/s3/gcs/part 1/disk/access skip check OK 47s 533ms
/s3/gcs/part 1/disk/add storage OK 1m 27s
/s3/gcs/part 1/disk/alter move OK 54s 78ms
/s3/gcs/part 1/disk/alter on cluster modify ttl OK 1m 38s
/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 1ms
/s3/gcs/part 1/disk/compact parts OK 46s 506ms
/s3/gcs/part 1/disk/config over restart OK 1m 10s
/s3/gcs/part 1/disk/default move factor OK 1m 0s
/s3/gcs/part 1/disk/delete OK 3m 34s
/s3/gcs/part 1/disk/download appropriate disk OK 1m 13s
/s3/gcs/part 1/disk/drop sync OK 48s 118ms
/s3/gcs/part 1/disk/environment credentials Skip 1ms
/s3/gcs/part 1/disk/exports OK 48s 294ms
/s3/gcs/part 1/disk/generic url Skip 1ms
/s3/gcs/part 1/disk/imports OK 48s 560ms
/s3/gcs/part 1/disk/log OK 2m 36s
/s3/gcs/part 1/disk/low cardinality offset XFail 45s 901ms
/s3/gcs/part 1/disk/max single part upload size syntax OK 46s 951ms
/s3/gcs/part 1/disk/mergetree OK 3m 22s
/s3/gcs/part 1/disk/mergetree collapsing OK 54s 417ms
/s3/gcs/part 1/disk/mergetree versionedcollapsing OK 53s 972ms
/s3/gcs/part 1/disk/metadata OK 52s 384ms
/s3/gcs/part 1/disk/min bytes for seek syntax OK 48s 45ms
/s3/gcs/part 1/disk/multiple storage OK 53s 279ms
/s3/gcs/part 1/disk/multiple storage query OK 53s 383ms
/s3/gcs/part 1/disk/no restart XFail 2ms
/s3/gcs/part 1/disk/perform ttl move on insert OK 1m 35s
/s3/gcs/part 1/disk/perform ttl move on insert default OK 54s 774ms
/s3/gcs/part 1/disk/performance ttl move OK 1m 10s
/s3/gcs/part 1/disk/remote host filter OK 1m 35s
/s3/gcs/part 1/disk/specific url Skip 907us
/s3/gcs/part 1/disk/syntax OK 50s 782ms
/s3/gcs/part 1/disk/wide parts OK 44s 823ms
/s3/gcs/part 1/invalid disk OK 3m 48s
/s3/gcs/part 1/invalid disk/access default OK 12s 777ms
/s3/gcs/part 1/invalid disk/access failed OK 13s 777ms
/s3/gcs/part 1/invalid disk/access failed skip check OK 45s 405ms
/s3/gcs/part 1/invalid disk/cache path conflict XFail 1ms
/s3/gcs/part 1/invalid disk/empty endpoint OK 10s 715ms
/s3/gcs/part 1/invalid disk/invalid endpoint OK 2m 5s
/s3/gcs/part 1/invalid disk/invalid type OK 20s 432ms
/s3/gcs/part 1/alter OK 16m 39s
/s3/gcs/part 1/alter/normal OK 4m 15s
/s3/gcs/part 1/alter/normal/attach from OK 14s 94ms
/s3/gcs/part 1/alter/normal/columns OK 11s 971ms
/s3/gcs/part 1/alter/normal/detach OK 27s 539ms
/s3/gcs/part 1/alter/normal/drop OK 55s 787ms
/s3/gcs/part 1/alter/normal/fetch OK 33s 410ms
/s3/gcs/part 1/alter/normal/freeze OK 23s 256ms
/s3/gcs/part 1/alter/normal/index OK 11s 494ms
/s3/gcs/part 1/alter/normal/move to table OK 19s 332ms
/s3/gcs/part 1/alter/normal/order by OK 7s 733ms
/s3/gcs/part 1/alter/normal/projection OK 12s 923ms
/s3/gcs/part 1/alter/normal/replace OK 20s 292ms
/s3/gcs/part 1/alter/normal/sample by OK 7s 828ms
/s3/gcs/part 1/alter/normal/update delete OK 9s 996ms
/s3/gcs/part 1/alter/encrypted OK 6m 4s
/s3/gcs/part 1/alter/encrypted/attach from OK 18s 97ms
/s3/gcs/part 1/alter/encrypted/columns OK 20s 213ms
/s3/gcs/part 1/alter/encrypted/detach OK 41s 392ms
/s3/gcs/part 1/alter/encrypted/drop OK 1m 15s
/s3/gcs/part 1/alter/encrypted/fetch OK 42s 551ms
/s3/gcs/part 1/alter/encrypted/freeze OK 33s 108ms
/s3/gcs/part 1/alter/encrypted/index OK 17s 183ms
/s3/gcs/part 1/alter/encrypted/move to table OK 33s 398ms
/s3/gcs/part 1/alter/encrypted/order by OK 8s 941ms
/s3/gcs/part 1/alter/encrypted/projection OK 18s 254ms
/s3/gcs/part 1/alter/encrypted/replace OK 29s 753ms
/s3/gcs/part 1/alter/encrypted/sample by OK 8s 636ms
/s3/gcs/part 1/alter/encrypted/update delete OK 17s 543ms
/s3/gcs/part 1/alter/zero copy OK 1m 59s
/s3/gcs/part 1/alter/zero copy/attach from OK 14s 499ms
/s3/gcs/part 1/alter/zero copy/columns OK 14s 48ms
/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 916us
/s3/gcs/part 1/alter/zero copy/freeze Skip 887us
/s3/gcs/part 1/alter/zero copy/index OK 11s 724ms
/s3/gcs/part 1/alter/zero copy/move to table OK 18s 916ms
/s3/gcs/part 1/alter/zero copy/order by OK 7s 639ms
/s3/gcs/part 1/alter/zero copy/projection OK 12s 954ms
/s3/gcs/part 1/alter/zero copy/replace OK 21s 767ms
/s3/gcs/part 1/alter/zero copy/sample by OK 7s 647ms
/s3/gcs/part 1/alter/zero copy/update delete OK 10s 519ms
/s3/gcs/part 1/alter/zero copy encrypted OK 2m 47s
/s3/gcs/part 1/alter/zero copy encrypted/attach from OK 17s 647ms
/s3/gcs/part 1/alter/zero copy encrypted/columns OK 21s 13ms
/s3/gcs/part 1/alter/zero copy encrypted/detach Skip 988us
/s3/gcs/part 1/alter/zero copy encrypted/drop Skip 956us
/s3/gcs/part 1/alter/zero copy encrypted/fetch Skip 1ms
/s3/gcs/part 1/alter/zero copy encrypted/freeze Skip 1ms
/s3/gcs/part 1/alter/zero copy encrypted/index OK 16s 614ms
/s3/gcs/part 1/alter/zero copy encrypted/move to table OK 33s 972ms
/s3/gcs/part 1/alter/zero copy encrypted/order by OK 8s 965ms
/s3/gcs/part 1/alter/zero copy encrypted/projection OK 18s 971ms
/s3/gcs/part 1/alter/zero copy encrypted/replace OK 23s 140ms
/s3/gcs/part 1/alter/zero copy encrypted/sample by OK 8s 671ms
/s3/gcs/part 1/alter/zero copy encrypted/update delete OK 18s 31ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922