Aes Encryption Test Run Report

DateJul 14, 2023 14:40
Duration8m 31s
Framework TestFlows 1.9.230315.1003122

Artifacts

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

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/23.3/b2217a3881bc514b436b6e2c0e21eb899b4d4aee/package_release/clickhouse-common-static_23.3.8.22.altinitystable_amd64.deb
version23.3.8.22.altinitystable
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashb13df10b2ee4ce720b5635d1e0208debff3f6ca8
job.id5553084583
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/5553084583
archx86_64
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/23.3/b2217a3881bc514b436b6e2c0e21eb899b4d4aee/package_release/clickhouse-common-static_23.3.8.22.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
53653
52019
1568
66

Known Fails

Test NameResultMessage
/aes encryption/compatibility/select/decrypt uniqueXFail 956ms
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/actions-runner/_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/actions-runner/_work/ClickHouse/ClickHouse/aes_encryption/../aes_encryption/tests/compatibility/select.py", line 229, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/aes_encryption/../aes_encryption/tests/compatibility/select.py", line 180, in decrypt_unique
    encrypted_secret = node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/aes_encryption/../helpers/cluster.py", line 777, 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.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/actions-runner/_work/ClickHouse/ClickHouse/aes_encryption/../helpers/cluster.py', line 777 in 'query'

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

Results

Test Name Result Duration
/aes encryption OK 8m 31s
/aes encryption/encrypt OK 1m 59s
/aes encryption/encrypt/aad parameter types and length OK 3s 579ms
/aes encryption/decrypt OK 4m 9s
/aes encryption/encrypt_mysql OK 1m 57s
/aes encryption/decrypt_mysql OK 3m 29s
/aes encryption/decrypt/aad parameter types and length OK 3s 555ms
/aes encryption/encrypt_mysql/encryption OK 1m 49s
/aes encryption/decrypt_mysql/decryption OK 1m 50s
/aes encryption/compatibility OK 6m 56s
/aes encryption/compatibility/insert OK 1m 41s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 16s 320ms
/aes encryption/encrypt/encryption OK 1m 45s
/aes encryption/decrypt/decryption OK 1m 46s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 108ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 13s 712ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 21s 439ms
/aes encryption/compatibility/insert/decrypt using input table function OK 15s 26ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 168ms
/aes encryption/compatibility/insert/encrypt using input table function OK 15s 98ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 19s 614ms
/aes encryption/compatibility/select OK 44s 687ms
/aes encryption/compatibility/select/decrypt OK 15s 645ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 952ms
/aes encryption/encrypt_mysql/invalid parameters OK 1s 114ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 4s 705ms
/aes encryption/decrypt/invalid ciphertext OK 59s 581ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 53s 178ms
/aes encryption/encrypt_mysql/invalid plaintext data type OK 2s 5ms
/aes encryption/encrypt_mysql/iv parameter types OK 350ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 2s 987ms
/aes encryption/encrypt/invalid parameters OK 1s 516ms
/aes encryption/encrypt_mysql/key parameter types OK 352ms
/aes encryption/encrypt/invalid plaintext data type OK 1s 926ms
/aes encryption/encrypt_mysql/mode parameter types OK 195ms
/aes encryption/encrypt_mysql/return value OK 163ms
/aes encryption/encrypt_mysql/syntax OK 96ms
/aes encryption/encrypt_mysql/unsupported modes OK 518ms
/aes encryption/compatibility/select/decrypt multiple OK 28s 83ms
/aes encryption/encrypt/iv parameter types OK 304ms
/aes encryption/encrypt/key parameter types OK 296ms
/aes encryption/encrypt/mode parameter types OK 127ms
/aes encryption/encrypt/return value OK 140ms
/aes encryption/encrypt/syntax OK 82ms
/aes encryption/compatibility/select/decrypt unique XFail 956ms
/aes encryption/compatibility/mysql OK 4m 30s
/aes encryption/compatibility/mysql/table engine OK 1m 26s
/aes encryption/compatibility/mysql/table engine/decrypt OK 43s 894ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 302ms
/aes encryption/decrypt_mysql/iv parameter types OK 298ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 2s 537ms
/aes encryption/decrypt_mysql/key parameter types OK 268ms
/aes encryption/decrypt_mysql/mismatched iv OK 1s 250ms
/aes encryption/decrypt_mysql/mismatched key OK 2s 266ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 317ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 3s 977ms
/aes encryption/decrypt_mysql/mismatched mode OK 37s 116ms
/aes encryption/decrypt/invalid parameters OK 1s 401ms
/aes encryption/decrypt/iv parameter types OK 323ms
/aes encryption/decrypt/key parameter types OK 267ms
/aes encryption/decrypt/mismatched aad OK 196ms
/aes encryption/decrypt/mismatched iv OK 1s 208ms
/aes encryption/decrypt/mismatched key OK 2s 305ms
/aes encryption/decrypt/mismatched mode OK 1m 7s
/aes encryption/compatibility/mysql/table engine/encrypt OK 42s 392ms
/aes encryption/decrypt_mysql/mode parameter types OK 126ms
/aes encryption/decrypt_mysql/return value OK 135ms
/aes encryption/decrypt_mysql/syntax OK 71ms
/aes encryption/decrypt_mysql/unsupported modes OK 387ms
/aes encryption/compatibility/mysql/database engine OK 1m 24s
/aes encryption/compatibility/mysql/database engine/decrypt OK 42s 471ms
/aes encryption/decrypt/mode parameter types OK 136ms
/aes encryption/decrypt/return value OK 136ms
/aes encryption/decrypt/syntax OK 63ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 42s 477ms
/aes encryption/compatibility/mysql/table function OK 57s 119ms
/aes encryption/compatibility/mysql/table function/decrypt OK 27s 924ms
/aes encryption/compatibility/mysql/table function/encrypt OK 29s 194ms
/aes encryption/compatibility/mysql/dictionary OK 41s 836ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 40s 886ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 947ms

Generated by TestFlows Open-Source Test Framework v1.9.230315.1003122