S3 Test Run Report

DateSep 03, 2025 0:54
Duration1h 19m
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#998/ad3281d439d6d71588fea15e0147825155625faf/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/s32/minio/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://altinity-build-artifacts.s3.amazonaws.com/PRs/998/ad3281d439d6d71588fea15e0147825155625faf/build_arm_release/clickhouse-common-static_25.6.5.20166.altinityantalya_arm64.deb
version25.6.5.20166.altinityantalya
user.namestrtgbb
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash38b4f3c4cbcf7b38c97e16793c210a1496075af7
job.nameS3 (minio-2)
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/17418173257
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://altinity-build-artifacts.s3.amazonaws.com/PRs/998/ad3281d439d6d71588fea15e0147825155625faf/build_arm_release/clickhouse-common-static_25.6.5.20166.altinityantalya_arm64.deb
as_binaryFalse
base_osNone
keeper_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerTrue
reuse_envFalse
storages['minio']
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

96.8%OK
<1%Known

Statistics

Units Skip OK Fail XFail
Modules
1
1
Features
11
11
Scenarios
121
7
113
1
Checks
52
52
Examples
38
37
1
Iterations
30
30
Steps
18154
18140
10
4

Known Fails

Test NameResultMessage
/s3/minio/part 2/zero copy replication/deleteXFail 10m 47s
test is slow to clean up, needs investigation
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/regression.py", line 813, 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 803, in regression
    Feature(test=minio_regression)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/regression.py", line 459, in minio_regression
    Feature(test=load("s3.tests.zero_copy_replication", "minio"))(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/zero_copy_replication.py", line 1742, in minio
    outline(uri=uri, bucket_prefix=bucket_prefix)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/zero_copy_replication.py", line 1706, in outline
    scenario()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/zero_copy_replication.py", line 820, in delete
    check_bucket_size(expected_size=size_before, tolerance=5)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/common.py", line 831, in check_bucket_size
    assert abs(current_size - expected_size) <= tolerance, error()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert abs(current_size - expected_size) <= tolerance, error()

Assertion values
  assert abs(current_size - expected_size) <= tolerance, error()
             ^ is 20088119
  assert abs(current_size - expected_size) <= tolerance, error()
                            ^ is 122563388
  assert abs(current_size - expected_size) <= tolerance, error()
                          ^ is = -102475269
  assert abs(current_size - expected_size) <= tolerance, error()
         ^ is = 102475269
  assert abs(current_size - expected_size) <= tolerance, error()
                                              ^ is 5
  assert abs(current_size - expected_size) <= tolerance, error()
                                           ^ is = False
  assert abs(current_size - expected_size) <= tolerance, error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/s3/../s3/tests/common.py', line 831 in 'check_bucket_size'

823\|  ):
824\|      current_size = get_bucket_size(
825\|          name=name,
826\|          prefix=prefix,
827\|          minio_enabled=minio_enabled,
828\|          access_key=self.context.secret_access_key,
829\|          key_id=self.context.access_key_id,
830\|      )
831\|>     assert abs(current_size - expected_size) <= tolerance, error()
832\|  
833\|  
834\|  @TestStep(When)

Results

