Aes Encryption Test Run Report

DateNov 04, 2024 21:58
Duration8m 34s
Framework TestFlows 2.0.240705.1133204

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#0/5b67ba5a4febfa774d6373929d551c6a697d7d92/regression/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/24.3/5b67ba5a4febfa774d6373929d551c6a697d7d92/package_release/clickhouse-common-static_24.3.12.76.altinitystable_amd64.deb
version24.3.12.76.altinitystable
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashc5e1513a2214ee33696c29717935e0a94989ac2a
job.id11672696143
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/11672696143
archx86_64
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/24.3/5b67ba5a4febfa774d6373929d551c6a697d7d92/package_release/clickhouse-common-static_24.3.12.76.altinitystable_amd64.deb
keeper_binary_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerFalse
reuse_envFalse

Summary

77.6%OK
22.4%Known

Statistics

Units OK Fail Error XFail XError
Features
14
14
Scenarios
70
69
1
Examples
5794
4478
1250
66
Steps
53924
52271
1583
66
4

Known Fails

Test NameResultMessage
/aes encryption/compatibility/select/decrypt uniqueXFail 1s 185ms
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 1079, 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.3.12):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Invalid mode: aes-128-cfb128: While processing 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 1079 in 'query'

1071\|                  assert message in r.output, error(r.output)
1072\|  
1073\|          if not ignore_exception:
1074\|              if message is None or "Exception:" not in message:
1075\|                  with Then("check if output has exception") if steps else NullStep():
1076\|                      if "Exception:" in r.output:
1077\|                          if raise_on_exception:
1078\|                              raise QueryRuntimeException(r.output)
1079\|>                         assert False, error(r.output)
1080\|  
1081\|          return r
1082\|

Results

Test Name Result Duration
/aes encryption OK 8m 34s
/aes encryption/encrypt OK 1m 47s
/aes encryption/encrypt/aad parameter types and length OK 1s 962ms
/aes encryption/decrypt OK 4m 12s
/aes encryption/decrypt/aad parameter types and length OK 2s 20ms
/aes encryption/encrypt_mysql OK 1m 44s
/aes encryption/encrypt_mysql/encryption OK 1m 38s
/aes encryption/decrypt_mysql OK 3m 24s
/aes encryption/decrypt_mysql/decryption OK 1m 39s
/aes encryption/compatibility OK 6m 47s
/aes encryption/compatibility/insert OK 1m 26s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 12s 611ms
/aes encryption/encrypt/encryption OK 1m 38s
/aes encryption/decrypt/decryption OK 1m 36s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 158ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 11s 459ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 18s 112ms
/aes encryption/compatibility/insert/decrypt using input table function OK 13s 362ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 288ms
/aes encryption/compatibility/insert/encrypt using input table function OK 13s 352ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 16s 686ms
/aes encryption/compatibility/select OK 30s 465ms
/aes encryption/compatibility/select/decrypt OK 13s 317ms
/aes encryption/encrypt_mysql/invalid parameters OK 1s 76ms
/aes encryption/decrypt/invalid ciphertext OK 1m 3s
/aes encryption/encrypt_mysql/invalid plaintext data type OK 1s 702ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 55s 50ms
/aes encryption/compatibility/select/decrypt multiple OK 15s 960ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 1s 92ms
/aes encryption/encrypt_mysql/iv parameter types OK 306ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 3s 320ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 2s 426ms
/aes encryption/encrypt_mysql/key parameter types OK 260ms
/aes encryption/encrypt_mysql/mode parameter types OK 119ms
/aes encryption/encrypt_mysql/return value OK 123ms
/aes encryption/encrypt_mysql/syntax OK 58ms
/aes encryption/encrypt_mysql/unsupported modes OK 336ms
/aes encryption/encrypt/invalid parameters OK 1s 152ms
/aes encryption/performance OK 6s 560ms
/aes encryption/performance/encryption decryption OK 3s 382ms
/aes encryption/encrypt/invalid plaintext data type OK 1s 369ms
/aes encryption/encrypt/iv parameter types OK 297ms
/aes encryption/encrypt/key parameter types OK 269ms
/aes encryption/encrypt/mode parameter types OK 143ms
/aes encryption/encrypt/return value OK 135ms
/aes encryption/encrypt/syntax OK 57ms
/aes encryption/performance/encryption decryption mysql OK 3s 177ms
/aes encryption/compatibility/select/decrypt unique XFail 1s 185ms
/aes encryption/compatibility/mysql OK 4m 51s
/aes encryption/compatibility/mysql/table engine OK 1m 26s
/aes encryption/compatibility/mysql/table engine/decrypt OK 42s 614ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 395ms
/aes encryption/decrypt_mysql/iv parameter types OK 281ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 2s 805ms
/aes encryption/decrypt_mysql/key parameter types OK 361ms
/aes encryption/decrypt_mysql/mismatched iv OK 1s 652ms
/aes encryption/compatibility/mysql/table engine/encrypt OK 43s 712ms
/aes encryption/decrypt_mysql/mismatched key OK 2s 528ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 304ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 4s 315ms
/aes encryption/decrypt_mysql/mismatched mode OK 40s 625ms
/aes encryption/decrypt/invalid parameters OK 1s 319ms
/aes encryption/decrypt/iv parameter types OK 306ms
/aes encryption/decrypt/key parameter types OK 343ms
/aes encryption/decrypt/mismatched aad OK 163ms
/aes encryption/decrypt/mismatched iv OK 1s 362ms
/aes encryption/decrypt/mismatched key OK 2s 520ms
/aes encryption/decrypt/mismatched mode OK 1m 18s
/aes encryption/compatibility/mysql/database engine OK 1m 35s
/aes encryption/compatibility/mysql/database engine/decrypt OK 47s 714ms
/aes encryption/decrypt_mysql/mode parameter types OK 181ms
/aes encryption/decrypt_mysql/return value OK 126ms
/aes encryption/decrypt_mysql/syntax OK 62ms
/aes encryption/decrypt_mysql/unsupported modes OK 385ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 48s 82ms
/aes encryption/decrypt/mode parameter types OK 202ms
/aes encryption/decrypt/return value OK 156ms
/aes encryption/decrypt/syntax OK 80ms
/aes encryption/compatibility/mysql/table function OK 1m 1s
/aes encryption/compatibility/mysql/table function/decrypt OK 30s 276ms
/aes encryption/compatibility/mysql/table function/encrypt OK 31s 603ms
/aes encryption/compatibility/mysql/dictionary OK 47s 270ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 46s 340ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 928ms

Generated by TestFlows Open-Source Test Framework v2.0.240705.1133204