Aes Encryption Test Run Report

DateSep 03, 2025 0:54
Duration44m 24s
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/aes_encryption/

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

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
53969
52269
1553
66
81

Known Fails

Test NameResultMessage
/aes encryption/compatibility/select/decrypt uniqueXFail 1s 442ms
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 25.6.5):
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 44m 24s
/aes encryption/encrypt OK 2m 32s
/aes encryption/encrypt/aad parameter types and length OK 2s 41ms
/aes encryption/decrypt OK 5m 46s
/aes encryption/decrypt/aad parameter types and length OK 1s 953ms
/aes encryption/encrypt_mysql OK 2m 28s
/aes encryption/encrypt_mysql/encryption OK 2m 17s
/aes encryption/decrypt_mysql OK 4m 45s
/aes encryption/decrypt_mysql/decryption OK 2m 16s
/aes encryption/compatibility OK 8m 15s
/aes encryption/performance OK 42m 56s
/aes encryption/performance/encryption decryption OK 22m 58s
/aes encryption/compatibility/insert OK 1m 57s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 18s 74ms
/aes encryption/decrypt/decryption OK 2m 18s
/aes encryption/encrypt/encryption OK 2m 17s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 185ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 16s 622ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 23s 431ms
/aes encryption/compatibility/insert/decrypt using input table function OK 17s 454ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 189ms
/aes encryption/compatibility/insert/encrypt using input table function OK 18s 63ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 23s 283ms
/aes encryption/compatibility/select OK 45s 884ms
/aes encryption/compatibility/select/decrypt OK 20s 546ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 1m 19s
/aes encryption/encrypt_mysql/invalid parameters OK 1s 549ms
/aes encryption/compatibility/select/decrypt multiple OK 23s 893ms
/aes encryption/encrypt_mysql/invalid plaintext data type OK 2s 277ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 1s 370ms
/aes encryption/decrypt/invalid ciphertext OK 1m 31s
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 5s 699ms
/aes encryption/encrypt_mysql/iv parameter types OK 517ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 4s 95ms
/aes encryption/encrypt_mysql/key parameter types OK 545ms
/aes encryption/encrypt_mysql/mode parameter types OK 268ms
/aes encryption/encrypt/invalid parameters OK 2s 21ms
/aes encryption/encrypt_mysql/return value OK 252ms
/aes encryption/encrypt_mysql/syntax OK 132ms
/aes encryption/encrypt_mysql/unsupported modes OK 588ms
/aes encryption/encrypt/invalid plaintext data type OK 2s 227ms
/aes encryption/encrypt/iv parameter types OK 496ms
/aes encryption/encrypt/key parameter types OK 483ms
/aes encryption/encrypt/mode parameter types OK 261ms
/aes encryption/encrypt/return value OK 213ms
/aes encryption/encrypt/syntax OK 124ms
/aes encryption/compatibility/select/decrypt unique XFail 1s 442ms
/aes encryption/compatibility/mysql OK 5m 32s
/aes encryption/compatibility/mysql/table engine OK 1m 48s
/aes encryption/compatibility/mysql/table engine/decrypt OK 52s 865ms
/aes encryption/compatibility/mysql/table engine/encrypt OK 55s 845ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 628ms
/aes encryption/decrypt_mysql/iv parameter types OK 495ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 3s 525ms
/aes encryption/decrypt_mysql/key parameter types OK 487ms
/aes encryption/decrypt_mysql/mismatched iv OK 2s 74ms
/aes encryption/decrypt_mysql/mismatched key OK 3s 411ms
/aes encryption/decrypt_mysql/mismatched mode OK 55s 813ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 710ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 5s 849ms
/aes encryption/decrypt/invalid parameters OK 1s 984ms
/aes encryption/decrypt/iv parameter types OK 515ms
/aes encryption/decrypt/key parameter types OK 550ms
/aes encryption/decrypt/mismatched aad OK 322ms
/aes encryption/decrypt/mismatched iv OK 2s 104ms
/aes encryption/decrypt/mismatched key OK 3s 424ms
/aes encryption/decrypt/mismatched mode OK 1m 38s
/aes encryption/compatibility/mysql/database engine OK 1m 46s
/aes encryption/compatibility/mysql/database engine/decrypt OK 53s 6ms
/aes encryption/decrypt_mysql/mode parameter types OK 269ms
/aes encryption/decrypt_mysql/return value OK 282ms
/aes encryption/decrypt_mysql/syntax OK 134ms
/aes encryption/decrypt_mysql/unsupported modes OK 618ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 53s 815ms
/aes encryption/decrypt/mode parameter types OK 245ms
/aes encryption/decrypt/return value OK 243ms
/aes encryption/decrypt/syntax OK 125ms
/aes encryption/compatibility/mysql/table function OK 1m 5s
/aes encryption/compatibility/mysql/table function/decrypt OK 31s 73ms
/aes encryption/compatibility/mysql/table function/encrypt OK 34s 25ms
/aes encryption/compatibility/mysql/dictionary OK 51s 516ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 50s 399ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 1s 116ms
/aes encryption/performance/encryption decryption mysql OK 19m 58s

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922