Base58 Test Run Report

DateJun 10, 2025 17:45
Duration7m 39s
Framework TestFlows 2.0.250110.1002922

Artifacts

Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#850/8aee8d52d685866022472a5a6fa17b7b32397dd2/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/base_58/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/PRs/850/8aee8d52d685866022472a5a6fa17b7b32397dd2/package_aarch64/clickhouse-common-static_24.8.14.10045.altinitytest_arm64.deb
version24.8.14.10045.altinitytest
user.namearthurpassos
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hashf9e29772f4d261b82c23189d89038eb7ba027865
job.nameCommon
job.retry1
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/15564769212
archaarch64
localTrue
clickhouse_versionNone
clickhouse_pathhttps://s3.amazonaws.com/altinity-build-artifacts/PRs/850/8aee8d52d685866022472a5a6fa17b7b32397dd2/package_aarch64/clickhouse-common-static_24.8.14.10045.altinitytest_arm64.deb
as_binaryFalse
base_osNone
keeper_pathNone
zookeeper_versionNone
use_keeperFalse
stressFalse
collect_service_logsTrue
thread_fuzzerFalse
with_analyzerTrue
reuse_envFalse

Summary

99.7%OK
<1%Known

Statistics

Units OK Fail Error XFail Retried
Modules
1
1
Features
192
192
Scenarios
191
190
1
Checks
1
1
Steps
2083
2073
3
6
1

Known Fails

