Aes Encryption Test Run Report

DateOct 06, 2025 23:29
Duration43m 11s
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/aes_encryption/

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.nameCommon (aes_encryption)
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

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 243ms
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 43m 11s
/aes encryption/encrypt OK 2m 22s
/aes encryption/encrypt/aad parameter types and length OK 1s 894ms
/aes encryption/decrypt OK 5m 17s
/aes encryption/decrypt/aad parameter types and length OK 1s 893ms
/aes encryption/encrypt_mysql OK 2m 17s
/aes encryption/encrypt_mysql/encryption OK 2m 8s
/aes encryption/decrypt_mysql OK 4m 21s
/aes encryption/decrypt_mysql/decryption OK 2m 8s
/aes encryption/compatibility OK 7m 36s
/aes encryption/performance OK 41m 55s
/aes encryption/performance/encryption decryption OK 22m 31s
/aes encryption/compatibility/insert OK 1m 48s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 16s 944ms
/aes encryption/encrypt/encryption OK 2m 8s
/aes encryption/decrypt/decryption OK 2m 9s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 192ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 15s 912ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 21s 415ms
/aes encryption/compatibility/insert/decrypt using input table function OK 16s 334ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 210ms
/aes encryption/compatibility/insert/encrypt using input table function OK 16s 488ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 21s 353ms
/aes encryption/compatibility/select OK 42s 574ms
/aes encryption/compatibility/select/decrypt OK 19s 183ms
/aes encryption/compatibility/select/decrypt multiple OK 22s 146ms
/aes encryption/encrypt_mysql/invalid parameters OK 1s 661ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 1m 12s
/aes encryption/encrypt_mysql/invalid plaintext data type OK 2s 13ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 1s 217ms
/aes encryption/decrypt/invalid ciphertext OK 1m 23s
/aes encryption/encrypt_mysql/iv parameter types OK 433ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 4s 820ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 3s 787ms
/aes encryption/encrypt_mysql/key parameter types OK 365ms
/aes encryption/encrypt_mysql/mode parameter types OK 245ms
/aes encryption/encrypt/invalid parameters OK 1s 886ms
/aes encryption/encrypt_mysql/return value OK 268ms
/aes encryption/encrypt_mysql/syntax OK 129ms
/aes encryption/encrypt_mysql/unsupported modes OK 547ms
/aes encryption/encrypt/invalid plaintext data type OK 2s 80ms
/aes encryption/encrypt/iv parameter types OK 461ms
/aes encryption/encrypt/key parameter types OK 430ms
/aes encryption/encrypt/mode parameter types OK 210ms
/aes encryption/encrypt/return value OK 178ms
/aes encryption/encrypt/syntax OK 73ms
/aes encryption/compatibility/select/decrypt unique XFail 1s 243ms
/aes encryption/compatibility/mysql OK 5m 4s
/aes encryption/compatibility/mysql/table engine OK 1m 38s
/aes encryption/compatibility/mysql/table engine/decrypt OK 48s 670ms
/aes encryption/compatibility/mysql/table engine/encrypt OK 49s 922ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 453ms
/aes encryption/decrypt_mysql/iv parameter types OK 441ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 3s 244ms
/aes encryption/decrypt_mysql/key parameter types OK 438ms
/aes encryption/decrypt_mysql/mismatched iv OK 1s 811ms
/aes encryption/decrypt_mysql/mismatched key OK 3s 98ms
/aes encryption/decrypt_mysql/mismatched mode OK 48s 894ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 458ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 4s 829ms
/aes encryption/decrypt/invalid parameters OK 1s 857ms
/aes encryption/decrypt/iv parameter types OK 439ms
/aes encryption/decrypt/key parameter types OK 408ms
/aes encryption/decrypt/mismatched aad OK 269ms
/aes encryption/decrypt/mismatched iv OK 1s 892ms
/aes encryption/decrypt/mismatched key OK 3s 215ms
/aes encryption/decrypt/mismatched mode OK 1m 28s
/aes encryption/compatibility/mysql/database engine OK 1m 37s
/aes encryption/compatibility/mysql/database engine/decrypt OK 48s 112ms
/aes encryption/decrypt_mysql/mode parameter types OK 222ms
/aes encryption/decrypt_mysql/return value OK 233ms
/aes encryption/decrypt_mysql/syntax OK 99ms
/aes encryption/decrypt_mysql/unsupported modes OK 497ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 49s 532ms
/aes encryption/decrypt/mode parameter types OK 226ms
/aes encryption/decrypt/return value OK 231ms
/aes encryption/decrypt/syntax OK 107ms
/aes encryption/compatibility/mysql/table function OK 1m 0s
/aes encryption/compatibility/mysql/table function/decrypt OK 29s 647ms
/aes encryption/compatibility/mysql/table function/encrypt OK 31s 230ms
/aes encryption/compatibility/mysql/dictionary OK 47s 490ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 46s 445ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 1s 44ms
/aes encryption/performance/encryption decryption mysql OK 19m 24s

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922