Test Name Result Duration
/s3 OK 1h 19m
/s3/minio OK 1h 19m
/s3/minio/part 2 OK 1h 17m
/s3/minio/part 2/alter OK 3m 4s
/s3/minio/part 2/alter/normal OK 28s 473ms
/s3/minio/part 2/alter/normal/attach from OK 1s 677ms
/s3/minio/part 2/alter/normal/columns OK 1s 780ms
/s3/minio/part 2/alter/normal/detach OK 2s 164ms
/s3/minio/part 2/alter/normal/drop OK 4s 494ms
/s3/minio/part 2/alter/normal/fetch OK 2s 945ms
/s3/minio/part 2/alter/normal/freeze OK 1s 801ms
/s3/minio/part 2/alter/normal/index OK 6s 212ms
/s3/minio/part 2/alter/normal/move to table OK 1s 923ms
/s3/minio/part 2/alter/normal/order by OK 865ms
/s3/minio/part 2/alter/normal/projection OK 1s 159ms
/s3/minio/part 2/alter/normal/replace OK 1s 608ms
/s3/minio/part 2/alter/normal/sample by OK 800ms
/s3/minio/part 2/alter/normal/update delete OK 1s 33ms
/s3/minio/part 2/alter/encrypted OK 35s 129ms
/s3/minio/part 2/alter/encrypted/attach from OK 1s 934ms
/s3/minio/part 2/alter/encrypted/columns OK 2s 130ms
/s3/minio/part 2/alter/encrypted/detach OK 3s 176ms
/s3/minio/part 2/alter/encrypted/drop OK 6s 283ms
/s3/minio/part 2/alter/encrypted/fetch OK 3s 574ms
/s3/minio/part 2/alter/encrypted/freeze OK 2s 320ms
/s3/minio/part 2/alter/encrypted/index OK 6s 418ms
/s3/minio/part 2/alter/encrypted/move to table OK 2s 647ms
/s3/minio/part 2/alter/encrypted/order by OK 890ms
/s3/minio/part 2/alter/encrypted/projection OK 1s 398ms
/s3/minio/part 2/alter/encrypted/replace OK 2s 305ms
/s3/minio/part 2/alter/encrypted/sample by OK 826ms
/s3/minio/part 2/alter/encrypted/update delete OK 1s 218ms
/s3/minio/part 2/alter/zero copy OK 18s 769ms
/s3/minio/part 2/alter/zero copy/attach from OK 1s 517ms
/s3/minio/part 2/alter/zero copy/columns OK 1s 745ms
/s3/minio/part 2/alter/zero copy/detach Skip 1ms
/s3/minio/part 2/alter/zero copy/drop Skip 1ms
/s3/minio/part 2/alter/zero copy/fetch Skip 796us
/s3/minio/part 2/alter/zero copy/freeze OK 1s 820ms
/s3/minio/part 2/alter/zero copy/index OK 6s 239ms
/s3/minio/part 2/alter/zero copy/move to table OK 1s 964ms
/s3/minio/part 2/alter/zero copy/order by OK 920ms
/s3/minio/part 2/alter/zero copy/projection OK 1s 179ms
/s3/minio/part 2/alter/zero copy/replace OK 1s 729ms
/s3/minio/part 2/alter/zero copy/sample by OK 737ms
/s3/minio/part 2/alter/zero copy/update delete OK 906ms
/s3/minio/part 2/alter/zero copy encrypted OK 21s 302ms
/s3/minio/part 2/alter/zero copy encrypted/attach from OK 1s 741ms
/s3/minio/part 2/alter/zero copy encrypted/columns OK 1s 943ms
/s3/minio/part 2/alter/zero copy encrypted/detach Skip 1ms
/s3/minio/part 2/alter/zero copy encrypted/drop Skip 990us
/s3/minio/part 2/alter/zero copy encrypted/fetch Skip 916us
/s3/minio/part 2/alter/zero copy encrypted/freeze OK 2s 236ms
/s3/minio/part 2/alter/zero copy encrypted/index OK 6s 347ms
/s3/minio/part 2/alter/zero copy encrypted/move to table OK 2s 537ms
/s3/minio/part 2/alter/zero copy encrypted/order by OK 838ms
/s3/minio/part 2/alter/zero copy encrypted/projection OK 1s 289ms
/s3/minio/part 2/alter/zero copy encrypted/replace OK 2s 264ms
/s3/minio/part 2/alter/zero copy encrypted/sample by OK 844ms
/s3/minio/part 2/alter/zero copy encrypted/update delete OK 1s 248ms
/s3/minio/part 2/combinatoric table OK 7m 19s
/s3/minio/part 2/combinatoric table/engine=MergeTree,replicated=True,n_cols=2000,n_tables=3,part_type=compact OK 20s 187ms
/s3/minio/part 2/combinatoric table/engine=MergeTree,replicated=False,n_cols=500,n_tables=1,part_type=wide OK 5s 161ms
/s3/minio/part 2/combinatoric table/engine=ReplacingMergeTree,replicated=True,n_cols=500,n_tables=3,part_type=unspecified OK 18s 831ms
/s3/minio/part 2/combinatoric table/engine=ReplacingMergeTree,replicated=False,n_cols=2000,n_tables=1,part_type=compact OK 1s 261ms
/s3/minio/part 2/combinatoric table/engine=CollapsingMergeTree,replicated=True,n_cols=10,n_tables=1,part_type=wide OK 6s 112ms
/s3/minio/part 2/combinatoric table/engine=CollapsingMergeTree,replicated=False,n_cols=2000,n_tables=3,part_type=unspecified OK 3s 716ms
/s3/minio/part 2/combinatoric table/engine=VersionedCollapsingMergeTree,replicated=True,n_cols=2000,n_tables=3,part_type=wide OK 3m 29s
/s3/minio/part 2/combinatoric table/engine=VersionedCollapsingMergeTree,replicated=False,n_cols=10,n_tables=3,part_type=compact OK 1s 451ms
/s3/minio/part 2/combinatoric table/engine=AggregatingMergeTree,replicated=True,n_cols=2000,n_tables=3,part_type=compact OK 15s 315ms
/s3/minio/part 2/combinatoric table/engine=AggregatingMergeTree,replicated=False,n_cols=500,n_tables=1,part_type=unspecified OK 789ms
/s3/minio/part 2/combinatoric table/engine=SummingMergeTree,replicated=True,n_cols=2000,n_tables=3,part_type=compact OK 21s 71ms
/s3/minio/part 2/combinatoric table/engine=SummingMergeTree,replicated=False,n_cols=500,n_tables=1,part_type=compact OK 1s 25ms
/s3/minio/part 2/combinatoric table/engine=MergeTree,replicated=True,n_cols=10,n_tables=3,part_type=unspecified OK 12s 629ms
/s3/minio/part 2/combinatoric table/engine=ReplacingMergeTree,replicated=True,n_cols=10,n_tables=3,part_type=wide OK 18s 356ms
/s3/minio/part 2/combinatoric table/engine=CollapsingMergeTree,replicated=True,n_cols=500,n_tables=3,part_type=compact OK 13s 828ms
/s3/minio/part 2/combinatoric table/engine=VersionedCollapsingMergeTree,replicated=True,n_cols=500,n_tables=1,part_type=unspecified OK 6s 297ms
/s3/minio/part 2/combinatoric table/engine=AggregatingMergeTree,replicated=True,n_cols=10,n_tables=3,part_type=wide OK 18s 426ms
/s3/minio/part 2/combinatoric table/engine=SummingMergeTree,replicated=True,n_cols=10,n_tables=3,part_type=wide OK 18s 927ms
/s3/minio/part 2/combinatoric table/engine=SummingMergeTree,replicated=True,n_cols=10,n_tables=1,part_type=unspecified OK 6s 127ms
/s3/minio/part 2/reconnect OK 2m 24s
/s3/minio/part 2/reconnect/local and s3 disk OK 48s 93ms
/s3/minio/part 2/reconnect/local and s3 volumes OK 48s 240ms
/s3/minio/part 2/reconnect/s3 disk OK 48s 386ms
/s3/minio/part 2/zero copy replication OK 42m 28s
/s3/minio/part 2/zero copy replication/add remove one replica OK 46s 682ms
/s3/minio/part 2/zero copy replication/add remove replica parallel OK 47s 583ms
/s3/minio/part 2/zero copy replication/add replica global setting OK 1m 31s
/s3/minio/part 2/zero copy replication/add replica local setting OK 48s 36ms
/s3/minio/part 2/zero copy replication/alter OK 4m 57s
/s3/minio/part 2/zero copy replication/bad detached part OK 1m 15s
/s3/minio/part 2/zero copy replication/check refcount after mutation OK 1m 46s
/s3/minio/part 2/zero copy replication/consistency during conflicting mutation OK 1m 47s
/s3/minio/part 2/zero copy replication/consistency during double mutation OK 1m 47s
/s3/minio/part 2/zero copy replication/default value OK 11s 523ms
/s3/minio/part 2/zero copy replication/delete XFail 10m 47s
/s3/minio/part 2/zero copy replication/delete all OK 32s 13ms
/s3/minio/part 2/zero copy replication/drop replica OK 44s 808ms
/s3/minio/part 2/zero copy replication/global setting OK 1m 16s
/s3/minio/part 2/zero copy replication/insert multiple replicas OK 2m 3s
/s3/minio/part 2/zero copy replication/metadata OK 1m 14s
/s3/minio/part 2/zero copy replication/migration OK 1m 3s
/s3/minio/part 2/zero copy replication/offline alter replica OK 44s 331ms
/s3/minio/part 2/zero copy replication/performance alter OK 27s 393ms
/s3/minio/part 2/zero copy replication/performance insert OK 48s 878ms
/s3/minio/part 2/zero copy replication/performance select OK 49s 907ms
/s3/minio/part 2/zero copy replication/stale alter replica OK 1m 15s
/s3/minio/part 2/zero copy replication/ttl delete OK 2m 8s
/s3/minio/part 2/zero copy replication/ttl move OK 2m 10s
/s3/minio/part 2/orphans OK 10m 28s
/s3/minio/part 2/orphans/full replication OK 5m 9s
/s3/minio/part 2/orphans/full replication/create insert and drop OK 56s 591ms
/s3/minio/part 2/orphans/full replication/detach and drop OK 1m 3s
/s3/minio/part 2/orphans/full replication/freeze and drop OK 1m 28s
/s3/minio/part 2/orphans/full replication/freeze drop and attach OK 57s 856ms
/s3/minio/part 2/orphans/zero copy replication OK 5m 19s
/s3/minio/part 2/orphans/zero copy replication/create insert and drop OK 1m 16s
/s3/minio/part 2/orphans/zero copy replication/detach and drop Skip 1ms
/s3/minio/part 2/orphans/zero copy replication/freeze and drop OK 1m 32s
/s3/minio/part 2/orphans/zero copy replication/freeze drop and attach OK 1m 0s
/s3/minio/part 2/cit OK 887ms
/s3/minio/part 2/cit/test empty put OK 202ms
/s3/minio/part 2/cit/test put OK 245ms
/s3/minio/part 2/cit/test put csv OK 244ms
/s3/minio/part 2/cit/test put get with redirect OK 165ms
/s3/minio/part 2/settings OK 11m 43s
/s3/minio/part 2/settings/setting combinations OK 11m 0s

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922