Aes Encryption Test Run Report

DateSep 19, 2023 7:38
Duration9m 14s
Framework TestFlows 1.9.230315.1003122

Artifacts

Test artifacts can be found at https://altinity-test-reports.s3.amazonaws.com/index.html#clickhouse/22.8.15.25.altinitystable/6231175917/testflows/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/265/6b52da82b6ca003e8ebd34ead5f4eabbc45d1cd6/package_aarch64/clickhouse-common-static_22.8.15.25.altinitystable_arm64.deb
version22.8.15.25.altinitystable
user.nameMyroTk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashc23ebf091e566342377fb79fbd78ac3f7a42e678
job.id6231175917
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/6231175917
archaarch64
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/265/6b52da82b6ca003e8ebd34ead5f4eabbc45d1cd6/package_aarch64/clickhouse-common-static_22.8.15.25.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
4425
1237
66
Steps
53651
52013
1572
66

Known Fails

Test NameResultMessage
/aes encryption/compatibility/select/decrypt uniqueXFail 1s 172ms
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 229, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/aes_encryption/../aes_encryption/tests/compatibility/select.py", line 180, in decrypt_unique
    encrypted_secret = node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/aes_encryption/../helpers/cluster.py", line 780, 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 22.8.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Invalid mode: aes-128-cfb128: While processing hex(encrypt('aes-128-cfb128', 'secret', '1111111111111111')). (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 780 in 'query'

772\|                  assert message in r.output, error(r.output)
773\|  
774\|          if not ignore_exception:
775\|              if message is None or "Exception:" not in message:
776\|                  with Then("check if output has exception") if steps else NullStep():
777\|                      if "Exception:" in r.output:
778\|                          if raise_on_exception:
779\|                              raise QueryRuntimeException(r.output)
780\|>                         assert False, error(r.output)
781\|  
782\|          return r
783\|

Results

Test Name Result Duration
/aes encryption OK 9m 14s
/aes encryption/encrypt OK 2m 23s
/aes encryption/encrypt/aad parameter types and length OK 4s 46ms
/aes encryption/decrypt OK 5m 35s
/aes encryption/decrypt/aad parameter types and length OK 4s 38ms
/aes encryption/encrypt_mysql OK 2m 21s
/aes encryption/encrypt_mysql/encryption OK 2m 11s
/aes encryption/decrypt_mysql OK 4m 34s
/aes encryption/decrypt_mysql/decryption OK 2m 10s
/aes encryption/compatibility OK 8m 7s
/aes encryption/compatibility/insert OK 1m 59s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 19s 419ms
/aes encryption/encrypt/encryption OK 2m 5s
/aes encryption/decrypt/decryption OK 2m 3s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 98ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 17s 148ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 25s 712ms
/aes encryption/compatibility/insert/decrypt using input table function OK 16s 840ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 177ms
/aes encryption/compatibility/insert/encrypt using input table function OK 16s 665ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 23s 770ms
/aes encryption/compatibility/select OK 52s 563ms
/aes encryption/compatibility/select/decrypt OK 18s 246ms
/aes encryption/decrypt/invalid ciphertext OK 1m 24s
/aes encryption/encrypt/invalid key or iv length for gcm OK 1s 188ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 1m 15s
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 6s 203ms
/aes encryption/encrypt_mysql/invalid parameters OK 1s 688ms
/aes encryption/encrypt_mysql/invalid plaintext data type OK 2s 496ms
/aes encryption/encrypt_mysql/iv parameter types OK 344ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 3s 670ms
/aes encryption/encrypt/invalid parameters OK 2s 160ms
/aes encryption/compatibility/select/decrypt multiple OK 33s 142ms
/aes encryption/encrypt/invalid plaintext data type OK 2s 550ms
/aes encryption/encrypt_mysql/key parameter types OK 472ms
/aes encryption/encrypt_mysql/mode parameter types OK 213ms
/aes encryption/encrypt_mysql/return value OK 176ms
/aes encryption/encrypt_mysql/syntax OK 81ms
/aes encryption/encrypt_mysql/unsupported modes OK 613ms
/aes encryption/encrypt/iv parameter types OK 382ms
/aes encryption/encrypt/key parameter types OK 386ms
/aes encryption/encrypt/mode parameter types OK 200ms
/aes encryption/encrypt/return value OK 169ms
/aes encryption/encrypt/syntax OK 90ms
/aes encryption/compatibility/select/decrypt unique XFail 1s 172ms
/aes encryption/compatibility/mysql OK 5m 14s
/aes encryption/compatibility/mysql/table engine OK 1m 39s
/aes encryption/compatibility/mysql/table engine/decrypt OK 49s 639ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 787ms
/aes encryption/decrypt_mysql/iv parameter types OK 387ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 3s 700ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 858ms
/aes encryption/decrypt_mysql/key parameter types OK 354ms
/aes encryption/decrypt_mysql/mismatched iv OK 1s 772ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 6s 203ms
/aes encryption/decrypt_mysql/mismatched key OK 3s 487ms
/aes encryption/decrypt_mysql/mismatched mode OK 55s 262ms
/aes encryption/decrypt/invalid parameters OK 2s 30ms
/aes encryption/compatibility/mysql/table engine/encrypt OK 49s 722ms
/aes encryption/decrypt/iv parameter types OK 380ms
/aes encryption/decrypt/key parameter types OK 335ms
/aes encryption/decrypt/mismatched aad OK 304ms
/aes encryption/decrypt/mismatched iv OK 1s 829ms
/aes encryption/decrypt/mismatched key OK 3s 267ms
/aes encryption/decrypt/mismatched mode OK 1m 47s
/aes encryption/compatibility/mysql/database engine OK 1m 41s
/aes encryption/compatibility/mysql/database engine/decrypt OK 51s 438ms
/aes encryption/decrypt_mysql/mode parameter types OK 173ms
/aes encryption/decrypt_mysql/return value OK 178ms
/aes encryption/decrypt_mysql/syntax OK 116ms
/aes encryption/decrypt_mysql/unsupported modes OK 630ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 50s 553ms
/aes encryption/decrypt/mode parameter types OK 181ms
/aes encryption/decrypt/return value OK 166ms
/aes encryption/decrypt/syntax OK 84ms
/aes encryption/compatibility/mysql/table function OK 1m 3s
/aes encryption/compatibility/mysql/table function/decrypt OK 31s 124ms
/aes encryption/compatibility/mysql/table function/encrypt OK 32s 610ms
/aes encryption/compatibility/mysql/dictionary OK 49s 513ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 48s 457ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 1s 54ms

Generated by TestFlows Open-Source Test Framework v1.9.230315.1003122