Aes Encryption Test Run Report

DateJul 13, 2025 0:41
Duration44m 27s
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#0/143c05fcd433555c6563408d8c622fb757f91dfe/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/aes_encryption/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/25.3/143c05fcd433555c6563408d8c622fb757f91dfe/package_aarch64/clickhouse-common-static_25.3.3.20186.altinityantalya_arm64.deb
version25.3.3.20186.altinityantalya
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash88c93f843cd48cd9defc6cec6b98d6b98f94adde
job.nameCommon (aes_encryption)
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/16242745619
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://s3.amazonaws.com/altinity-build-artifacts/25.3/143c05fcd433555c6563408d8c622fb757f91dfe/package_aarch64/clickhouse-common-static_25.3.3.20186.altinityantalya_arm64.deb
as_binaryFalse
base_osNone
keeper_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerTrue
reuse_envFalse

Summary

78.1%OK
21.9%Known

Statistics

Units OK Fail Error XFail XError
Features
14
14
Scenarios
70
69
1
Examples
5794
4508
1220
66
Steps
53962
52256
1553
72
81

Known Fails

Test NameResultMessage
/aes encryption/compatibility/select/decrypt uniqueXFail 1s 500ms
https://github.com/ClickHouse/ClickHouse/issues/18249
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/aes_encryption/../aes_encryption/tests/compatibility/feature.py", line 14, in feature
    Feature(run=load("aes_encryption.tests.compatibility.select", "feature"), flags=TE)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/aes_encryption/../aes_encryption/tests/compatibility/select.py", line 225, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/aes_encryption/../aes_encryption/tests/compatibility/select.py", line 176, in decrypt_unique
    encrypted_secret = node.query(
                       ^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/aes_encryption/../helpers/cluster.py", line 1188, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 25.3.3):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Invalid mode: aes-128-cfb128: In scope SELECT hex(encrypt('aes-128-cfb128', '[HIDDEN]')). (BAD_ARGUMENTS)
(query: SELECT hex(encrypt('aes-128-cfb128', 'secret', '1111111111111111')) FORMAT TabSeparated
)

Assertion values
  assert False, error(r.output)
  ^ is False

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

1180\|                  assert message in r.output, error(r.output)
1181\|  
1182\|          if not ignore_exception:
1183\|              if message is None or "Exception:" not in message:
1184\|                  with Then("check if output has exception") if steps else NullStep():
1185\|                      if "Exception:" in r.output:
1186\|                          if raise_on_exception:
1187\|                              raise QueryRuntimeException(r.output)
1188\|>                         assert False, error(r.output)
1189\|  
1190\|          return r
1191\|

Results

Test Name Result Duration
/aes encryption OK 44m 27s
/aes encryption/encrypt OK 2m 48s
/aes encryption/encrypt/aad parameter types and length OK 8s 607ms
/aes encryption/decrypt OK 6m 6s
/aes encryption/decrypt/aad parameter types and length OK 8s 521ms
/aes encryption/encrypt_mysql OK 2m 41s
/aes encryption/encrypt_mysql/encryption OK 2m 31s
/aes encryption/decrypt_mysql OK 5m 3s
/aes encryption/decrypt_mysql/decryption OK 2m 31s
/aes encryption/compatibility OK 9m 5s
/aes encryption/performance OK 42m 31s
/aes encryption/performance/encryption decryption OK 22m 46s
/aes encryption/compatibility/insert OK 2m 9s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 25s 416ms
/aes encryption/decrypt/decryption OK 2m 25s
/aes encryption/encrypt/encryption OK 2m 27s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 169ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 17s 972ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 23s 595ms
/aes encryption/compatibility/insert/decrypt using input table function OK 18s 514ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 233ms
/aes encryption/compatibility/insert/encrypt using input table function OK 19s 312ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 24s 229ms
/aes encryption/compatibility/select OK 1m 19s
/aes encryption/compatibility/select/decrypt OK 21s 837ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 1m 22s
/aes encryption/compatibility/select/decrypt multiple OK 55s 776ms
/aes encryption/encrypt_mysql/invalid parameters OK 1s 631ms
/aes encryption/encrypt_mysql/invalid plaintext data type OK 2s 330ms
/aes encryption/decrypt/invalid ciphertext OK 1m 34s
/aes encryption/encrypt_mysql/iv parameter types OK 515ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 1s 388ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 4s 170ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 5s 671ms
/aes encryption/encrypt_mysql/key parameter types OK 544ms
/aes encryption/encrypt_mysql/mode parameter types OK 262ms
/aes encryption/encrypt_mysql/return value OK 278ms
/aes encryption/encrypt_mysql/syntax OK 131ms
/aes encryption/encrypt_mysql/unsupported modes OK 617ms
/aes encryption/encrypt/invalid parameters OK 1s 866ms
/aes encryption/encrypt/invalid plaintext data type OK 2s 257ms
/aes encryption/encrypt/iv parameter types OK 488ms
/aes encryption/encrypt/key parameter types OK 532ms
/aes encryption/encrypt/mode parameter types OK 258ms
/aes encryption/encrypt/return value OK 308ms
/aes encryption/encrypt/syntax OK 124ms
/aes encryption/compatibility/select/decrypt unique XFail 1s 500ms
/aes encryption/compatibility/mysql OK 5m 36s
/aes encryption/compatibility/mysql/table engine OK 1m 49s
/aes encryption/compatibility/mysql/table engine/decrypt OK 54s 908ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 714ms
/aes encryption/decrypt_mysql/iv parameter types OK 495ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 3s 823ms
/aes encryption/decrypt_mysql/key parameter types OK 545ms
/aes encryption/decrypt_mysql/mismatched iv OK 2s 106ms
/aes encryption/decrypt_mysql/mismatched key OK 3s 542ms
/aes encryption/decrypt_mysql/mismatched mode OK 56s 183ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 717ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 5s 523ms
/aes encryption/decrypt/invalid parameters OK 1s 996ms
/aes encryption/decrypt/iv parameter types OK 345ms
/aes encryption/decrypt/key parameter types OK 486ms
/aes encryption/decrypt/mismatched aad OK 297ms
/aes encryption/decrypt/mismatched iv OK 2s 86ms
/aes encryption/decrypt/mismatched key OK 3s 718ms
/aes encryption/compatibility/mysql/table engine/encrypt OK 54s 905ms
/aes encryption/decrypt/mismatched mode OK 1m 41s
/aes encryption/decrypt_mysql/mode parameter types OK 254ms
/aes encryption/decrypt_mysql/return value OK 262ms
/aes encryption/decrypt_mysql/syntax OK 127ms
/aes encryption/decrypt_mysql/unsupported modes OK 613ms
/aes encryption/compatibility/mysql/database engine OK 1m 47s
/aes encryption/compatibility/mysql/database engine/decrypt OK 53s 267ms
/aes encryption/decrypt/mode parameter types OK 255ms
/aes encryption/decrypt/return value OK 259ms
/aes encryption/decrypt/syntax OK 126ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 54s 654ms
/aes encryption/compatibility/mysql/table function OK 1m 6s
/aes encryption/compatibility/mysql/table function/decrypt OK 31s 676ms
/aes encryption/compatibility/mysql/table function/encrypt OK 34s 607ms
/aes encryption/compatibility/mysql/dictionary OK 52s 508ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 51s 368ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 1s 138ms
/aes encryption/performance/encryption decryption mysql OK 19m 45s

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922