Aes Encryption Test Run Report

DateJun 05, 2025 17:20
Duration46m 8s
Framework TestFlows 2.0.250110.1002922

Artifacts

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

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/PRs/843/7a49bd3cfa10011d0430e1f9de4ce6ea37d19571/package_aarch64/clickhouse-common-static_24.8.14.10034.altinitytest_arm64.deb
version24.8.14.10034.altinitytest
user.nameilejn
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashf9e29772f4d261b82c23189d89038eb7ba027865
job.nameCommon
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/15471286628
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://s3.amazonaws.com/altinity-build-artifacts/PRs/843/7a49bd3cfa10011d0430e1f9de4ce6ea37d19571/package_aarch64/clickhouse-common-static_24.8.14.10034.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
53940
52219
1568
72
81

Known Fails

Test NameResultMessage
/aes encryption/compatibility/select/decrypt uniqueXFail 1s 427ms
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 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 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 46m 8s
/aes encryption/encrypt OK 2m 36s
/aes encryption/encrypt/aad parameter types and length OK 9s 211ms
/aes encryption/decrypt OK 5m 39s
/aes encryption/decrypt/aad parameter types and length OK 9s 195ms
/aes encryption/encrypt_mysql OK 2m 32s
/aes encryption/encrypt_mysql/encryption OK 2m 22s
/aes encryption/decrypt_mysql OK 4m 43s
/aes encryption/decrypt_mysql/decryption OK 2m 21s
/aes encryption/compatibility OK 8m 43s
/aes encryption/performance OK 44m 7s
/aes encryption/performance/encryption decryption OK 23m 29s
/aes encryption/compatibility/insert OK 2m 0s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 24s 812ms
/aes encryption/encrypt/encryption OK 2m 15s
/aes encryption/decrypt/decryption OK 2m 14s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 212ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 15s 710ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 22s 280ms
/aes encryption/compatibility/insert/decrypt using input table function OK 17s 444ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 296ms
/aes encryption/compatibility/insert/encrypt using input table function OK 17s 644ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 22s 455ms
/aes encryption/compatibility/select OK 1m 18s
/aes encryption/compatibility/select/decrypt OK 19s 893ms
/aes encryption/compatibility/select/decrypt multiple OK 57s 130ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 1m 17s
/aes encryption/encrypt_mysql/invalid parameters OK 1s 440ms
/aes encryption/decrypt/invalid ciphertext OK 1m 29s
/aes encryption/encrypt_mysql/invalid plaintext data type OK 2s 339ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 1s 392ms
/aes encryption/encrypt_mysql/iv parameter types OK 501ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 5s 266ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 3s 878ms
/aes encryption/encrypt_mysql/key parameter types OK 529ms
/aes encryption/encrypt_mysql/mode parameter types OK 255ms
/aes encryption/encrypt_mysql/return value OK 200ms
/aes encryption/encrypt_mysql/syntax OK 104ms
/aes encryption/encrypt_mysql/unsupported modes OK 650ms
/aes encryption/encrypt/invalid parameters OK 2s 57ms
/aes encryption/encrypt/invalid plaintext data type OK 2s 137ms
/aes encryption/encrypt/iv parameter types OK 476ms
/aes encryption/encrypt/key parameter types OK 392ms
/aes encryption/encrypt/mode parameter types OK 197ms
/aes encryption/encrypt/return value OK 240ms
/aes encryption/encrypt/syntax OK 80ms
/aes encryption/compatibility/select/decrypt unique XFail 1s 427ms
/aes encryption/compatibility/mysql OK 5m 24s
/aes encryption/compatibility/mysql/table engine OK 1m 45s
/aes encryption/compatibility/mysql/table engine/decrypt OK 53s 643ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 742ms
/aes encryption/decrypt_mysql/iv parameter types OK 469ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 3s 415ms
/aes encryption/decrypt_mysql/key parameter types OK 465ms
/aes encryption/decrypt_mysql/mismatched iv OK 2s 55ms
/aes encryption/decrypt_mysql/mismatched key OK 3s 328ms
/aes encryption/decrypt_mysql/mismatched mode OK 51s 522ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 603ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 5s 93ms
/aes encryption/decrypt/invalid parameters OK 1s 937ms
/aes encryption/decrypt/iv parameter types OK 470ms
/aes encryption/decrypt/key parameter types OK 490ms
/aes encryption/decrypt/mismatched aad OK 281ms
/aes encryption/decrypt/mismatched iv OK 1s 833ms
/aes encryption/decrypt/mismatched key OK 3s 364ms
/aes encryption/decrypt/mismatched mode OK 1m 31s
/aes encryption/compatibility/mysql/table engine/encrypt OK 52s 194ms
/aes encryption/decrypt_mysql/mode parameter types OK 243ms
/aes encryption/decrypt_mysql/return value OK 233ms
/aes encryption/decrypt_mysql/syntax OK 99ms
/aes encryption/decrypt_mysql/unsupported modes OK 536ms
/aes encryption/compatibility/mysql/database engine OK 1m 40s
/aes encryption/compatibility/mysql/database engine/decrypt OK 49s 689ms
/aes encryption/decrypt/mode parameter types OK 225ms
/aes encryption/decrypt/return value OK 220ms
/aes encryption/decrypt/syntax OK 110ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 50s 636ms
/aes encryption/compatibility/mysql/table function OK 1m 5s
/aes encryption/compatibility/mysql/table function/decrypt OK 30s 952ms
/aes encryption/compatibility/mysql/table function/encrypt OK 34s 960ms
/aes encryption/compatibility/mysql/dictionary OK 52s 344ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 51s 238ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 1s 100ms
/aes encryption/performance/encryption decryption mysql OK 20m 38s

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922