Aes Encryption Test Run Report

DateMar 01, 2024 20:55
Duration6m 8s
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_release/clickhouse-common-static_23.3.19.33.altinitystable_amd64.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
archx86_64
stressFalse
allow_vfsFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/23.3/19a57e6f4a8ca8dd7737ac12f3ba472b37ac166c/package_release/clickhouse-common-static_23.3.19.33.altinitystable_amd64.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 678ms
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 6m 8s
/aes encryption/encrypt OK 1m 25s
/aes encryption/encrypt/aad parameter types and length OK 1s 116ms
/aes encryption/decrypt OK 3m 14s
/aes encryption/decrypt/aad parameter types and length OK 1s 112ms
/aes encryption/encrypt_mysql OK 1m 23s
/aes encryption/encrypt_mysql/encryption OK 1m 18s
/aes encryption/decrypt_mysql OK 2m 39s
/aes encryption/decrypt_mysql/decryption OK 1m 18s
/aes encryption/compatibility OK 4m 55s
/aes encryption/compatibility/insert OK 1m 12s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 10s 402ms
/aes encryption/encrypt/encryption OK 1m 16s
/aes encryption/decrypt/decryption OK 1m 17s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 74ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 9s 740ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 15s 794ms
/aes encryption/compatibility/insert/decrypt using input table function OK 10s 960ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 112ms
/aes encryption/compatibility/insert/encrypt using input table function OK 10s 966ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 14s 116ms
/aes encryption/compatibility/select OK 24s 322ms
/aes encryption/compatibility/select/decrypt OK 11s 86ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 640ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 42s 754ms
/aes encryption/decrypt/invalid ciphertext OK 47s 506ms
/aes encryption/encrypt_mysql/invalid parameters OK 851ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 3s 450ms
/aes encryption/encrypt_mysql/invalid plaintext data type OK 1s 386ms
/aes encryption/encrypt_mysql/iv parameter types OK 273ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 2s 50ms
/aes encryption/encrypt/invalid parameters OK 1s 58ms
/aes encryption/encrypt_mysql/key parameter types OK 257ms
/aes encryption/encrypt/invalid plaintext data type OK 1s 350ms
/aes encryption/compatibility/select/decrypt multiple OK 12s 557ms
/aes encryption/encrypt_mysql/mode parameter types OK 128ms
/aes encryption/encrypt_mysql/return value OK 133ms
/aes encryption/encrypt_mysql/syntax OK 61ms
/aes encryption/encrypt_mysql/unsupported modes OK 364ms
/aes encryption/encrypt/iv parameter types OK 258ms
/aes encryption/encrypt/key parameter types OK 240ms
/aes encryption/encrypt/mode parameter types OK 115ms
/aes encryption/encrypt/return value OK 106ms
/aes encryption/encrypt/syntax OK 51ms
/aes encryption/compatibility/select/decrypt unique XFail 678ms
/aes encryption/compatibility/mysql OK 3m 19s
/aes encryption/compatibility/mysql/table engine OK 59s 552ms
/aes encryption/compatibility/mysql/table engine/decrypt OK 29s 350ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 44ms
/aes encryption/decrypt_mysql/iv parameter types OK 220ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 2s 43ms
/aes encryption/decrypt_mysql/key parameter types OK 217ms
/aes encryption/decrypt_mysql/mismatched iv OK 1s 41ms
/aes encryption/decrypt_mysql/mismatched key OK 1s 934ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 984ms
/aes encryption/compatibility/mysql/table engine/encrypt OK 30s 200ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 3s 394ms
/aes encryption/decrypt_mysql/mismatched mode OK 30s 966ms
/aes encryption/decrypt/invalid parameters OK 1s 127ms
/aes encryption/decrypt/iv parameter types OK 251ms
/aes encryption/decrypt/key parameter types OK 230ms
/aes encryption/decrypt/mismatched aad OK 183ms
/aes encryption/decrypt/mismatched iv OK 981ms
/aes encryption/decrypt/mismatched key OK 1s 936ms
/aes encryption/decrypt/mismatched mode OK 59s 594ms
/aes encryption/compatibility/mysql/database engine OK 1m 2s
/aes encryption/compatibility/mysql/database engine/decrypt OK 30s 600ms
/aes encryption/decrypt_mysql/mode parameter types OK 106ms
/aes encryption/decrypt_mysql/return value OK 108ms
/aes encryption/decrypt_mysql/syntax OK 64ms
/aes encryption/decrypt_mysql/unsupported modes OK 323ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 32s 318ms
/aes encryption/decrypt/mode parameter types OK 109ms
/aes encryption/decrypt/return value OK 115ms
/aes encryption/decrypt/syntax OK 62ms
/aes encryption/compatibility/mysql/table function OK 43s 821ms
/aes encryption/compatibility/mysql/table function/decrypt OK 21s 155ms
/aes encryption/compatibility/mysql/table function/encrypt OK 22s 664ms
/aes encryption/compatibility/mysql/dictionary OK 33s 85ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 32s 373ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 710ms

Generated by TestFlows Open-Source Test Framework v2.0.231215.1221232