S3 Test Run Report

DateOct 06, 2025 23:29
Duration1h 3m
Framework TestFlows 2.0.250110.1002922

Artifacts

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

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/PRs/1067/0f4309476768a34417adf1a7aced17191491f753/package_aarch64/clickhouse-common-static_24.8.14.10508.altinitytest_arm64.deb
version24.8.14.10508.altinitytest
user.nameilejn
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashfd33d9e73ebd14392d601d87902ddf0e7c90709c
job.nameS3 (gcs-1)
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/18296065164
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://s3.amazonaws.com/altinity-build-artifacts/PRs/1067/0f4309476768a34417adf1a7aced17191491f753/package_aarch64/clickhouse-common-static_24.8.14.10508.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
20438
20
20410
8

Known Fails

Test NameResultMessage
/s3/gcs/part 1/invalid table function/invalid wildcardXFail 889ms
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 2ms
Under development for 22.8 and newer.
None
/s3/gcs/part 1/disk/cache defaultXFail 876us
Under development for 22.8 and newer.
None
/s3/gcs/part 1/disk/cache pathXFail 889us
Under development for 22.8 and newer.
None
/s3/gcs/part 1/disk/low cardinality offsetXFail 45s 605ms
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 3ms
Under development for 22.8 and newer.
None

Results

