Aes Encryption Test Run Report

DateOct 05, 2023 13:11
Duration6m 24s
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.13.7.altinitystable/6416627213/testflows/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/23.3/f040635d5f373c5e4be08e5fbec2622a9889adde/package_release/clickhouse-common-static_23.3.13.7.altinitystable_amd64.deb
version23.3.13.7.altinitystable
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash53dd0b4af71fdeac6704e70f4ff79eacbae2159a
job.id6416627213
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/6416627213
archx86_64
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/23.3/f040635d5f373c5e4be08e5fbec2622a9889adde/package_release/clickhouse-common-static_23.3.13.7.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 743ms
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 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 23.3.13):
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 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 6m 24s
/aes encryption/encrypt OK 1m 39s
/aes encryption/encrypt/aad parameter types and length OK 3s 380ms
/aes encryption/decrypt OK 3m 29s
/aes encryption/decrypt/aad parameter types and length OK 3s 347ms
/aes encryption/encrypt_mysql OK 1m 37s
/aes encryption/encrypt_mysql/encryption OK 1m 31s
/aes encryption/decrypt_mysql OK 2m 55s
/aes encryption/decrypt_mysql/decryption OK 1m 30s
/aes encryption/compatibility OK 5m 10s
/aes encryption/compatibility/insert OK 1m 23s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 13s 828ms
/aes encryption/decrypt/decryption OK 1m 27s
/aes encryption/encrypt/encryption OK 1m 27s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 137ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 11s 253ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 17s 223ms
/aes encryption/compatibility/insert/decrypt using input table function OK 12s 690ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 107ms
/aes encryption/compatibility/insert/encrypt using input table function OK 12s 417ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 15s 999ms
/aes encryption/compatibility/select OK 39s 836ms
/aes encryption/compatibility/select/decrypt OK 12s 975ms
/aes encryption/decrypt/invalid ciphertext OK 50s 476ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 44s 853ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 800ms
/aes encryption/encrypt_mysql/invalid parameters OK 1s 38ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 3s 917ms
/aes encryption/encrypt_mysql/invalid plaintext data type OK 1s 594ms
/aes encryption/encrypt_mysql/iv parameter types OK 273ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 2s 449ms
/aes encryption/encrypt/invalid parameters OK 1s 303ms
/aes encryption/encrypt_mysql/key parameter types OK 249ms
/aes encryption/compatibility/select/decrypt multiple OK 26s 115ms
/aes encryption/encrypt_mysql/mode parameter types OK 141ms
/aes encryption/encrypt_mysql/return value OK 124ms
/aes encryption/encrypt_mysql/syntax OK 85ms
/aes encryption/encrypt/invalid plaintext data type OK 1s 375ms
/aes encryption/encrypt_mysql/unsupported modes OK 383ms
/aes encryption/encrypt/iv parameter types OK 249ms
/aes encryption/encrypt/key parameter types OK 265ms
/aes encryption/encrypt/mode parameter types OK 107ms
/aes encryption/encrypt/return value OK 121ms
/aes encryption/encrypt/syntax OK 50ms
/aes encryption/compatibility/select/decrypt unique XFail 743ms
/aes encryption/compatibility/mysql OK 3m 7s
/aes encryption/compatibility/mysql/table engine OK 1m 1s
/aes encryption/compatibility/mysql/table engine/decrypt OK 31s 454ms
/aes encryption/decrypt_mysql/invalid parameters OK 984ms
/aes encryption/decrypt_mysql/iv parameter types OK 247ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 2s 162ms
/aes encryption/decrypt_mysql/key parameter types OK 263ms
/aes encryption/decrypt_mysql/mismatched iv OK 1s 45ms
/aes encryption/decrypt_mysql/mismatched key OK 1s 978ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 63ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 3s 374ms
/aes encryption/decrypt_mysql/mismatched mode OK 31s 890ms
/aes encryption/decrypt/invalid parameters OK 1s 172ms
/aes encryption/decrypt/iv parameter types OK 250ms
/aes encryption/decrypt/key parameter types OK 250ms
/aes encryption/decrypt/mismatched aad OK 164ms
/aes encryption/decrypt/mismatched iv OK 1s 52ms
/aes encryption/decrypt/mismatched key OK 2s 14ms
/aes encryption/decrypt/mismatched mode OK 58s 774ms
/aes encryption/compatibility/mysql/table engine/encrypt OK 30s 455ms
/aes encryption/decrypt_mysql/mode parameter types OK 121ms
/aes encryption/decrypt_mysql/return value OK 139ms
/aes encryption/decrypt_mysql/syntax OK 60ms
/aes encryption/decrypt_mysql/unsupported modes OK 395ms
/aes encryption/compatibility/mysql/database engine OK 59s 395ms
/aes encryption/compatibility/mysql/database engine/decrypt OK 29s 462ms
/aes encryption/decrypt/mode parameter types OK 110ms
/aes encryption/decrypt/return value OK 113ms
/aes encryption/decrypt/syntax OK 48ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 29s 931ms
/aes encryption/compatibility/mysql/table function OK 36s 740ms
/aes encryption/compatibility/mysql/table function/decrypt OK 17s 713ms
/aes encryption/compatibility/mysql/table function/encrypt OK 19s 25ms
/aes encryption/compatibility/mysql/dictionary OK 29s 305ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 28s 689ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 615ms

Generated by TestFlows Open-Source Test Framework v1.9.230315.1003122