Aes Encryption Test Run Report

DateMar 01, 2024 21:03
Duration9m 34s
Framework TestFlows 2.0.231215.1221232

Artifacts

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

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/23.3/19a57e6f4a8ca8dd7737ac12f3ba472b37ac166c/package_aarch64/clickhouse-common-static_23.3.19.33.altinitystable_arm64.deb
version23.3.19.33.altinitystable
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash6da94b78dc53cb8965ab56c04a89ebf54ed04cbc
job.id8115174679
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/8115174679
archaarch64
stressFalse
allow_vfsFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/23.3/19a57e6f4a8ca8dd7737ac12f3ba472b37ac166c/package_aarch64/clickhouse-common-static_23.3.19.33.altinitystable_arm64.deb
collect_service_logsTrue

Summary

77.6%OK
22.4%Known

Statistics

Units OK Fail Error XFail XError
Features
13
13
Scenarios
68
67
1
Examples
5728
4427
1235
66
Steps
53662
52028
1568
66

Known Fails

Test NameResultMessage
/aes encryption/compatibility/select/decrypt uniqueXFail 1s 178ms
https://github.com/ClickHouse/ClickHouse/issues/18249
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 973, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.10/threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.10/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 844, 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 23.3.19):
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'))
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/aes_encryption/../helpers/cluster.py', line 844 in 'query'

836\|                  assert message in r.output, error(r.output)
837\|  
838\|          if not ignore_exception:
839\|              if message is None or "Exception:" not in message:
840\|                  with Then("check if output has exception") if steps else NullStep():
841\|                      if "Exception:" in r.output:
842\|                          if raise_on_exception:
843\|                              raise QueryRuntimeException(r.output)
844\|>                         assert False, error(r.output)
845\|  
846\|          return r
847\|

Results

Test Name Result Duration
/aes encryption OK 9m 34s
/aes encryption/encrypt OK 2m 26s
/aes encryption/encrypt/aad parameter types and length OK 6s 202ms
/aes encryption/decrypt OK 5m 41s
/aes encryption/decrypt/aad parameter types and length OK 6s 200ms
/aes encryption/encrypt_mysql OK 2m 24s
/aes encryption/encrypt_mysql/encryption OK 2m 14s
/aes encryption/decrypt_mysql OK 4m 39s
/aes encryption/decrypt_mysql/decryption OK 2m 14s
/aes encryption/compatibility OK 8m 14s
/aes encryption/compatibility/insert OK 2m 1s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 21s 906ms
/aes encryption/encrypt/encryption OK 2m 7s
/aes encryption/decrypt/decryption OK 2m 6s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 184ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 16s 773ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 24s 853ms
/aes encryption/compatibility/insert/decrypt using input table function OK 16s 961ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 176ms
/aes encryption/compatibility/insert/encrypt using input table function OK 16s 916ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 23s 412ms
/aes encryption/compatibility/select OK 1m 3s
/aes encryption/compatibility/select/decrypt OK 18s 292ms
/aes encryption/decrypt/invalid ciphertext OK 1m 23s
/aes encryption/encrypt/invalid key or iv length for gcm OK 1s 250ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 1m 16s
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 6s 443ms
/aes encryption/encrypt_mysql/invalid parameters OK 1s 607ms
/aes encryption/encrypt_mysql/invalid plaintext data type OK 2s 645ms
/aes encryption/encrypt_mysql/iv parameter types OK 348ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 3s 656ms
/aes encryption/compatibility/select/decrypt multiple OK 44s 500ms
/aes encryption/encrypt/invalid parameters OK 2s 157ms
/aes encryption/encrypt_mysql/key parameter types OK 387ms
/aes encryption/encrypt/invalid plaintext data type OK 2s 536ms
/aes encryption/encrypt_mysql/mode parameter types OK 179ms
/aes encryption/encrypt_mysql/return value OK 186ms
/aes encryption/encrypt_mysql/syntax OK 86ms
/aes encryption/encrypt_mysql/unsupported modes OK 624ms
/aes encryption/encrypt/iv parameter types OK 360ms
/aes encryption/encrypt/key parameter types OK 344ms
/aes encryption/encrypt/mode parameter types OK 168ms
/aes encryption/encrypt/return value OK 175ms
/aes encryption/encrypt/syntax OK 95ms
/aes encryption/compatibility/select/decrypt unique XFail 1s 178ms
/aes encryption/compatibility/mysql OK 5m 8s
/aes encryption/compatibility/mysql/table engine OK 1m 39s
/aes encryption/compatibility/mysql/table engine/decrypt OK 49s 645ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 792ms
/aes encryption/decrypt_mysql/iv parameter types OK 387ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 3s 740ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 937ms
/aes encryption/decrypt_mysql/key parameter types OK 358ms
/aes encryption/decrypt_mysql/mismatched iv OK 1s 756ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 6s 321ms
/aes encryption/decrypt_mysql/mismatched key OK 3s 529ms
/aes encryption/decrypt_mysql/mismatched mode OK 56s 431ms
/aes encryption/decrypt/invalid parameters OK 2s 94ms
/aes encryption/decrypt/iv parameter types OK 369ms
/aes encryption/decrypt/key parameter types OK 351ms
/aes encryption/decrypt/mismatched aad OK 325ms
/aes encryption/decrypt/mismatched iv OK 1s 818ms
/aes encryption/decrypt/mismatched key OK 3s 442ms
/aes encryption/decrypt/mismatched mode OK 1m 47s
/aes encryption/compatibility/mysql/table engine/encrypt OK 49s 402ms
/aes encryption/decrypt_mysql/mode parameter types OK 176ms
/aes encryption/decrypt_mysql/return value OK 171ms
/aes encryption/decrypt_mysql/syntax OK 93ms
/aes encryption/decrypt_mysql/unsupported modes OK 637ms
/aes encryption/compatibility/mysql/database engine OK 1m 38s
/aes encryption/compatibility/mysql/database engine/decrypt OK 49s 73ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 49s 486ms
/aes encryption/decrypt/mode parameter types OK 187ms
/aes encryption/decrypt/return value OK 165ms
/aes encryption/decrypt/syntax OK 82ms
/aes encryption/compatibility/mysql/table function OK 1m 2s
/aes encryption/compatibility/mysql/table function/decrypt OK 30s 571ms
/aes encryption/compatibility/mysql/table function/encrypt OK 32s 189ms
/aes encryption/compatibility/mysql/dictionary OK 48s 600ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 47s 550ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 1s 48ms

Generated by TestFlows Open-Source Test Framework v2.0.231215.1221232