Test Name Result Duration
/s3 OK 1h 3m
/s3/gcs OK 1h 3m
/s3/gcs/part 1 OK 1h 1m
/s3/gcs/part 1/sanity OK 52s 453ms
/s3/gcs/part 1/sanity/sanity OK 8s 842ms
/s3/gcs/part 1/table function OK 6m 40s
/s3/gcs/part 1/table function/auto OK 1m 33s
/s3/gcs/part 1/table function/compression OK 1m 29s
/s3/gcs/part 1/table function/credentials OK 857ms
/s3/gcs/part 1/table function/credentials s3Cluster OK 8s 868ms
/s3/gcs/part 1/table function/data format OK 57s 4ms
/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 913ms
/s3/gcs/part 1/table function/multiple columns OK 1s 207ms
/s3/gcs/part 1/table function/partition OK 1s 282ms
/s3/gcs/part 1/table function/partition s3Cluster OK 8s 557ms
/s3/gcs/part 1/table function/remote host filter OK 45s 182ms
/s3/gcs/part 1/table function/syntax OK 985ms
/s3/gcs/part 1/table function/syntax s3Cluster OK 8s 913ms
/s3/gcs/part 1/table function/wildcard OK 1m 21s
/s3/gcs/part 1/invalid table function OK 3s 74ms
/s3/gcs/part 1/invalid table function/empty path OK 253ms
/s3/gcs/part 1/invalid table function/empty structure OK 235ms
/s3/gcs/part 1/invalid table function/invalid bucket OK 250ms
/s3/gcs/part 1/invalid table function/invalid compression OK 242ms
/s3/gcs/part 1/invalid table function/invalid credentials OK 416ms
/s3/gcs/part 1/invalid table function/invalid format OK 472ms
/s3/gcs/part 1/invalid table function/invalid path OK 54ms
/s3/gcs/part 1/invalid table function/invalid region Skip 871us
/s3/gcs/part 1/invalid table function/invalid structure OK 236ms
/s3/gcs/part 1/invalid table function/invalid wildcard XFail 889ms
/s3/gcs/part 1/disk OK 34m 8s
/s3/gcs/part 1/disk/access OK 46s 976ms
/s3/gcs/part 1/disk/access skip check OK 46s 53ms
/s3/gcs/part 1/disk/add storage OK 1m 35s
/s3/gcs/part 1/disk/alter move OK 54s 994ms
/s3/gcs/part 1/disk/alter on cluster modify ttl OK 1m 35s
/s3/gcs/part 1/disk/cache XFail 2ms
/s3/gcs/part 1/disk/cache default XFail 876us
/s3/gcs/part 1/disk/cache path XFail 889us
/s3/gcs/part 1/disk/compact parts OK 47s 866ms
/s3/gcs/part 1/disk/config over restart OK 1m 6s
/s3/gcs/part 1/disk/default move factor OK 59s 725ms
/s3/gcs/part 1/disk/delete OK 3m 8s
/s3/gcs/part 1/disk/download appropriate disk OK 1m 16s
/s3/gcs/part 1/disk/drop sync OK 47s 804ms
/s3/gcs/part 1/disk/environment credentials Skip 1ms
/s3/gcs/part 1/disk/exports OK 50s 69ms
/s3/gcs/part 1/disk/generic url Skip 1ms
/s3/gcs/part 1/disk/imports OK 47s 891ms
/s3/gcs/part 1/disk/log OK 2m 40s
/s3/gcs/part 1/disk/low cardinality offset XFail 45s 605ms
/s3/gcs/part 1/disk/max single part upload size syntax OK 46s 533ms
/s3/gcs/part 1/disk/mergetree OK 3m 17s
/s3/gcs/part 1/disk/mergetree collapsing OK 50s 352ms
/s3/gcs/part 1/disk/mergetree versionedcollapsing OK 49s 701ms
/s3/gcs/part 1/disk/metadata OK 47s 850ms
/s3/gcs/part 1/disk/min bytes for seek syntax OK 44s 489ms
/s3/gcs/part 1/disk/multiple storage OK 48s 558ms
/s3/gcs/part 1/disk/multiple storage query OK 50s 106ms
/s3/gcs/part 1/disk/no restart XFail 2ms
/s3/gcs/part 1/disk/perform ttl move on insert OK 1m 26s
/s3/gcs/part 1/disk/perform ttl move on insert default OK 49s 667ms
/s3/gcs/part 1/disk/performance ttl move OK 1m 4s
/s3/gcs/part 1/disk/remote host filter OK 1m 28s
/s3/gcs/part 1/disk/specific url Skip 1ms
/s3/gcs/part 1/disk/syntax OK 50s 369ms
/s3/gcs/part 1/disk/wide parts OK 44s 496ms
/s3/gcs/part 1/invalid disk OK 3m 48s
/s3/gcs/part 1/invalid disk/access default OK 12s 678ms
/s3/gcs/part 1/invalid disk/access failed OK 13s 670ms
/s3/gcs/part 1/invalid disk/access failed skip check OK 44s 929ms
/s3/gcs/part 1/invalid disk/cache path conflict XFail 3ms
/s3/gcs/part 1/invalid disk/empty endpoint OK 10s 682ms
/s3/gcs/part 1/invalid disk/invalid endpoint OK 2m 5s
/s3/gcs/part 1/invalid disk/invalid type OK 21s 375ms
/s3/gcs/part 1/alter OK 15m 44s
/s3/gcs/part 1/alter/normal OK 4m 2s
/s3/gcs/part 1/alter/normal/attach from OK 13s 330ms
/s3/gcs/part 1/alter/normal/columns OK 11s 104ms
/s3/gcs/part 1/alter/normal/detach OK 25s 447ms
/s3/gcs/part 1/alter/normal/drop OK 52s 962ms
/s3/gcs/part 1/alter/normal/fetch OK 30s 247ms
/s3/gcs/part 1/alter/normal/freeze OK 22s 555ms
/s3/gcs/part 1/alter/normal/index OK 10s 866ms
/s3/gcs/part 1/alter/normal/move to table OK 18s 450ms
/s3/gcs/part 1/alter/normal/order by OK 7s 551ms
/s3/gcs/part 1/alter/normal/projection OK 12s 460ms
/s3/gcs/part 1/alter/normal/replace OK 20s 477ms
/s3/gcs/part 1/alter/normal/sample by OK 7s 314ms
/s3/gcs/part 1/alter/normal/update delete OK 9s 269ms
/s3/gcs/part 1/alter/encrypted OK 5m 41s
/s3/gcs/part 1/alter/encrypted/attach from OK 16s 45ms
/s3/gcs/part 1/alter/encrypted/columns OK 18s 686ms
/s3/gcs/part 1/alter/encrypted/detach OK 35s 454ms
/s3/gcs/part 1/alter/encrypted/drop OK 1m 14s
/s3/gcs/part 1/alter/encrypted/fetch OK 39s 247ms
/s3/gcs/part 1/alter/encrypted/freeze OK 31s 602ms
/s3/gcs/part 1/alter/encrypted/index OK 15s 863ms
/s3/gcs/part 1/alter/encrypted/move to table OK 31s 355ms
/s3/gcs/part 1/alter/encrypted/order by OK 8s 627ms
/s3/gcs/part 1/alter/encrypted/projection OK 17s 556ms
/s3/gcs/part 1/alter/encrypted/replace OK 27s 174ms
/s3/gcs/part 1/alter/encrypted/sample by OK 7s 997ms
/s3/gcs/part 1/alter/encrypted/update delete OK 17s 591ms
/s3/gcs/part 1/alter/zero copy OK 1m 53s
/s3/gcs/part 1/alter/zero copy/attach from OK 13s 457ms
/s3/gcs/part 1/alter/zero copy/columns OK 12s 684ms
/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 946us
/s3/gcs/part 1/alter/zero copy/freeze Skip 1ms
/s3/gcs/part 1/alter/zero copy/index OK 10s 971ms
/s3/gcs/part 1/alter/zero copy/move to table OK 18s 124ms
/s3/gcs/part 1/alter/zero copy/order by OK 7s 604ms
/s3/gcs/part 1/alter/zero copy/projection OK 12s 872ms
/s3/gcs/part 1/alter/zero copy/replace OK 20s 863ms
/s3/gcs/part 1/alter/zero copy/sample by OK 7s 615ms
/s3/gcs/part 1/alter/zero copy/update delete OK 8s 951ms
/s3/gcs/part 1/alter/zero copy encrypted OK 2m 36s
/s3/gcs/part 1/alter/zero copy encrypted/attach from OK 16s 483ms
/s3/gcs/part 1/alter/zero copy encrypted/columns OK 19s 190ms
/s3/gcs/part 1/alter/zero copy encrypted/detach Skip 1ms
/s3/gcs/part 1/alter/zero copy encrypted/drop Skip 1ms
/s3/gcs/part 1/alter/zero copy encrypted/fetch Skip 983us
/s3/gcs/part 1/alter/zero copy encrypted/freeze Skip 1ms
/s3/gcs/part 1/alter/zero copy encrypted/index OK 15s 759ms
/s3/gcs/part 1/alter/zero copy encrypted/move to table OK 31s 71ms
/s3/gcs/part 1/alter/zero copy encrypted/order by OK 8s 989ms
/s3/gcs/part 1/alter/zero copy encrypted/projection OK 17s 806ms
/s3/gcs/part 1/alter/zero copy encrypted/replace OK 20s 949ms
/s3/gcs/part 1/alter/zero copy encrypted/sample by OK 8s 696ms
/s3/gcs/part 1/alter/zero copy encrypted/update delete OK 17s 779ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922