Aes Encryption Test Run Report

DateApr 28, 2024 17:03
Duration5m 0s
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.8/8e9be16153250c8307730c9b88c8517181f494ce/package_release/clickhouse-common-static_23.8.11.29.altinitystable_amd64.deb
version23.8.11.29.altinitystable
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash17a81c07fc1f41fbee651e0ef0ca4b44e537e5b1
job.id8868426423
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/8868426423
archx86_64
stressFalse
allow_vfsFalse
allow_experimental_analyzerFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/23.8/8e9be16153250c8307730c9b88c8517181f494ce/package_release/clickhouse-common-static_23.8.11.29.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 537ms
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.8.11):
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')) FORMAT TabSeparated
)

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 5m 0s
/aes encryption/encrypt OK 1m 13s
/aes encryption/encrypt/aad parameter types and length OK 1s 31ms
/aes encryption/decrypt OK 2m 31s
/aes encryption/decrypt/aad parameter types and length OK 1s 0ms
/aes encryption/encrypt_mysql OK 1m 11s
/aes encryption/encrypt_mysql/encryption OK 1m 6s
/aes encryption/decrypt_mysql OK 2m 7s
/aes encryption/decrypt_mysql/decryption OK 1m 6s
/aes encryption/compatibility OK 3m 50s
/aes encryption/compatibility/insert OK 55s 672ms
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 8s 103ms
/aes encryption/decrypt/decryption OK 1m 5s
/aes encryption/encrypt/encryption OK 1m 6s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 95ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 7s 709ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 11s 445ms
/aes encryption/compatibility/insert/decrypt using input table function OK 8s 542ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 72ms
/aes encryption/compatibility/insert/encrypt using input table function OK 9s 43ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 10s 659ms
/aes encryption/compatibility/select OK 20s 135ms
/aes encryption/compatibility/select/decrypt OK 9s 39ms
/aes encryption/compatibility/select/decrypt multiple OK 10s 557ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 32s 904ms
/aes encryption/encrypt_mysql/invalid parameters OK 625ms
/aes encryption/decrypt/invalid ciphertext OK 37s 343ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 564ms
/aes encryption/encrypt_mysql/invalid plaintext data type OK 1s 125ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 2s 713ms
/aes encryption/encrypt_mysql/iv parameter types OK 229ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 1s 789ms
/aes encryption/encrypt_mysql/key parameter types OK 207ms
/aes encryption/encrypt/invalid parameters OK 796ms
/aes encryption/encrypt_mysql/mode parameter types OK 102ms
/aes encryption/encrypt_mysql/return value OK 101ms
/aes encryption/encrypt_mysql/syntax OK 46ms
/aes encryption/encrypt_mysql/unsupported modes OK 283ms
/aes encryption/encrypt/invalid plaintext data type OK 933ms
/aes encryption/encrypt/iv parameter types OK 210ms
/aes encryption/encrypt/key parameter types OK 176ms
/aes encryption/encrypt/mode parameter types OK 92ms
/aes encryption/encrypt/return value OK 101ms
/aes encryption/encrypt/syntax OK 46ms
/aes encryption/compatibility/select/decrypt unique XFail 537ms
/aes encryption/compatibility/mysql OK 2m 34s
/aes encryption/compatibility/mysql/table engine OK 49s 751ms
/aes encryption/compatibility/mysql/table engine/decrypt OK 24s 700ms
/aes encryption/decrypt_mysql/invalid parameters OK 643ms
/aes encryption/decrypt_mysql/iv parameter types OK 198ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 1s 422ms
/aes encryption/compatibility/mysql/table engine/encrypt OK 25s 50ms
/aes encryption/decrypt_mysql/key parameter types OK 185ms
/aes encryption/decrypt_mysql/mismatched iv OK 861ms
/aes encryption/decrypt_mysql/mismatched key OK 1s 380ms
/aes encryption/decrypt_mysql/mismatched mode OK 22s 722ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 763ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 2s 339ms
/aes encryption/decrypt/invalid parameters OK 743ms
/aes encryption/decrypt/iv parameter types OK 187ms
/aes encryption/decrypt/key parameter types OK 218ms
/aes encryption/decrypt/mismatched aad OK 132ms
/aes encryption/decrypt/mismatched iv OK 858ms
/aes encryption/decrypt/mismatched key OK 1s 467ms
/aes encryption/decrypt/mismatched mode OK 40s 162ms
/aes encryption/compatibility/mysql/database engine OK 49s 662ms
/aes encryption/compatibility/mysql/database engine/decrypt OK 24s 860ms
/aes encryption/decrypt_mysql/mode parameter types OK 90ms
/aes encryption/decrypt_mysql/return value OK 117ms
/aes encryption/decrypt_mysql/syntax OK 48ms
/aes encryption/decrypt_mysql/unsupported modes OK 231ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 24s 799ms
/aes encryption/decrypt/mode parameter types OK 89ms
/aes encryption/decrypt/return value OK 91ms
/aes encryption/decrypt/syntax OK 54ms
/aes encryption/compatibility/mysql/table function OK 31s 247ms
/aes encryption/compatibility/mysql/table function/decrypt OK 15s 329ms
/aes encryption/compatibility/mysql/table function/encrypt OK 15s 916ms
/aes encryption/compatibility/mysql/dictionary OK 23s 677ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 23s 131ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 544ms

Generated by TestFlows Open-Source Test Framework v2.0.231215.1221232