Aes Encryption Test Run Report

DateSep 06, 2025 2:21
Duration42m 35s
Framework TestFlows 2.0.250110.1002922

Artifacts

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

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/PRs/1002/8c3e74cc4c74747a44e6b745d75f542200b98b4c/package_aarch64/clickhouse-common-static_24.8.14.10521.altinitytest_arm64.deb
version24.8.14.10521.altinitytest
user.namestrtgbb
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashc5f44e1c6fdc201a22f3f073b2311de10d2695b0
job.nameCommon (aes_encryption)
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/17507793141
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://s3.amazonaws.com/altinity-build-artifacts/PRs/1002/8c3e74cc4c74747a44e6b745d75f542200b98b4c/package_aarch64/clickhouse-common-static_24.8.14.10521.altinitytest_arm64.deb
as_binaryFalse
base_osNone
keeper_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerTrue
reuse_envFalse

Summary

77.8%OK
22.2%Known

Statistics

Units OK Fail Error XFail XError
Features
14
14
Scenarios
70
69
1
Examples
5794
4493
1235
66
Steps
53947
52232
1568
66
81

Known Fails

Test NameResultMessage
/aes encryption/compatibility/select/decrypt uniqueXFail 1s 350ms
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 1195, 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 24.8.14):
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 1195 in 'query'

1187\|                  assert message in r.output, error(r.output)
1188\|  
1189\|          if not ignore_exception:
1190\|              if message is None or "Exception:" not in message:
1191\|                  with Then("check if output has exception") if steps else NullStep():
1192\|                      if "Exception:" in r.output:
1193\|                          if raise_on_exception:
1194\|                              raise QueryRuntimeException(r.output)
1195\|>                         assert False, error(r.output)
1196\|  
1197\|          return r
1198\|

Results

Test Name Result Duration
/aes encryption OK 42m 35s
/aes encryption/encrypt OK 2m 24s
/aes encryption/encrypt/aad parameter types and length OK 1s 859ms
/aes encryption/decrypt OK 5m 19s
/aes encryption/decrypt/aad parameter types and length OK 1s 877ms
/aes encryption/encrypt_mysql OK 2m 20s
/aes encryption/encrypt_mysql/encryption OK 2m 10s
/aes encryption/decrypt_mysql OK 4m 24s
/aes encryption/decrypt_mysql/decryption OK 2m 9s
/aes encryption/compatibility OK 7m 38s
/aes encryption/performance OK 41m 14s
/aes encryption/performance/encryption decryption OK 22m 13s
/aes encryption/compatibility/insert OK 1m 49s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 16s 893ms
/aes encryption/encrypt/encryption OK 2m 10s
/aes encryption/decrypt/decryption OK 2m 9s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 184ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 15s 701ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 21s 670ms
/aes encryption/compatibility/insert/decrypt using input table function OK 16s 670ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 225ms
/aes encryption/compatibility/insert/encrypt using input table function OK 16s 942ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 21s 526ms
/aes encryption/compatibility/select OK 42s 726ms
/aes encryption/compatibility/select/decrypt OK 18s 950ms
/aes encryption/compatibility/select/decrypt multiple OK 22s 424ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 1m 13s
/aes encryption/encrypt_mysql/invalid parameters OK 1s 397ms
/aes encryption/decrypt/invalid ciphertext OK 1m 23s
/aes encryption/encrypt_mysql/invalid plaintext data type OK 2s 271ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 1s 279ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 5s 307ms
/aes encryption/encrypt_mysql/iv parameter types OK 496ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 4s 18ms
/aes encryption/encrypt_mysql/key parameter types OK 474ms
/aes encryption/encrypt/invalid parameters OK 1s 877ms
/aes encryption/encrypt_mysql/mode parameter types OK 244ms
/aes encryption/encrypt_mysql/return value OK 216ms
/aes encryption/encrypt_mysql/syntax OK 116ms
/aes encryption/encrypt_mysql/unsupported modes OK 471ms
/aes encryption/encrypt/invalid plaintext data type OK 2s 56ms
/aes encryption/encrypt/iv parameter types OK 481ms
/aes encryption/encrypt/key parameter types OK 450ms
/aes encryption/encrypt/mode parameter types OK 244ms
/aes encryption/encrypt/return value OK 187ms
/aes encryption/encrypt/syntax OK 120ms
/aes encryption/compatibility/select/decrypt unique XFail 1s 350ms
/aes encryption/compatibility/mysql OK 5m 6s
/aes encryption/compatibility/mysql/table engine OK 1m 39s
/aes encryption/compatibility/mysql/table engine/decrypt OK 48s 849ms
/aes encryption/compatibility/mysql/table engine/encrypt OK 50s 575ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 589ms
/aes encryption/decrypt_mysql/iv parameter types OK 456ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 3s 328ms
/aes encryption/decrypt_mysql/key parameter types OK 470ms
/aes encryption/decrypt_mysql/mismatched iv OK 1s 919ms
/aes encryption/decrypt_mysql/mismatched key OK 3s 137ms
/aes encryption/decrypt_mysql/mismatched mode OK 49s 679ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 557ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 5s 45ms
/aes encryption/decrypt/invalid parameters OK 1s 882ms
/aes encryption/decrypt/iv parameter types OK 462ms
/aes encryption/decrypt/key parameter types OK 451ms
/aes encryption/decrypt/mismatched aad OK 257ms
/aes encryption/decrypt/mismatched iv OK 1s 863ms
/aes encryption/decrypt/mismatched key OK 3s 179ms
/aes encryption/decrypt/mismatched mode OK 1m 28s
/aes encryption/compatibility/mysql/database engine OK 1m 38s
/aes encryption/compatibility/mysql/database engine/decrypt OK 48s 777ms
/aes encryption/decrypt_mysql/mode parameter types OK 178ms
/aes encryption/decrypt_mysql/return value OK 213ms
/aes encryption/decrypt_mysql/syntax OK 103ms
/aes encryption/decrypt_mysql/unsupported modes OK 542ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 49s 296ms
/aes encryption/decrypt/mode parameter types OK 221ms
/aes encryption/decrypt/return value OK 222ms
/aes encryption/decrypt/syntax OK 114ms
/aes encryption/compatibility/mysql/table function OK 1m 0s
/aes encryption/compatibility/mysql/table function/decrypt OK 29s 388ms
/aes encryption/compatibility/mysql/table function/encrypt OK 31s 514ms
/aes encryption/compatibility/mysql/dictionary OK 48s 4ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 46s 966ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 1s 36ms
/aes encryption/performance/encryption decryption mysql OK 19m 0s

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922