Tiered Storage Test Run Report

DateApr 28, 2024 17:03
Duration1h 19m
Framework TestFlows 2.0.231215.1221232

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#0/false/regression/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/23.8/8e9be16153250c8307730c9b88c8517181f494ce/package_release/clickhouse-common-static_23.8.11.29.altinitystable_amd64.deb
version23.8.11.29.altinitystable
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashb3947a8c4284717e5265b792789745943cc030f6
job.id8868426423
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/8868426423
archx86_64
stressFalse
with_minioTrue
with_s3amazonFalse
with_s3gcsFalse
aws_s3_access_keySecret(name='aws_s3_access_key')
aws_s3_key_idSecret(name='aws_s3_key_id')
aws_s3_uriSecret(name='aws_s3_uri')
gcs_key_secretSecret(name='gcs_key_secret')
gcs_key_idSecret(name='gcs_key_id')
gcs_uriSecret(name='gcs_uri')
allow_vfsFalse
allow_experimental_analyzerFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/23.8/8e9be16153250c8307730c9b88c8517181f494ce/package_release/clickhouse-common-static_23.8.11.29.altinitystable_amd64.deb
collect_service_logsTrue

Summary

96.1%OK
3.9%Known

Statistics

Units OK Fail XFail
Modules
1
1
Features
2
2
Scenarios
93
89
4
Examples
32
31
1
Steps
12376
12158
218

Known Fails

Test NameResultMessage
/tiered storage/with minio/normal/double move while selectXFail 1s 964ms
not yet supported
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/regression.py", line 426, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/regression.py", line 413, in regression
    Feature(name, test=feature)(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/regression.py", line 282, in feature
    Scenario(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/../tiered_storage/tests/double_move_while_select.py", line 120, in scenario
    assert r == [
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert r == [
      ("jbod1" if positive else "external")
  ], error()

Assertion values
  assert r == [
         ^ is ['jbod1']
      ("jbod1" if positive else "external")
  ], error()
  assert r == [
      ("jbod1" if positive else "external")
                  ^ is 0
  ], error()
  assert r == [
      ("jbod1" if positive else "external")
       ^ is = 'external'
  ], error()
  assert r == [
              ^ is = ['external']
      ("jbod1" if positive else "external")
  ], error()
  assert r == [
           ^ is = False
    @@ -1 +1 @@
    -['jbod1']
    +['external']
      ("jbod1" if positive else "external")
  ], error()
  assert r == [
  ^ is False
      ("jbod1" if positive else "external")
  ], error()

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/../tiered_storage/tests/double_move_while_select.py', line 122 in 'scenario'

114\|                                      .output.strip()
115\|                                      .splitlines()
116\|                                  )
117\|                                  with Then(
118\|                                      "if select locked old part on the destination disk the move shall fail"
119\|                                  ):
120\|                                      assert r == [
121\|                                          ("jbod1" if positive else "external")
122\|>                                     ], error()
123\|                          finally:
124\|                              with Finally("I join the thread"):
125\|                                  task.result(timeout=60)

Results

Test Name Result Duration
/tiered storage OK 1h 19m
/tiered storage/with minio OK 1h 19m
/tiered storage/with minio/normal OK 1h 17m
/tiered storage/with minio/normal/startup and queries OK 24s 48ms
/tiered storage/with minio/normal/metadata OK 3s 442ms
/tiered storage/with minio/normal/no changes to queries OK 3s 915ms
/tiered storage/with minio/normal/volume configuration either max_data_part_size_bytes or max_data_part_size_ratio OK 13s 790ms
/tiered storage/with minio/normal/system tables OK 168ms
/tiered storage/with minio/normal/system.detached_parts OK 1s 559ms
/tiered storage/with minio/normal/attach or replace partition different policies OK 466ms
/tiered storage/with minio/normal/query parser OK 555ms
/tiered storage/with minio/normal/keep free space OK 9s 283ms
/tiered storage/with minio/normal/no warning about zero max data part size OK 477ms
/tiered storage/with minio/normal/round robin OK 1s 17ms
/tiered storage/with minio/normal/max data part size OK 2s 782ms
/tiered storage/with minio/normal/jbod overflow OK 29s 384ms
/tiered storage/with minio/normal/start stop moves OK 8s 934ms
/tiered storage/with minio/normal/mutate to another disk OK 6s 596ms
/tiered storage/with minio/normal/alter table policy OK 12s 824ms
/tiered storage/with minio/normal/simple replication and moves OK 38s 167ms
/tiered storage/with minio/normal/download appropriate disk OK 3s 36ms
/tiered storage/with minio/normal/download appropriate disk advanced OK 16s 567ms
/tiered storage/with minio/normal/download appropriate disk max data part size OK 9s 249ms
/tiered storage/with minio/normal/rename OK 3s 232ms
/tiered storage/with minio/normal/freeze OK 2s 948ms
/tiered storage/with minio/normal/double move while select XFail 1s 964ms
/tiered storage/with minio/normal/background move OK 3m 24s
/tiered storage/with minio/normal/alter move OK 8m 24s
/tiered storage/with minio/normal/merge parts different volumes OK 11s 205ms
/tiered storage/with minio/normal/merge parts different volumes no space OK 4s 65ms
/tiered storage/with minio/normal/ttl moves OK 57m 20s
/tiered storage/with minio/normal/change config norestart OK 4m 52s

Generated by TestFlows Open-Source Test Framework v2.0.231215.1221232