Aes Encryption Test Run Report

DateDec 26, 2023 12:39
Duration8m 37s
Framework TestFlows 2.0.231130.1212236

Artifacts

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

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/23.8/57762a45dd8d7579a37ae9643654cde6896312dc/package_aarch64/clickhouse-common-static_23.8.8.21.altinitystable_arm64.deb
version23.8.8.21.altinitystable
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash09db6160aac30e37169797b73fac77b4cbca41c6
job.id7328846900
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/7328846900
archaarch64
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/23.8/57762a45dd8d7579a37ae9643654cde6896312dc/package_aarch64/clickhouse-common-static_23.8.8.21.altinitystable_arm64.deb
collect_service_logsTrue

Summary

77.6%OK
22.4%Known

Statistics

Units OK Fail Error XFail XError
Suites
13
13
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 8ms
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 802, 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.8.8):
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 802 in 'query'

794\|                  assert message in r.output, error(r.output)
795\|  
796\|          if not ignore_exception:
797\|              if message is None or "Exception:" not in message:
798\|                  with Then("check if output has exception") if steps else NullStep():
799\|                      if "Exception:" in r.output:
800\|                          if raise_on_exception:
801\|                              raise QueryRuntimeException(r.output)
802\|>                         assert False, error(r.output)
803\|  
804\|          return r
805\|

Results

Test Name Result Duration
/aes encryption OK 8m 37s
/aes encryption/encrypt OK 2m 10s
/aes encryption/encrypt/aad parameter types and length OK 6s 183ms
/aes encryption/decrypt OK 4m 50s
/aes encryption/decrypt/aad parameter types and length OK 6s 177ms
/aes encryption/encrypt_mysql OK 2m 7s
/aes encryption/encrypt_mysql/encryption OK 1m 59s
/aes encryption/decrypt_mysql OK 4m 1s
/aes encryption/decrypt_mysql/decryption OK 1m 58s
/aes encryption/compatibility OK 7m 12s
/aes encryption/compatibility/insert OK 1m 39s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 18s 267ms
/aes encryption/encrypt/encryption OK 1m 52s
/aes encryption/decrypt/decryption OK 1m 50s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 167ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 12s 934ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 19s 804ms
/aes encryption/compatibility/insert/decrypt using input table function OK 14s 294ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 159ms
/aes encryption/compatibility/insert/encrypt using input table function OK 14s 315ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 19s 518ms
/aes encryption/compatibility/select OK 1m 1s
/aes encryption/compatibility/select/decrypt OK 15s 392ms
/aes encryption/compatibility/select/decrypt multiple OK 44s 807ms
/aes encryption/decrypt/invalid ciphertext OK 1m 13s
/aes encryption/decrypt_mysql/invalid ciphertext OK 1m 5s
/aes encryption/encrypt/invalid key or iv length for gcm OK 1s 68ms
/aes encryption/encrypt_mysql/invalid parameters OK 1s 412ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 5s 493ms
/aes encryption/encrypt_mysql/invalid plaintext data type OK 2s 293ms
/aes encryption/encrypt_mysql/iv parameter types OK 346ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 3s 192ms
/aes encryption/encrypt/invalid parameters OK 1s 661ms
/aes encryption/encrypt_mysql/key parameter types OK 315ms
/aes encryption/encrypt_mysql/mode parameter types OK 152ms
/aes encryption/encrypt/invalid plaintext data type OK 2s 140ms
/aes encryption/encrypt_mysql/return value OK 163ms
/aes encryption/encrypt_mysql/syntax OK 80ms
/aes encryption/encrypt_mysql/unsupported modes OK 607ms
/aes encryption/encrypt/iv parameter types OK 315ms
/aes encryption/encrypt/key parameter types OK 335ms
/aes encryption/encrypt/mode parameter types OK 156ms
/aes encryption/encrypt/return value OK 152ms
/aes encryption/encrypt/syntax OK 71ms
/aes encryption/compatibility/select/decrypt unique XFail 1s 8ms
/aes encryption/compatibility/mysql OK 4m 31s
/aes encryption/compatibility/mysql/table engine OK 1m 26s
/aes encryption/compatibility/mysql/table engine/decrypt OK 44s 82ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 501ms
/aes encryption/decrypt_mysql/iv parameter types OK 353ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 3s 183ms
/aes encryption/decrypt_mysql/key parameter types OK 344ms
/aes encryption/decrypt_mysql/mismatched iv OK 1s 531ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 517ms
/aes encryption/decrypt_mysql/mismatched key OK 2s 884ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 4s 879ms
/aes encryption/decrypt_mysql/mismatched mode OK 46s 254ms
/aes encryption/decrypt/invalid parameters OK 1s 761ms
/aes encryption/decrypt/iv parameter types OK 365ms
/aes encryption/decrypt/key parameter types OK 338ms
/aes encryption/decrypt/mismatched aad OK 273ms
/aes encryption/decrypt/mismatched iv OK 1s 525ms
/aes encryption/decrypt/mismatched key OK 2s 830ms
/aes encryption/decrypt/mismatched mode OK 1m 26s
/aes encryption/compatibility/mysql/table engine/encrypt OK 42s 23ms
/aes encryption/decrypt_mysql/mode parameter types OK 169ms
/aes encryption/decrypt_mysql/return value OK 159ms
/aes encryption/decrypt_mysql/syntax OK 86ms
/aes encryption/decrypt_mysql/unsupported modes OK 517ms
/aes encryption/compatibility/mysql/database engine OK 1m 27s
/aes encryption/compatibility/mysql/database engine/decrypt OK 43s 368ms
/aes encryption/decrypt/mode parameter types OK 148ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 43s 661ms
/aes encryption/decrypt/return value OK 155ms
/aes encryption/decrypt/syntax OK 70ms
/aes encryption/compatibility/mysql/table function OK 56s 444ms
/aes encryption/compatibility/mysql/table function/decrypt OK 27s 795ms
/aes encryption/compatibility/mysql/table function/encrypt OK 28s 647ms
/aes encryption/compatibility/mysql/dictionary OK 42s 272ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 41s 359ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 911ms

Generated by TestFlows Open-Source Test Framework v2.0.231130.1212236