Test NameResultMessage
/base58/alias input/alias instead of table and columnXFail 1s 503ms
not implemented
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/base_58/regression.py", line 102, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/base_58/../helpers/argparser.py", line 171, in capture_cluster_args
    return func(self, cluster_args=cluster_args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/base_58/regression.py", line 90, in regression
    Feature(run=load("base_58.tests.alias_input", "feature"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/base_58/../base_58/tests/alias_input.py", line 68, in feature
    scenario()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/base_58/../base_58/tests/alias_input.py", line 48, in alias_instead_of_table_and_column
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/base_58/../helpers/cluster.py", line 1188, in query
    assert False, error(r.output)
           ^^^^^
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 62. DB::Exception: Syntax error: failed at position 2790 ('insert'): insert into table_eb3cc311_4622_11f0_ab13_9600045d65c5_e58 select id, str from table_eb3cc2ba_4622_11f0_88a4_9600045d65c5_random;. Expected one of: token, Comma, FROM, SELECT. (SYNTAX_ERROR)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/base_58/../helpers/cluster.py', line 1188 in 'query'

1180\|                  assert message in r.output, error(r.output)
1181\|  
1182\|          if not ignore_exception:
1183\|              if message is None or "Exception:" not in message:
1184\|                  with Then("check if output has exception") if steps else NullStep():
1185\|                      if "Exception:" in r.output:
1186\|                          if raise_on_exception:
1187\|                              raise QueryRuntimeException(r.output)
1188\|>                         assert False, error(r.output)
1189\|  
1190\|          return r
1191\|

Results

Test Name Result Duration
/base58 OK 7m 39s
/base58/consistency OK 3s 319ms
/base58/consistency/consistency for column input OK 768ms
/base58/consistency/consistency for constant input OK 2s 549ms
/base58/null OK 135ms
/base58/null/null OK 134ms
/base58/alias input OK 4s 72ms
/base58/alias input/alias instead of function OK 2s 567ms
/base58/alias input/alias instead of table and column XFail 1s 503ms
/base58/function input OK 4s 66ms
/base58/function input/function input column OK 1s 476ms
/base58/function input/function input constant OK 2s 588ms
/base58/compatibility OK 4m 28s
/base58/compatibility/all symbols with shift on 0 OK 2s 566ms
/base58/compatibility/all symbols with shift on 0/compatibility OK 2s 565ms
/base58/compatibility/all symbols with shift on 1 OK 2s 590ms
/base58/compatibility/all symbols with shift on 1/compatibility OK 2s 589ms
/base58/compatibility/all symbols with shift on 2 OK 2s 611ms
/base58/compatibility/all symbols with shift on 2/compatibility OK 2s 610ms
/base58/compatibility/all symbols with shift on 3 OK 2s 641ms
/base58/compatibility/all symbols with shift on 3/compatibility OK 2s 640ms
/base58/compatibility/all symbols with shift on 4 OK 2s 536ms
/base58/compatibility/all symbols with shift on 4/compatibility OK 2s 535ms
/base58/compatibility/all symbols with shift on 5 OK 2s 618ms
/base58/compatibility/all symbols with shift on 5/compatibility OK 2s 617ms
/base58/compatibility/all symbols with shift on 6 OK 2s 632ms
/base58/compatibility/all symbols with shift on 6/compatibility OK 2s 631ms
/base58/compatibility/all symbols with shift on 7 OK 2s 680ms
/base58/compatibility/all symbols with shift on 7/compatibility OK 2s 679ms
/base58/compatibility/all symbols with shift on 8 OK 2s 599ms
/base58/compatibility/all symbols with shift on 8/compatibility OK 2s 598ms
/base58/compatibility/all symbols with shift on 9 OK 2s 747ms
/base58/compatibility/all symbols with shift on 9/compatibility OK 2s 746ms
/base58/compatibility/all symbols with shift on 10 OK 2s 624ms
/base58/compatibility/all symbols with shift on 10/compatibility OK 2s 623ms
/base58/compatibility/all symbols with shift on 11 OK 2s 593ms
/base58/compatibility/all symbols with shift on 11/compatibility OK 2s 592ms
/base58/compatibility/all symbols with shift on 12 OK 2s 571ms
/base58/compatibility/all symbols with shift on 12/compatibility OK 2s 570ms
/base58/compatibility/all symbols with shift on 13 OK 2s 597ms
/base58/compatibility/all symbols with shift on 13/compatibility OK 2s 596ms
/base58/compatibility/all symbols with shift on 14 OK 2s 603ms
/base58/compatibility/all symbols with shift on 14/compatibility OK 2s 603ms
/base58/compatibility/all symbols with shift on 15 OK 2s 743ms
/base58/compatibility/all symbols with shift on 15/compatibility OK 2s 742ms
/base58/compatibility/all symbols with shift on 16 OK 2s 644ms
/base58/compatibility/all symbols with shift on 16/compatibility OK 2s 643ms
/base58/compatibility/all symbols with shift on 17 OK 2s 681ms
/base58/compatibility/all symbols with shift on 17/compatibility OK 2s 680ms
/base58/compatibility/all symbols with shift on 18 OK 2s 635ms
/base58/compatibility/all symbols with shift on 18/compatibility OK 2s 634ms
/base58/compatibility/all symbols with shift on 19 OK 2s 649ms
/base58/compatibility/all symbols with shift on 19/compatibility OK 2s 649ms
/base58/compatibility/all symbols with shift on 20 OK 2s 651ms
/base58/compatibility/all symbols with shift on 20/compatibility OK 2s 650ms
/base58/compatibility/all symbols with shift on 21 OK 2s 612ms
/base58/compatibility/all symbols with shift on 21/compatibility OK 2s 611ms
/base58/compatibility/all symbols with shift on 22 OK 2s 628ms
/base58/compatibility/all symbols with shift on 22/compatibility OK 2s 627ms
/base58/compatibility/all symbols with shift on 23 OK 2s 597ms
/base58/compatibility/all symbols with shift on 23/compatibility OK 2s 596ms
/base58/compatibility/all symbols with shift on 24 OK 2s 581ms
/base58/compatibility/all symbols with shift on 24/compatibility OK 2s 581ms
/base58/compatibility/all symbols with shift on 25 OK 2s 672ms
/base58/compatibility/all symbols with shift on 25/compatibility OK 2s 671ms
/base58/compatibility/all symbols with shift on 26 OK 2s 633ms
/base58/compatibility/all symbols with shift on 26/compatibility OK 2s 632ms
/base58/compatibility/all symbols with shift on 27 OK 2s 630ms
/base58/compatibility/all symbols with shift on 27/compatibility OK 2s 629ms
/base58/compatibility/all symbols with shift on 28 OK 2s 737ms
/base58/compatibility/all symbols with shift on 28/compatibility OK 2s 736ms
/base58/compatibility/all symbols with shift on 29 OK 2s 661ms
/base58/compatibility/all symbols with shift on 29/compatibility OK 2s 660ms
/base58/compatibility/all symbols with shift on 30 OK 2s 739ms
/base58/compatibility/all symbols with shift on 30/compatibility OK 2s 738ms
/base58/compatibility/all symbols with shift on 31 OK 2s 859ms
/base58/compatibility/all symbols with shift on 31/compatibility OK 2s 858ms
/base58/compatibility/all symbols with shift on 32 OK 2s 813ms
/base58/compatibility/all symbols with shift on 32/compatibility OK 2s 812ms
/base58/compatibility/all symbols with shift on 33 OK 2s 755ms
/base58/compatibility/all symbols with shift on 33/compatibility OK 2s 754ms
/base58/compatibility/all symbols with shift on 34 OK 2s 719ms
/base58/compatibility/all symbols with shift on 34/compatibility OK 2s 719ms
/base58/compatibility/all symbols with shift on 35 OK 2s 803ms
/base58/compatibility/all symbols with shift on 35/compatibility OK 2s 803ms
/base58/compatibility/all symbols with shift on 36 OK 2s 740ms
/base58/compatibility/all symbols with shift on 36/compatibility OK 2s 739ms
/base58/compatibility/all symbols with shift on 37 OK 2s 795ms
/base58/compatibility/all symbols with shift on 37/compatibility OK 2s 794ms
/base58/compatibility/all symbols with shift on 38 OK 2s 754ms
/base58/compatibility/all symbols with shift on 38/compatibility OK 2s 752ms
/base58/compatibility/all symbols with shift on 39 OK 2s 806ms
/base58/compatibility/all symbols with shift on 39/compatibility OK 2s 805ms
/base58/compatibility/all symbols with shift on 40 OK 2s 758ms
/base58/compatibility/all symbols with shift on 40/compatibility OK 2s 757ms
/base58/compatibility/all symbols with shift on 41 OK 2s 754ms
/base58/compatibility/all symbols with shift on 41/compatibility OK 2s 750ms
/base58/compatibility/all symbols with shift on 42 OK 2s 906ms
/base58/compatibility/all symbols with shift on 42/compatibility OK 2s 905ms
/base58/compatibility/all symbols with shift on 43 OK 2s 872ms
/base58/compatibility/all symbols with shift on 43/compatibility OK 2s 870ms
/base58/compatibility/all symbols with shift on 44 OK 2s 793ms
/base58/compatibility/all symbols with shift on 44/compatibility OK 2s 792ms
/base58/compatibility/all symbols with shift on 45 OK 2s 788ms
/base58/compatibility/all symbols with shift on 45/compatibility OK 2s 787ms
/base58/compatibility/all symbols with shift on 46 OK 2s 833ms
/base58/compatibility/all symbols with shift on 46/compatibility OK 2s 832ms
/base58/compatibility/all symbols with shift on 47 OK 2s 812ms
/base58/compatibility/all symbols with shift on 47/compatibility OK 2s 808ms
/base58/compatibility/all symbols with shift on 48 OK 2s 737ms
/base58/compatibility/all symbols with shift on 48/compatibility OK 2s 736ms
/base58/compatibility/all symbols with shift on 49 OK 2s 688ms
/base58/compatibility/all symbols with shift on 49/compatibility OK 2s 687ms
/base58/compatibility/all symbols with shift on 50 OK 2s 788ms
/base58/compatibility/all symbols with shift on 50/compatibility OK 2s 787ms
/base58/compatibility/all symbols with shift on 51 OK 2s 736ms
/base58/compatibility/all symbols with shift on 51/compatibility OK 2s 735ms
/base58/compatibility/all symbols with shift on 52 OK 2s 773ms
/base58/compatibility/all symbols with shift on 52/compatibility OK 2s 772ms
/base58/compatibility/all symbols with shift on 53 OK 2s 811ms
/base58/compatibility/all symbols with shift on 53/compatibility OK 2s 810ms
/base58/compatibility/all symbols with shift on 54 OK 2s 712ms
/base58/compatibility/all symbols with shift on 54/compatibility OK 2s 711ms
/base58/compatibility/all symbols with shift on 55 OK 2s 631ms
/base58/compatibility/all symbols with shift on 55/compatibility OK 2s 630ms
/base58/compatibility/all symbols with shift on 56 OK 2s 764ms
/base58/compatibility/all symbols with shift on 56/compatibility OK 2s 763ms
/base58/compatibility/all symbols with shift on 57 OK 2s 793ms
/base58/compatibility/all symbols with shift on 57/compatibility OK 2s 792ms
/base58/compatibility/all symbols with shift on 58 OK 2s 776ms
/base58/compatibility/all symbols with shift on 58/compatibility OK 2s 775ms
/base58/compatibility/all symbols with shift on 59 OK 2s 755ms
/base58/compatibility/all symbols with shift on 59/compatibility OK 2s 754ms
/base58/compatibility/all symbols with shift on 60 OK 2s 694ms
/base58/compatibility/all symbols with shift on 60/compatibility OK 2s 693ms
/base58/compatibility/all symbols with shift on 61 OK 2s 677ms
/base58/compatibility/all symbols with shift on 61/compatibility OK 2s 676ms
/base58/compatibility/all symbols with shift on 62 OK 2s 680ms
/base58/compatibility/all symbols with shift on 62/compatibility OK 2s 679ms
/base58/compatibility/all symbols with shift on 63 OK 2s 602ms
/base58/compatibility/all symbols with shift on 63/compatibility OK 2s 601ms
/base58/compatibility/all symbols with shift on 64 OK 2s 676ms
/base58/compatibility/all symbols with shift on 64/compatibility OK 2s 675ms
/base58/compatibility/all symbols with shift on 65 OK 2s 697ms
/base58/compatibility/all symbols with shift on 65/compatibility OK 2s 696ms
/base58/compatibility/all symbols with shift on 66 OK 2s 830ms
/base58/compatibility/all symbols with shift on 66/compatibility OK 2s 829ms
/base58/compatibility/all symbols with shift on 67 OK 2s 782ms
/base58/compatibility/all symbols with shift on 67/compatibility OK 2s 781ms
/base58/compatibility/all symbols with shift on 68 OK 2s 624ms
/base58/compatibility/all symbols with shift on 68/compatibility OK 2s 623ms
/base58/compatibility/all symbols with shift on 69 OK 2s 566ms
/base58/compatibility/all symbols with shift on 69/compatibility OK 2s 565ms
/base58/compatibility/all symbols with shift on 70 OK 2s 610ms
/base58/compatibility/all symbols with shift on 70/compatibility OK 2s 609ms
/base58/compatibility/all symbols with shift on 71 OK 2s 595ms
/base58/compatibility/all symbols with shift on 71/compatibility OK 2s 594ms
/base58/compatibility/all symbols with shift on 72 OK 2s 722ms
/base58/compatibility/all symbols with shift on 72/compatibility OK 2s 721ms
/base58/compatibility/all symbols with shift on 73 OK 2s 674ms
/base58/compatibility/all symbols with shift on 73/compatibility OK 2s 673ms
/base58/compatibility/all symbols with shift on 74 OK 2s 621ms
/base58/compatibility/all symbols with shift on 74/compatibility OK 2s 620ms
/base58/compatibility/all symbols with shift on 75 OK 2s 653ms
/base58/compatibility/all symbols with shift on 75/compatibility OK 2s 652ms
/base58/compatibility/all symbols with shift on 76 OK 2s 575ms
/base58/compatibility/all symbols with shift on 76/compatibility OK 2s 574ms
/base58/compatibility/all symbols with shift on 77 OK 2s 717ms
/base58/compatibility/all symbols with shift on 77/compatibility OK 2s 716ms
/base58/compatibility/all symbols with shift on 78 OK 2s 675ms
/base58/compatibility/all symbols with shift on 78/compatibility OK 2s 674ms
/base58/compatibility/all symbols with shift on 79 OK 2s 676ms
/base58/compatibility/all symbols with shift on 79/compatibility OK 2s 675ms
/base58/compatibility/all symbols with shift on 80 OK 2s 744ms
/base58/compatibility/all symbols with shift on 80/compatibility OK 2s 743ms
/base58/compatibility/all symbols with shift on 81 OK 2s 687ms
/base58/compatibility/all symbols with shift on 81/compatibility OK 2s 686ms
/base58/compatibility/all symbols with shift on 82 OK 2s 597ms
/base58/compatibility/all symbols with shift on 82/compatibility OK 2s 597ms
/base58/compatibility/all symbols with shift on 83 OK 2s 670ms
/base58/compatibility/all symbols with shift on 83/compatibility OK 2s 668ms
/base58/compatibility/all symbols with shift on 84 OK 2s 734ms
/base58/compatibility/all symbols with shift on 84/compatibility OK 2s 733ms
/base58/compatibility/all symbols with shift on 85 OK 2s 655ms
/base58/compatibility/all symbols with shift on 85/compatibility OK 2s 654ms
/base58/compatibility/all symbols with shift on 86 OK 2s 662ms
/base58/compatibility/all symbols with shift on 86/compatibility OK 2s 661ms
/base58/compatibility/all symbols with shift on 87 OK 2s 580ms
/base58/compatibility/all symbols with shift on 87/compatibility OK 2s 579ms
/base58/compatibility/all symbols with shift on 88 OK 2s 598ms
/base58/compatibility/all symbols with shift on 88/compatibility OK 2s 597ms
/base58/compatibility/all symbols with shift on 89 OK 2s 564ms
/base58/compatibility/all symbols with shift on 89/compatibility OK 2s 563ms
/base58/compatibility/all symbols with shift on 90 OK 2s 570ms
/base58/compatibility/all symbols with shift on 90/compatibility OK 2s 570ms
/base58/compatibility/all symbols with shift on 91 OK 2s 655ms
/base58/compatibility/all symbols with shift on 91/compatibility OK 2s 654ms
/base58/compatibility/all symbols with shift on 92 OK 2s 651ms
/base58/compatibility/all symbols with shift on 92/compatibility OK 2s 650ms
/base58/compatibility/all symbols with shift on 93 OK 2s 744ms
/base58/compatibility/all symbols with shift on 93/compatibility OK 2s 743ms
/base58/compatibility/all symbols with shift on 94 OK 2s 718ms
/base58/compatibility/all symbols with shift on 94/compatibility OK 2s 717ms
/base58/compatibility/all symbols with shift on 95 OK 2s 598ms
/base58/compatibility/all symbols with shift on 95/compatibility OK 2s 597ms
/base58/compatibility/all symbols with shift on 96 OK 2s 607ms
/base58/compatibility/all symbols with shift on 96/compatibility OK 2s 606ms
/base58/compatibility/all symbols with shift on 97 OK 2s 732ms
/base58/compatibility/all symbols with shift on 97/compatibility OK 2s 731ms
/base58/compatibility/all symbols with shift on 98 OK 2s 654ms
/base58/compatibility/all symbols with shift on 98/compatibility OK 2s 652ms
/base58/compatibility/all symbols with shift on 99 OK 2s 604ms
/base58/compatibility/all symbols with shift on 99/compatibility OK 2s 603ms
/base58/memory usage OK 54s 772ms
/base58/memory usage/memory usage for column input OK 21s 267ms
/base58/memory usage/memory usage for constant input OK 33s 503ms
/base58/performance OK 1s 77ms
/base58/performance/performance OK 1s 76ms
/base58/supported types constant OK 640ms
/base58/supported types constant/Nullable(String) OK 157ms
/base58/supported types constant/Nullable(String)/supported types OK 156ms
/base58/supported types constant/Nullable(LowCardinality) OK 154ms
/base58/supported types constant/Nullable(LowCardinality)/supported types OK 153ms
/base58/supported types constant/String OK 167ms
/base58/supported types constant/String/supported types OK 166ms
/base58/supported types constant/LowCardinality OK 158ms
/base58/supported types constant/LowCardinality/supported types OK 157ms
/base58/supported types column OK 2s 16ms
/base58/supported types column/Nullable(String) OK 736ms
/base58/supported types column/Nullable(String)/supported types OK 734ms
/base58/supported types column/String OK 626ms
/base58/supported types column/String/supported types OK 625ms
/base58/supported types column/LowCardinality(String) OK 652ms
/base58/supported types column/LowCardinality(String)/supported types OK 651ms
/base58/unsupported types constant OK 4s 643ms
/base58/unsupported types constant/Nullable(Int8) OK 111ms
/base58/unsupported types constant/Nullable(Int8)/unsupported types OK 110ms
/base58/unsupported types constant/Nullable(Int16) OK 120ms
/base58/unsupported types constant/Nullable(Int16)/unsupported types OK 118ms
/base58/unsupported types constant/Nullable(Int32) OK 119ms
/base58/unsupported types constant/Nullable(Int32)/unsupported types OK 117ms
/base58/unsupported types constant/Nullable(Int64) OK 121ms
/base58/unsupported types constant/Nullable(Int64)/unsupported types OK 120ms
/base58/unsupported types constant/Nullable(Int128) OK 117ms
/base58/unsupported types constant/Nullable(Int128)/unsupported types OK 115ms
/base58/unsupported types constant/Nullable(Int256) OK 117ms
/base58/unsupported types constant/Nullable(Int256)/unsupported types OK 116ms
/base58/unsupported types constant/Nullable(Float32) OK 108ms
/base58/unsupported types constant/Nullable(Float32)/unsupported types OK 107ms
/base58/unsupported types constant/Nullable(Float64) OK 106ms
/base58/unsupported types constant/Nullable(Float64)/unsupported types OK 105ms
/base58/unsupported types constant/Nullable(Decimal32(4)) OK 110ms
/base58/unsupported types constant/Nullable(Decimal32(4))/unsupported types OK 109ms
/base58/unsupported types constant/Nullable(Bool) OK 110ms
/base58/unsupported types constant/Nullable(Bool)/unsupported types OK 109ms
/base58/unsupported types constant/Nullable(UUID) OK 107ms
/base58/unsupported types constant/Nullable(UUID)/unsupported types OK 106ms
/base58/unsupported types constant/Nullable(Date) OK 115ms
/base58/unsupported types constant/Nullable(Date)/unsupported types OK 114ms
/base58/unsupported types constant/Nullable(Date32) OK 106ms
/base58/unsupported types constant/Nullable(Date32)/unsupported types OK 104ms
/base58/unsupported types constant/Nullable(DateTime) OK 109ms
/base58/unsupported types constant/Nullable(DateTime)/unsupported types OK 108ms
/base58/unsupported types constant/Nullable(DateTime64(4)) OK 105ms
/base58/unsupported types constant/Nullable(DateTime64(4))/unsupported types OK 104ms
/base58/unsupported types constant/Nullable(LowCardinality) OK 111ms
/base58/unsupported types constant/Nullable(LowCardinality)/unsupported types OK 110ms
/base58/unsupported types constant/Nullable(array) OK 218ms
/base58/unsupported types constant/Nullable(array)/unsupported types OK 217ms
/base58/unsupported types constant/Nullable(FixedString(3)) OK 104ms
/base58/unsupported types constant/Nullable(FixedString(3))/unsupported types OK 103ms
/base58/unsupported types constant/Nullable(Map(String, String)) OK 103ms
/base58/unsupported types constant/Nullable(Map(String, String))/unsupported types OK 102ms
/base58/unsupported types constant/Nullable(Tuple(String)) OK 110ms
/base58/unsupported types constant/Nullable(Tuple(String))/unsupported types OK 109ms
/base58/unsupported types constant/Int8 OK 107ms
/base58/unsupported types constant/Int8/unsupported types OK 105ms
/base58/unsupported types constant/Int16 OK 136ms
/base58/unsupported types constant/Int16/unsupported types OK 135ms
/base58/unsupported types constant/Int32 OK 108ms
/base58/unsupported types constant/Int32/unsupported types OK 107ms
/base58/unsupported types constant/Int64 OK 105ms
/base58/unsupported types constant/Int64/unsupported types OK 104ms
/base58/unsupported types constant/Int128 OK 105ms
/base58/unsupported types constant/Int128/unsupported types OK 103ms
/base58/unsupported types constant/Int256 OK 109ms
/base58/unsupported types constant/Int256/unsupported types OK 108ms
/base58/unsupported types constant/Float32 OK 103ms
/base58/unsupported types constant/Float32/unsupported types OK 102ms
/base58/unsupported types constant/Float64 OK 106ms
/base58/unsupported types constant/Float64/unsupported types OK 105ms
/base58/unsupported types constant/Decimal32(4) OK 105ms
/base58/unsupported types constant/Decimal32(4)/unsupported types OK 104ms
/base58/unsupported types constant/Bool OK 107ms
/base58/unsupported types constant/Bool/unsupported types OK 106ms
/base58/unsupported types constant/UUID OK 116ms
/base58/unsupported types constant/UUID/unsupported types OK 115ms
/base58/unsupported types constant/Date OK 113ms
/base58/unsupported types constant/Date/unsupported types OK 112ms
/base58/unsupported types constant/Date32 OK 110ms
/base58/unsupported types constant/Date32/unsupported types OK 109ms
/base58/unsupported types constant/DateTime OK 110ms
/base58/unsupported types constant/DateTime/unsupported types OK 109ms
/base58/unsupported types constant/DateTime64(4) OK 108ms
/base58/unsupported types constant/DateTime64(4)/unsupported types OK 106ms
/base58/unsupported types constant/LowCardinality OK 105ms
/base58/unsupported types constant/LowCardinality/unsupported types OK 103ms
/base58/unsupported types constant/array OK 205ms
/base58/unsupported types constant/array/unsupported types OK 204ms
/base58/unsupported types constant/FixedString(3) OK 104ms
/base58/unsupported types constant/FixedString(3)/unsupported types OK 103ms
/base58/unsupported types constant/Map(String, String) OK 111ms
/base58/unsupported types constant/Map(String, String)/unsupported types OK 110ms
/base58/unsupported types constant/Tuple(String) OK 112ms
/base58/unsupported types constant/Tuple(String)/unsupported types OK 110ms
/base58/unsupported types column OK 16s 78ms
/base58/unsupported types column/Nullable(Int8) OK 486ms
/base58/unsupported types column/Nullable(Int8)/unsupported types OK 485ms
/base58/unsupported types column/Nullable(Int16) OK 517ms
/base58/unsupported types column/Nullable(Int16)/unsupported types OK 516ms
/base58/unsupported types column/Nullable(Int32) OK 481ms
/base58/unsupported types column/Nullable(Int32)/unsupported types OK 480ms
/base58/unsupported types column/Nullable(Int64) OK 493ms
/base58/unsupported types column/Nullable(Int64)/unsupported types OK 491ms
/base58/unsupported types column/Nullable(Int128) OK 502ms
/base58/unsupported types column/Nullable(Int128)/unsupported types OK 500ms
/base58/unsupported types column/Nullable(Int256) OK 488ms
/base58/unsupported types column/Nullable(Int256)/unsupported types OK 487ms
/base58/unsupported types column/Nullable(Float32) OK 505ms
/base58/unsupported types column/Nullable(Float32)/unsupported types OK 504ms
/base58/unsupported types column/Nullable(Float64) OK 541ms
/base58/unsupported types column/Nullable(Float64)/unsupported types OK 540ms
/base58/unsupported types column/Nullable(Decimal32(4)) OK 566ms
/base58/unsupported types column/Nullable(Decimal32(4))/unsupported types OK 565ms
/base58/unsupported types column/Nullable(Bool) OK 535ms
/base58/unsupported types column/Nullable(Bool)/unsupported types OK 534ms
/base58/unsupported types column/Nullable(UUID) OK 523ms
/base58/unsupported types column/Nullable(UUID)/unsupported types OK 521ms
/base58/unsupported types column/Nullable(Date) OK 501ms
/base58/unsupported types column/Nullable(Date)/unsupported types OK 500ms
/base58/unsupported types column/Nullable(Date32) OK 516ms
/base58/unsupported types column/Nullable(Date32)/unsupported types OK 515ms
/base58/unsupported types column/Nullable(DateTime) OK 510ms
/base58/unsupported types column/Nullable(DateTime)/unsupported types OK 509ms
/base58/unsupported types column/Nullable(DateTime64(4)) OK 479ms
/base58/unsupported types column/Nullable(DateTime64(4))/unsupported types OK 477ms
/base58/unsupported types column/Int8 OK 420ms
/base58/unsupported types column/Int8/unsupported types OK 419ms
/base58/unsupported types column/Int16 OK 415ms
/base58/unsupported types column/Int16/unsupported types OK 414ms
/base58/unsupported types column/Int32 OK 441ms
/base58/unsupported types column/Int32/unsupported types OK 440ms
/base58/unsupported types column/Int64 OK 490ms
/base58/unsupported types column/Int64/unsupported types OK 489ms
/base58/unsupported types column/Int128 OK 484ms
/base58/unsupported types column/Int128/unsupported types OK 482ms
/base58/unsupported types column/Int256 OK 462ms
/base58/unsupported types column/Int256/unsupported types OK 461ms
/base58/unsupported types column/Float32 OK 488ms
/base58/unsupported types column/Float32/unsupported types OK 487ms
/base58/unsupported types column/Float64 OK 461ms
/base58/unsupported types column/Float64/unsupported types OK 460ms
/base58/unsupported types column/Decimal32(4) OK 443ms
/base58/unsupported types column/Decimal32(4)/unsupported types OK 442ms
/base58/unsupported types column/Bool OK 423ms
/base58/unsupported types column/Bool/unsupported types OK 422ms
/base58/unsupported types column/UUID OK 411ms
/base58/unsupported types column/UUID/unsupported types OK 409ms
/base58/unsupported types column/Date OK 439ms
/base58/unsupported types column/Date/unsupported types OK 435ms
/base58/unsupported types column/Date32 OK 415ms
/base58/unsupported types column/Date32/unsupported types OK 414ms
/base58/unsupported types column/DateTime OK 411ms
/base58/unsupported types column/DateTime/unsupported types OK 410ms
/base58/unsupported types column/DateTime64(4) OK 434ms
/base58/unsupported types column/DateTime64(4)/unsupported types OK 433ms
/base58/unsupported types column/Array(String) OK 413ms
/base58/unsupported types column/Array(String)/unsupported types OK 412ms
/base58/unsupported types column/FixedString(3) OK 455ms
/base58/unsupported types column/FixedString(3)/unsupported types OK 454ms
/base58/unsupported types column/Map(String, String) OK 459ms
/base58/unsupported types column/Map(String, String)/unsupported types OK 458ms
/base58/unsupported types column/Tuple(String) OK 445ms
/base58/unsupported types column/Tuple(String)/unsupported types OK 444ms

Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922