Aes Encryption Test Run Report

DateDec 26, 2023 12:46
Duration5m 0s
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_release/clickhouse-common-static_23.8.8.21.altinitystable_amd64.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
archx86_64
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/23.8/57762a45dd8d7579a37ae9643654cde6896312dc/package_release/clickhouse-common-static_23.8.8.21.altinitystable_amd64.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 549ms
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 5m 0s
/aes encryption/encrypt OK 1m 12s
/aes encryption/encrypt/aad parameter types and length OK 1s 96ms
/aes encryption/decrypt OK 2m 28s
/aes encryption/decrypt/aad parameter types and length OK 1s 97ms
/aes encryption/encrypt_mysql OK 1m 11s
/aes encryption/encrypt_mysql/encryption OK 1m 6s
/aes encryption/decrypt_mysql OK 2m 4s
/aes encryption/decrypt_mysql/decryption OK 1m 6s
/aes encryption/compatibility OK 3m 47s
/aes encryption/compatibility/insert OK 55s 597ms
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 7s 945ms
/aes encryption/encrypt/encryption OK 1m 6s
/aes encryption/decrypt/decryption OK 1m 5s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 80ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 7s 791ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 11s 338ms
/aes encryption/compatibility/insert/decrypt using input table function OK 8s 775ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 114ms
/aes encryption/compatibility/insert/encrypt using input table function OK 9s 174ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 10s 374ms
/aes encryption/compatibility/select OK 20s 838ms
/aes encryption/compatibility/select/decrypt OK 8s 961ms
/aes encryption/compatibility/select/decrypt multiple OK 11s 326ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 31s 954ms
/aes encryption/decrypt/invalid ciphertext OK 36s 468ms
/aes encryption/encrypt_mysql/invalid parameters OK 642ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 543ms
/aes encryption/encrypt_mysql/invalid plaintext data type OK 1s 57ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 2s 580ms
/aes encryption/encrypt_mysql/iv parameter types OK 176ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 1s 842ms
/aes encryption/encrypt/invalid parameters OK 758ms
/aes encryption/encrypt_mysql/key parameter types OK 211ms
/aes encryption/encrypt_mysql/mode parameter types OK 90ms
/aes encryption/encrypt_mysql/return value OK 121ms
/aes encryption/encrypt_mysql/syntax OK 49ms
/aes encryption/encrypt_mysql/unsupported modes OK 249ms
/aes encryption/encrypt/invalid plaintext data type OK 961ms
/aes encryption/encrypt/iv parameter types OK 232ms
/aes encryption/encrypt/key parameter types OK 213ms
/aes encryption/encrypt/mode parameter types OK 85ms
/aes encryption/encrypt/return value OK 97ms
/aes encryption/encrypt/syntax OK 40ms
/aes encryption/compatibility/select/decrypt unique XFail 549ms
/aes encryption/compatibility/mysql OK 2m 31s
/aes encryption/compatibility/mysql/table engine OK 47s 678ms
/aes encryption/compatibility/mysql/table engine/decrypt OK 23s 898ms
/aes encryption/decrypt_mysql/invalid parameters OK 608ms
/aes encryption/decrypt_mysql/iv parameter types OK 182ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 1s 367ms
/aes encryption/decrypt_mysql/key parameter types OK 167ms
/aes encryption/compatibility/mysql/table engine/encrypt OK 23s 776ms
/aes encryption/decrypt_mysql/mismatched iv OK 857ms
/aes encryption/decrypt_mysql/mismatched key OK 1s 303ms
/aes encryption/decrypt_mysql/mismatched mode OK 21s 442ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 675ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 2s 174ms
/aes encryption/decrypt/invalid parameters OK 698ms
/aes encryption/decrypt/iv parameter types OK 189ms
/aes encryption/decrypt/key parameter types OK 188ms
/aes encryption/decrypt/mismatched aad OK 118ms
/aes encryption/decrypt/mismatched iv OK 815ms
/aes encryption/decrypt/mismatched key OK 1s 373ms
/aes encryption/decrypt/mismatched mode OK 38s 997ms
/aes encryption/decrypt_mysql/mode parameter types OK 91ms
/aes encryption/decrypt_mysql/return value OK 108ms
/aes encryption/compatibility/mysql/database engine OK 48s 303ms
/aes encryption/compatibility/mysql/database engine/decrypt OK 24s 419ms
/aes encryption/decrypt_mysql/syntax OK 47ms
/aes encryption/decrypt_mysql/unsupported modes OK 204ms
/aes encryption/decrypt/mode parameter types OK 85ms
/aes encryption/decrypt/return value OK 96ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 23s 882ms
/aes encryption/decrypt/syntax OK 46ms
/aes encryption/compatibility/mysql/table function OK 31s 339ms
/aes encryption/compatibility/mysql/table function/decrypt OK 15s 489ms
/aes encryption/compatibility/mysql/table function/encrypt OK 15s 848ms
/aes encryption/compatibility/mysql/dictionary OK 23s 929ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 23s 391ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 537ms

Generated by TestFlows Open-Source Test Framework v2.0.231130.1212236