Aes Encryption Test Run Report

DateAug 03, 2023 2:30
Duration8m 18s
Framework TestFlows 1.9.230315.1003122

Artifacts

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

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/22.8/7fb126d648460c159657a337b2f0cc24fbbce2ee/package_release/clickhouse-common-static_22.8.20.12.altinitystable_amd64.deb
version22.8.20.12.altinitystable
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashb13df10b2ee4ce720b5635d1e0208debff3f6ca8
job.id5744038919
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/5744038919
archx86_64
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/22.8/7fb126d648460c159657a337b2f0cc24fbbce2ee/package_release/clickhouse-common-static_22.8.20.12.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
4425
1237
66
Steps
53651
52013
1572
66

Known Fails

Test NameResultMessage
/aes encryption/compatibility/select/decrypt uniqueXFail 887ms
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 22.8.20):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Invalid mode: aes-128-cfb128: While processing hex(encrypt('aes-128-cfb128', 'secret', '1111111111111111')). (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 18s
/aes encryption/encrypt OK 1m 56s
/aes encryption/encrypt/aad parameter types and length OK 3s 527ms
/aes encryption/decrypt OK 4m 0s
/aes encryption/decrypt/aad parameter types and length OK 3s 488ms
/aes encryption/encrypt_mysql OK 1m 54s
/aes encryption/encrypt_mysql/encryption OK 1m 47s
/aes encryption/decrypt_mysql OK 3m 23s
/aes encryption/decrypt_mysql/decryption OK 1m 47s
/aes encryption/compatibility OK 6m 46s
/aes encryption/compatibility/insert OK 1m 38s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 16s 19ms
/aes encryption/decrypt/decryption OK 1m 43s
/aes encryption/encrypt/encryption OK 1m 42s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 162ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 13s 101ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 20s 849ms
/aes encryption/compatibility/insert/decrypt using input table function OK 14s 765ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 148ms
/aes encryption/compatibility/insert/encrypt using input table function OK 14s 540ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 19s 173ms
/aes encryption/compatibility/select OK 44s 327ms
/aes encryption/compatibility/select/decrypt OK 15s 296ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 926ms
/aes encryption/encrypt_mysql/invalid parameters OK 1s 95ms
/aes encryption/decrypt/invalid ciphertext OK 57s 304ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 4s 597ms
/aes encryption/decrypt_mysql/invalid ciphertext OK 50s 972ms
/aes encryption/encrypt_mysql/invalid plaintext data type OK 1s 969ms
/aes encryption/encrypt_mysql/iv parameter types OK 298ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 2s 847ms
/aes encryption/encrypt/invalid parameters OK 1s 456ms
/aes encryption/encrypt_mysql/key parameter types OK 343ms
/aes encryption/encrypt/invalid plaintext data type OK 1s 723ms
/aes encryption/encrypt_mysql/mode parameter types OK 138ms
/aes encryption/encrypt_mysql/return value OK 187ms
/aes encryption/encrypt_mysql/syntax OK 75ms
/aes encryption/encrypt_mysql/unsupported modes OK 510ms
/aes encryption/compatibility/select/decrypt multiple OK 28s 140ms
/aes encryption/encrypt/iv parameter types OK 268ms
/aes encryption/encrypt/key parameter types OK 312ms
/aes encryption/encrypt/mode parameter types OK 125ms
/aes encryption/encrypt/return value OK 133ms
/aes encryption/encrypt/syntax OK 62ms
/aes encryption/compatibility/select/decrypt unique XFail 887ms
/aes encryption/compatibility/mysql OK 4m 22s
/aes encryption/compatibility/mysql/table engine OK 1m 23s
/aes encryption/compatibility/mysql/table engine/decrypt OK 42s 841ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 65ms
/aes encryption/decrypt_mysql/iv parameter types OK 261ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 2s 494ms
/aes encryption/decrypt_mysql/key parameter types OK 266ms
/aes encryption/decrypt_mysql/mismatched iv OK 1s 228ms
/aes encryption/decrypt_mysql/mismatched key OK 2s 356ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 237ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 3s 818ms
/aes encryption/decrypt_mysql/mismatched mode OK 35s 807ms
/aes encryption/decrypt/invalid parameters OK 1s 261ms
/aes encryption/decrypt/iv parameter types OK 242ms
/aes encryption/decrypt/key parameter types OK 283ms
/aes encryption/decrypt/mismatched aad OK 182ms
/aes encryption/decrypt/mismatched iv OK 1s 205ms
/aes encryption/decrypt/mismatched key OK 2s 233ms
/aes encryption/decrypt/mismatched mode OK 1m 4s
/aes encryption/compatibility/mysql/table engine/encrypt OK 41s 27ms
/aes encryption/decrypt_mysql/mode parameter types OK 129ms
/aes encryption/decrypt_mysql/return value OK 139ms
/aes encryption/decrypt_mysql/syntax OK 62ms
/aes encryption/decrypt_mysql/unsupported modes OK 379ms
/aes encryption/compatibility/mysql/database engine OK 1m 21s
/aes encryption/compatibility/mysql/database engine/decrypt OK 40s 821ms
/aes encryption/decrypt/mode parameter types OK 137ms
/aes encryption/decrypt/return value OK 123ms
/aes encryption/decrypt/syntax OK 71ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 41s 143ms
/aes encryption/compatibility/mysql/table function OK 56s 116ms
/aes encryption/compatibility/mysql/table function/decrypt OK 27s 588ms
/aes encryption/compatibility/mysql/table function/encrypt OK 28s 526ms
/aes encryption/compatibility/mysql/dictionary OK 41s 12ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 40s 94ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 916ms

Generated by TestFlows Open-Source Test Framework v1.9.230315.1003122