Aes Encryption Test Run Report

DateJul 20, 2023 6:33
Duration8m 39s
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.23.altinityfips/5601674688/testflows/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/23.3/3a254fe0cc318f5620a5df4043f7c6d322a8ad04/package_release/clickhouse-common-static_23.3.8.23.altinityfips_amd64.deb
version23.3.8.23.altinityfips
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashb13df10b2ee4ce720b5635d1e0208debff3f6ca8
job.id5601674688
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/5601674688
archx86_64
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/23.3/3a254fe0cc318f5620a5df4043f7c6d322a8ad04/package_release/clickhouse-common-static_23.3.8.23.altinityfips_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 945ms
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 39s
/aes encryption/encrypt OK 1m 59s
/aes encryption/encrypt/aad parameter types and length OK 3s 521ms
/aes encryption/decrypt OK 4m 12s
/aes encryption/decrypt/aad parameter types and length OK 3s 516ms
/aes encryption/encrypt_mysql OK 1m 58s
/aes encryption/encrypt_mysql/encryption OK 1m 50s
/aes encryption/decrypt_mysql OK 3m 32s
/aes encryption/decrypt_mysql/decryption OK 1m 51s
/aes encryption/compatibility OK 7m 3s
/aes encryption/compatibility/insert OK 1m 43s
/aes encryption/compatibility/insert/aes decrypt mysql using input table function OK 16s 948ms
/aes encryption/encrypt/encryption OK 1m 46s
/aes encryption/decrypt/decryption OK 1m 47s
/aes encryption/compatibility/insert/aes decrypt mysql using materialized view OK 88ms
/aes encryption/compatibility/insert/aes encrypt mysql using input table function OK 13s 988ms
/aes encryption/compatibility/insert/aes encrypt mysql using materialized view OK 21s 651ms
/aes encryption/compatibility/insert/decrypt using input table function OK 15s 46ms
/aes encryption/compatibility/insert/decrypt using materialized view OK 171ms
/aes encryption/compatibility/insert/encrypt using input table function OK 15s 178ms
/aes encryption/compatibility/insert/encrypt using materialized view OK 20s 270ms
/aes encryption/compatibility/select OK 45s 258ms
/aes encryption/compatibility/select/decrypt OK 15s 502ms
/aes encryption/encrypt/invalid key or iv length for gcm OK 921ms
/aes encryption/encrypt/invalid key or iv length for mode non gcm OK 4s 618ms
/aes encryption/encrypt_mysql/invalid parameters OK 1s 155ms
/aes encryption/decrypt/invalid ciphertext OK 1m 0s
/aes encryption/decrypt_mysql/invalid ciphertext OK 54s 166ms
/aes encryption/encrypt_mysql/invalid plaintext data type OK 1s 780ms
/aes encryption/encrypt_mysql/iv parameter types OK 349ms
/aes encryption/encrypt_mysql/key or iv length for mode OK 2s 851ms
/aes encryption/encrypt/invalid parameters OK 1s 484ms
/aes encryption/encrypt/invalid plaintext data type OK 1s 910ms
/aes encryption/encrypt_mysql/key parameter types OK 347ms
/aes encryption/encrypt_mysql/mode parameter types OK 149ms
/aes encryption/encrypt_mysql/return value OK 178ms
/aes encryption/encrypt_mysql/syntax OK 67ms
/aes encryption/encrypt_mysql/unsupported modes OK 466ms
/aes encryption/encrypt/iv parameter types OK 335ms
/aes encryption/compatibility/select/decrypt multiple OK 28s 808ms
/aes encryption/encrypt/key parameter types OK 362ms
/aes encryption/encrypt/mode parameter types OK 131ms
/aes encryption/encrypt/return value OK 151ms
/aes encryption/encrypt/syntax OK 99ms
/aes encryption/compatibility/select/decrypt unique XFail 945ms
/aes encryption/compatibility/mysql OK 4m 34s
/aes encryption/compatibility/mysql/table engine OK 1m 27s
/aes encryption/compatibility/mysql/table engine/decrypt OK 44s 533ms
/aes encryption/decrypt_mysql/invalid parameters OK 1s 133ms
/aes encryption/decrypt_mysql/iv parameter types OK 277ms
/aes encryption/decrypt_mysql/key or iv length for mode OK 2s 476ms
/aes encryption/decrypt_mysql/key parameter types OK 319ms
/aes encryption/decrypt_mysql/mismatched iv OK 1s 297ms
/aes encryption/decrypt_mysql/mismatched key OK 2s 260ms
/aes encryption/decrypt/invalid key or iv length for gcm OK 1s 240ms
/aes encryption/decrypt/invalid key or iv length for mode non gcm OK 4s 95ms
/aes encryption/decrypt_mysql/mismatched mode OK 38s 296ms
/aes encryption/decrypt/invalid parameters OK 1s 315ms
/aes encryption/decrypt/iv parameter types OK 343ms
/aes encryption/decrypt/key parameter types OK 283ms
/aes encryption/decrypt/mismatched aad OK 200ms
/aes encryption/decrypt/mismatched iv OK 1s 348ms
/aes encryption/decrypt/mismatched key OK 2s 322ms
/aes encryption/decrypt/mismatched mode OK 1m 9s
/aes encryption/compatibility/mysql/table engine/encrypt OK 43s 43ms
/aes encryption/decrypt_mysql/mode parameter types OK 160ms
/aes encryption/decrypt_mysql/return value OK 145ms
/aes encryption/decrypt_mysql/syntax OK 68ms
/aes encryption/decrypt_mysql/unsupported modes OK 407ms
/aes encryption/compatibility/mysql/database engine OK 1m 25s
/aes encryption/compatibility/mysql/database engine/decrypt OK 43s 35ms
/aes encryption/decrypt/mode parameter types OK 143ms
/aes encryption/decrypt/return value OK 139ms
/aes encryption/decrypt/syntax OK 74ms
/aes encryption/compatibility/mysql/database engine/encrypt OK 42s 506ms
/aes encryption/compatibility/mysql/table function OK 58s 208ms
/aes encryption/compatibility/mysql/table function/decrypt OK 28s 230ms
/aes encryption/compatibility/mysql/table function/encrypt OK 29s 975ms
/aes encryption/compatibility/mysql/dictionary OK 43s 24ms
/aes encryption/compatibility/mysql/dictionary/decrypt OK 42s 61ms
/aes encryption/compatibility/mysql/dictionary/parameter values OK 961ms

Generated by TestFlows Open-Source Test Framework v1.9.230315.1003122