Window Functions Test Run Report

DateMay 25, 2023 20:22
Duration8m 10s
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.15.25.altinityfips/5080932159/testflows/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/22.8/ef5580902f444e6a5d617e7c7a6e8d7a1f5fc9fb/package_release/clickhouse-common-static_22.8.15.25.altinityfips_amd64.deb
version22.8.15.25.altinityfips
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash63a15b5dfc55badefcf4b869296e3ec99ca08141
job.id5080932159
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/5080932159
archx86_64
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/22.8/ef5580902f444e6a5d617e7c7a6e8d7a1f5fc9fb/package_release/clickhouse-common-static_22.8.15.25.altinityfips_amd64.deb
collect_service_logsTrue

Summary

97.8%OK
2.2%Known

Statistics

Units OK Fail XFail
Modules
1
1
Suites
39
39
Features
39
39
Scenarios
456
430
26
Checks
256
256
Examples
1418
1396
22
Steps
7589
7514
75

Known Fails

Test NameResultMessage
/window functions/tests/non distributed/frame clause/range frame/between current row and unbounded following modifying named windowXFail 107ms
range with named window is not supported
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1520, in between_current_row_and_unbounded_following_modifying_named_window
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 49. DB::Exception: Received from localhost:9000. DB::Exception: Sizes of sort description and actions are mismatched. (LOGICAL_ERROR)
(query: SELECT * FROM (SELECT sum(unique1) over (w range between current row and unbounded following) AS sum,unique1, four FROM tenk1 WHERE unique1 < 10 WINDOW w AS (order by four)) ORDER BY unique1 FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/non distributed/frame clause/range frame/between expr following and current row zero special caseXFail 68ms
known bug
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1347, in between_expr_following_and_current_row_zero_special_case
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Window frame 'RANGE BETWEEN 0 FOLLOWING AND CURRENT ROW' is invalid. (BAD_ARGUMENTS)
(query: SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 0 FOLLOWING AND CURRENT ROW) AS sum FROM values('number Int8', (1),(1),(2),(3)) FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/non distributed/frame clause/range frame/between expr following and expr following without order by errorXFail 69ms
invalid error message
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1211, in between_expr_following_and_expr_following_without_order_by_error
    self.context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 752, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 22.8.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: The RANGE OFFSET window frame requires exactly one ORDER BY column, 0 given. (BAD_ARGUMENTS)
(query: SELECT number,sum(number) OVER (RANGE BETWEEN 1 FOLLOWING AND 1 FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is 'Exception: Window frame'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = "Received exception from server (version 22.8.15):\nCode: 36. DB::Exception: Received from localhost:9000. DB::Exception: The RANGE OFFSET window frame requires exactly one ORDER BY column, 0 given. (BAD_ARGUMENTS)\n(query: SELECT number,sum(number) OVER (RANGE BETWEEN 1 FOLLOWING AND 1 FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))\n)"
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 752 in 'query'

744\|          if exitcode is not None:
745\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
746\|                  assert r.exitcode == exitcode, error(r.output)
747\|  
748\|          if message is not None:
749\|              with Then(
750\|                  f"output should contain message", description=message
751\|              ) if steps else NullStep():
752\|>                 assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
/window functions/tests/non distributed/frame clause/range frame/between expr following and expr preceding with order by zero special caseXFail 70ms
known bug
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1416, in between_expr_following_and_expr_preceding_with_order_by_zero_special_case
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Frame start offset 0 FOLLOWING does not precede the frame end offset 0 PRECEDING. (BAD_ARGUMENTS)
(query: SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 0 FOLLOWING AND 0 PRECEDING) AS sum FROM values('number Int8', (1),(1),(2),(3)) FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/non distributed/frame clause/range frame/between expr following and expr preceding without order by errorXFail 69ms
invalid error message
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1228, in between_expr_following_and_expr_preceding_without_order_by_error
    self.context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 752, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 22.8.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Frame start offset 0 FOLLOWING does not precede the frame end offset 0 PRECEDING. (BAD_ARGUMENTS)
(query: SELECT number,sum(number) OVER (RANGE BETWEEN 0 FOLLOWING AND 0 PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is 'Exception: Window frame'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = "Received exception from server (version 22.8.15):\nCode: 36. DB::Exception: Received from localhost:9000. DB::Exception: Frame start offset 0 FOLLOWING does not precede the frame end offset 0 PRECEDING. (BAD_ARGUMENTS)\n(query: SELECT number,sum(number) OVER (RANGE BETWEEN 0 FOLLOWING AND 0 PRECEDING) FROM values('number Int8', (1),(1),(2),(3))\n)"
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 752 in 'query'

744\|          if exitcode is not None:
745\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
746\|                  assert r.exitcode == exitcode, error(r.output)
747\|  
748\|          if message is not None:
749\|              with Then(
750\|                  f"output should contain message", description=message
751\|              ) if steps else NullStep():
752\|>                 assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
/window functions/tests/non distributed/frame clause/range frame/order by decimalXFail 72ms
Exception: The RANGE OFFSET frame for 'DB::ColumnDecimal >' ORDER BY column is not implemented
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1649, in order_by_decimal
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 48. DB::Exception: Received from localhost:9000. DB::Exception: The RANGE OFFSET frame for 'DB::ColumnDecimal >' ORDER BY column is not implemented. (NOT_IMPLEMENTED)
(query: select id, f_numeric, first_value(id) over w AS first_value, last_value(id) over w AS last_value
        from numerics
        window w as (order by f_numeric range between
                     1 preceding and 1 following)
         FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/non distributed/frame clause/range frame/with nullsXFail 78ms
DB::Exception: The RANGE OFFSET frame for 'DB::ColumnNullable' ORDER BY column is not implemented
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1708, in with_nulls
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 48. DB::Exception: Received from localhost:9000. DB::Exception: The RANGE OFFSET frame for 'DB::ColumnNullable' ORDER BY column is not implemented. (NOT_IMPLEMENTED)
(query: select x, y,
               first_value(y) over w AS first_value,
               last_value(y) over w AS last_value
        from
          (select number as x, x as y from numbers(1,5)
           union all select null, 42
           union all select null, 43)
        window w as
          (order by x asc nulls first range between 2 preceding and 2 following)
         FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/non distributed/frame clause/range overflow/negative overflow with Int16XFail 75ms
exception on conversion
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 69, in feature
    Feature(run=load("window_functions.tests.range_overflow", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_overflow.py", line 145, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_overflow.py", line 42, in negative_overflow_with_Int16
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 69. DB::Exception: Received from localhost:9000. DB::Exception: Cannot convert value '2147450885': it cannot be represented as Int16. (ARGUMENT_OUT_OF_BOUND)
(query: select number as x, last_value(x) over (order by toInt16(x) desc range between current row and 2147450885 following) as last_value
        from (SELECT -number - 32763 AS number FROM numbers(1, 3))
         FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/non distributed/frame clause/range overflow/positive overflow with Int16XFail 76ms
exception on conversion
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 69, in feature
    Feature(run=load("window_functions.tests.range_overflow", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_overflow.py", line 145, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_overflow.py", line 20, in positive_overflow_with_Int16
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 69. DB::Exception: Received from localhost:9000. DB::Exception: Cannot convert value '2147450884': it cannot be represented as Int16. (ARGUMENT_OUT_OF_BOUND)
(query: select number as x, last_value(x) over (order by toInt16(x) range between current row and 2147450884 following) AS last_value
        from numbers(32764, 3)
         FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/non distributed/frame clause/range errors/error negative following offsetXFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/22442
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 71, in feature
    Feature(run=load("window_functions.tests.range_errors", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_errors.py", line 114, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_errors.py", line 105, in error_negative_following_offset
    r = current().context.node.query(sql, exitcode=exitcode, message=message)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 752, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 22.8.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Window frame start offset must be nonnegative, -2 given. (BAD_ARGUMENTS)
(query: select max(enroll_date) over (order by salary range between 1 preceding and -2 following) AS max, salary, enroll_date from empsalary
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is 'DB::Exception: Frame end offset must be greater than zero, -2 given'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = 'Received exception from server (version 22.8.15):\nCode: 36. DB::Exception: Received from localhost:9000. DB::Exception: Window frame start offset must be nonnegative, -2 given. (BAD_ARGUMENTS)\n(query: select max(enroll_date) over (order by salary range between 1 preceding and -2 following) AS max, salary, enroll_date from empsalary\n)'
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 752 in 'query'

744\|          if exitcode is not None:
745\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
746\|                  assert r.exitcode == exitcode, error(r.output)
747\|  
748\|          if message is not None:
749\|              with Then(
750\|                  f"output should contain message", description=message
751\|              ) if steps else NullStep():
752\|>                 assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
/window functions/tests/non distributed/frame clause/range errors/error negative preceding offsetXFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/22442
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 71, in feature
    Feature(run=load("window_functions.tests.range_errors", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_errors.py", line 114, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_errors.py", line 89, in error_negative_preceding_offset
    r = current().context.node.query(sql, exitcode=exitcode, message=message)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 752, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 22.8.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Window frame start offset must be nonnegative, -1 given. (BAD_ARGUMENTS)
(query: select max(enroll_date) over (order by salary range between -1 preceding and 2 following) AS max, salary, enroll_date from empsalary
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is 'DB::Exception: Frame start offset must be greater than zero, -1 given'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = 'Received exception from server (version 22.8.15):\nCode: 36. DB::Exception: Received from localhost:9000. DB::Exception: Window frame start offset must be nonnegative, -1 given. (BAD_ARGUMENTS)\n(query: select max(enroll_date) over (order by salary range between -1 preceding and 2 following) AS max, salary, enroll_date from empsalary\n)'
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 752 in 'query'

744\|          if exitcode is not None:
745\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
746\|                  assert r.exitcode == exitcode, error(r.output)
747\|  
748\|          if message is not None:
749\|              with Then(
750\|                  f"output should contain message", description=message
751\|              ) if steps else NullStep():
752\|>                 assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
/window functions/tests/distributed/frame clause/range frame/between current row and unbounded following modifying named windowXFail 79ms
range with named window is not supported
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1520, in between_current_row_and_unbounded_following_modifying_named_window
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 152, in execute_query
    assert r.output.strip() == expected, error()
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert r.output.strip() == expected, error()

Assertion values
  assert r.output.strip() == expected, error()
         ^ is 
  assert r.output.strip() == expected, error()
         ^ is = 'sum\tunique1\tfour\n45\t0\t0\n33\t1\t1\n18\t2\t2\n10\t3\t3\n45\t4\t0\n33\t5\t1\n18\t6\t2\n10\t7\t3\n45\t8\t0\n33\t9\t1'
  assert r.output.strip() == expected, error()
         ^ is 'sum\tunique1\tfour\n45\t0\t0\n33\t1\t1\n18\t2\t2\n10\t3\t3\n45\t4\t0\n33\t5\t1\n18\t6\t2\n10\t7\t3\n45\t8\t0\n33\t9\t1'
  assert r.output.strip() == expected, error()
         ^ is = 
  assert r.output.strip() == expected, error()
         ^ is = 'sum\tunique1\tfour\n45\t0\t0\n33\t1\t1\n18\t2\t2\n10\t3\t3\n45\t4\t0\n33\t5\t1\n18\t6\t2\n10\t7\t3\n45\t8\t0\n33\t9\t1'
  assert r.output.strip() == expected, error()
                             ^ is 'sum\tunique1\tfour\n45\t0\t0\n45\t8\t0\n45\t4\t0\n33\t5\t1\n33\t9\t1\n33\t1\t1\n18\t6\t2\n18\t2\t2\n10\t3\t3\n10\t7\t3'
  assert r.output.strip() == expected, error()
                          ^ is = False
    @@ -2,0 +3,4 @@
    +45 8   0
    +45 4   0
    +33 5   1
    +33 9   1
    @@ -3,0 +8 @@
    +18 6   2
    @@ -6,3 +10,0 @@
    -45 4   0
    -33 5   1
    -18 6   2
    @@ -10,2 +11,0 @@
    -45 8   0
    -33 9   1
  assert r.output.strip() == expected, error()
  ^ is False

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py', line 152 in 'execute_query'

144\|              no_checks=no_checks,
145\|          )
146\|          if no_checks:
147\|              return r
148\|  
149\|      if message is None:
150\|          if expected is not None:
151\|              with Then("I check output against expected"):
152\|>                 assert r.output.strip() == expected, error()
153\|          else:
154\|              with Then("I check output against snapshot"):
155\|                  with values() as that:
/window functions/tests/distributed/frame clause/range frame/between expr following and current row zero special caseXFail 66ms
known bug
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1347, in between_expr_following_and_current_row_zero_special_case
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Window frame 'RANGE BETWEEN 0 FOLLOWING AND CURRENT ROW' is invalid. (BAD_ARGUMENTS)
(query: SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 0 FOLLOWING AND CURRENT ROW) AS sum FROM values('number Int8', (1),(1),(2),(3)) FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/distributed/frame clause/range frame/between expr following and expr following without order by errorXFail 69ms
invalid error message
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1211, in between_expr_following_and_expr_following_without_order_by_error
    self.context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 752, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 22.8.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: The RANGE OFFSET window frame requires exactly one ORDER BY column, 0 given. (BAD_ARGUMENTS)
(query: SELECT number,sum(number) OVER (RANGE BETWEEN 1 FOLLOWING AND 1 FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is 'Exception: Window frame'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = "Received exception from server (version 22.8.15):\nCode: 36. DB::Exception: Received from localhost:9000. DB::Exception: The RANGE OFFSET window frame requires exactly one ORDER BY column, 0 given. (BAD_ARGUMENTS)\n(query: SELECT number,sum(number) OVER (RANGE BETWEEN 1 FOLLOWING AND 1 FOLLOWING) FROM values('number Int8', (1),(1),(2),(3))\n)"
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 752 in 'query'

744\|          if exitcode is not None:
745\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
746\|                  assert r.exitcode == exitcode, error(r.output)
747\|  
748\|          if message is not None:
749\|              with Then(
750\|                  f"output should contain message", description=message
751\|              ) if steps else NullStep():
752\|>                 assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
/window functions/tests/distributed/frame clause/range frame/between expr following and expr preceding with order by zero special caseXFail 64ms
known bug
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1416, in between_expr_following_and_expr_preceding_with_order_by_zero_special_case
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Frame start offset 0 FOLLOWING does not precede the frame end offset 0 PRECEDING. (BAD_ARGUMENTS)
(query: SELECT number,sum(number) OVER (ORDER BY number RANGE BETWEEN 0 FOLLOWING AND 0 PRECEDING) AS sum FROM values('number Int8', (1),(1),(2),(3)) FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/distributed/frame clause/range frame/between expr following and expr preceding without order by errorXFail 66ms
invalid error message
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1228, in between_expr_following_and_expr_preceding_without_order_by_error
    self.context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 752, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 22.8.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Frame start offset 0 FOLLOWING does not precede the frame end offset 0 PRECEDING. (BAD_ARGUMENTS)
(query: SELECT number,sum(number) OVER (RANGE BETWEEN 0 FOLLOWING AND 0 PRECEDING) FROM values('number Int8', (1),(1),(2),(3))
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is 'Exception: Window frame'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = "Received exception from server (version 22.8.15):\nCode: 36. DB::Exception: Received from localhost:9000. DB::Exception: Frame start offset 0 FOLLOWING does not precede the frame end offset 0 PRECEDING. (BAD_ARGUMENTS)\n(query: SELECT number,sum(number) OVER (RANGE BETWEEN 0 FOLLOWING AND 0 PRECEDING) FROM values('number Int8', (1),(1),(2),(3))\n)"
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 752 in 'query'

744\|          if exitcode is not None:
745\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
746\|                  assert r.exitcode == exitcode, error(r.output)
747\|  
748\|          if message is not None:
749\|              with Then(
750\|                  f"output should contain message", description=message
751\|              ) if steps else NullStep():
752\|>                 assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
/window functions/tests/distributed/frame clause/range frame/order by decimalXFail 71ms
Exception: The RANGE OFFSET frame for 'DB::ColumnDecimal >' ORDER BY column is not implemented
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1649, in order_by_decimal
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 48. DB::Exception: Received from localhost:9000. DB::Exception: The RANGE OFFSET frame for 'DB::ColumnDecimal >' ORDER BY column is not implemented. (NOT_IMPLEMENTED)
(query: select id, f_numeric, first_value(id) over w AS first_value, last_value(id) over w AS last_value
        from numerics
        window w as (order by f_numeric range between
                     1 preceding and 1 following)
         FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/distributed/frame clause/range frame/with nullsXFail 89ms
DB::Exception: The RANGE OFFSET frame for 'DB::ColumnNullable' ORDER BY column is not implemented
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 68, in feature
    Feature(run=load("window_functions.tests.range_frame", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1733, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_frame.py", line 1708, in with_nulls
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 48. DB::Exception: Received from localhost:9000. DB::Exception: The RANGE OFFSET frame for 'DB::ColumnNullable' ORDER BY column is not implemented. (NOT_IMPLEMENTED)
(query: select x, y,
               first_value(y) over w AS first_value,
               last_value(y) over w AS last_value
        from
          (select number as x, x as y from numbers(1,5)
           union all select null, 42
           union all select null, 43)
        window w as
          (order by x asc nulls first range between 2 preceding and 2 following)
         FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/distributed/frame clause/range overflow/negative overflow with Int16XFail 84ms
exception on conversion
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 69, in feature
    Feature(run=load("window_functions.tests.range_overflow", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_overflow.py", line 145, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_overflow.py", line 42, in negative_overflow_with_Int16
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 69. DB::Exception: Received from localhost:9000. DB::Exception: Cannot convert value '2147450885': it cannot be represented as Int16. (ARGUMENT_OUT_OF_BOUND)
(query: select number as x, last_value(x) over (order by toInt16(x) desc range between current row and 2147450885 following) as last_value
        from (SELECT -number - 32763 AS number FROM numbers(1, 3))
         FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/distributed/frame clause/range overflow/positive overflow with Int16XFail 71ms
exception on conversion
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 69, in feature
    Feature(run=load("window_functions.tests.range_overflow", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_overflow.py", line 145, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_overflow.py", line 20, in positive_overflow_with_Int16
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 69. DB::Exception: Received from localhost:9000. DB::Exception: Cannot convert value '2147450884': it cannot be represented as Int16. (ARGUMENT_OUT_OF_BOUND)
(query: select number as x, last_value(x) over (order by toInt16(x) range between current row and 2147450884 following) AS last_value
        from numbers(32764, 3)
         FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/distributed/frame clause/range datetime/order by asc range between days preceding and days followingXFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/23902
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 70, in feature
    Feature(run=load("window_functions.tests.range_datetime", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_datetime.py", line 264, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_datetime.py", line 29, in order_by_asc_range_between_days_preceding_and_days_following
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 10. DB::Exception: Received from localhost:9000. DB::Exception: Not found column empno in block. There are only columns: salary, enroll_date, sum(salary) OVER (ORDER BY enroll_date ASC RANGE BETWEEN 365 PRECEDING AND 365 FOLLOWING). (NOT_FOUND_COLUMN_IN_BLOCK)
(query: select sum(salary) over (order by enroll_date range between 365 preceding and 365 following) AS sum, salary, enroll_date from empsalary order by empno FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/distributed/frame clause/range datetime/order by desc range between days following and days followingXFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/23902
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 70, in feature
    Feature(run=load("window_functions.tests.range_datetime", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_datetime.py", line 264, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_datetime.py", line 86, in order_by_desc_range_between_days_following_and_days_following
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 10. DB::Exception: Received from localhost:9000. DB::Exception: Not found column empno in block. There are only columns: salary, enroll_date, sum(salary) OVER (ORDER BY enroll_date DESC RANGE BETWEEN 365 FOLLOWING AND 365 FOLLOWING). (NOT_FOUND_COLUMN_IN_BLOCK)
(query: select sum(salary) over (order by enroll_date desc range between 365 following and 365 following) AS sum, salary, enroll_date from empsalary order by empno FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/distributed/frame clause/range datetime/order by desc range between days preceding and days followingXFail 97ms
https://github.com/ClickHouse/ClickHouse/issues/23902
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 70, in feature
    Feature(run=load("window_functions.tests.range_datetime", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_datetime.py", line 264, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_datetime.py", line 57, in order_by_desc_range_between_days_preceding_and_days_following
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 10. DB::Exception: Received from localhost:9000. DB::Exception: Not found column empno in block. There are only columns: salary, enroll_date, sum(salary) OVER (ORDER BY enroll_date DESC RANGE BETWEEN 365 PRECEDING AND 365 FOLLOWING). (NOT_FOUND_COLUMN_IN_BLOCK)
(query: select sum(salary) over (order by enroll_date desc range between 365 preceding and 365 following) AS sum, salary, enroll_date from empsalary order by empno FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/distributed/frame clause/range datetime/order by desc range between days preceding and days precedingXFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/23902
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 70, in feature
    Feature(run=load("window_functions.tests.range_datetime", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_datetime.py", line 264, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_datetime.py", line 115, in order_by_desc_range_between_days_preceding_and_days_preceding
    execute_query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/common.py", line 140, in execute_query
    r = current().context.node.query(
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 760, 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.15):
Code: 10. DB::Exception: Received from localhost:9000. DB::Exception: Not found column empno in block. There are only columns: salary, enroll_date, sum(salary) OVER (ORDER BY enroll_date DESC RANGE BETWEEN 365 PRECEDING AND 365 PRECEDING). (NOT_FOUND_COLUMN_IN_BLOCK)
(query: select sum(salary) over (order by enroll_date desc range between 365 preceding and 365 preceding) AS sum, salary, enroll_date from empsalary order by empno FORMAT TabSeparatedWithNames
)

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

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 760 in 'query'

752\|                  assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
756\|                  with Then("check if output has exception") if steps else NullStep():
757\|                      if "Exception:" in r.output:
758\|                          if raise_on_exception:
759\|                              raise QueryRuntimeException(r.output)
760\|>                         assert False, error(r.output)
761\|  
762\|          return r
763\|
/window functions/tests/distributed/frame clause/range errors/error negative following offsetXFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/22442
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 71, in feature
    Feature(run=load("window_functions.tests.range_errors", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_errors.py", line 114, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_errors.py", line 105, in error_negative_following_offset
    r = current().context.node.query(sql, exitcode=exitcode, message=message)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 752, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 22.8.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Window frame start offset must be nonnegative, -2 given. (BAD_ARGUMENTS)
(query: select max(enroll_date) over (order by salary range between 1 preceding and -2 following) AS max, salary, enroll_date from empsalary
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is 'DB::Exception: Frame end offset must be greater than zero, -2 given'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = 'Received exception from server (version 22.8.15):\nCode: 36. DB::Exception: Received from localhost:9000. DB::Exception: Window frame start offset must be nonnegative, -2 given. (BAD_ARGUMENTS)\n(query: select max(enroll_date) over (order by salary range between 1 preceding and -2 following) AS max, salary, enroll_date from empsalary\n)'
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 752 in 'query'

744\|          if exitcode is not None:
745\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
746\|                  assert r.exitcode == exitcode, error(r.output)
747\|  
748\|          if message is not None:
749\|              with Then(
750\|                  f"output should contain message", description=message
751\|              ) if steps else NullStep():
752\|>                 assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:
/window functions/tests/distributed/frame clause/range errors/error negative preceding offsetXFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/22442
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 211, in 
    regression()
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/regression.py", line 207, in regression
    Feature(run=load("window_functions.tests.feature", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/feature.py", line 72, in feature
    Feature(run=load("window_functions.tests.frame_clause", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/frame_clause.py", line 71, in feature
    Feature(run=load("window_functions.tests.range_errors", "feature"), flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_errors.py", line 114, in feature
    Scenario(run=scenario, flags=TE)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../window_functions/tests/range_errors.py", line 89, in error_negative_preceding_offset
    r = current().context.node.query(sql, exitcode=exitcode, message=message)
  File "/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py", line 752, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

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

Description
  Received exception from server (version 22.8.15):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Window frame start offset must be nonnegative, -1 given. (BAD_ARGUMENTS)
(query: select max(enroll_date) over (order by salary range between -1 preceding and 2 following) AS max, salary, enroll_date from empsalary
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is 'DB::Exception: Frame start offset must be greater than zero, -1 given'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = 'Received exception from server (version 22.8.15):\nCode: 36. DB::Exception: Received from localhost:9000. DB::Exception: Window frame start offset must be nonnegative, -1 given. (BAD_ARGUMENTS)\n(query: select max(enroll_date) over (order by salary range between -1 preceding and 2 following) AS max, salary, enroll_date from empsalary\n)'
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/window_functions/../helpers/cluster.py', line 752 in 'query'

744\|          if exitcode is not None:
745\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
746\|                  assert r.exitcode == exitcode, error(r.output)
747\|  
748\|          if message is not None:
749\|              with Then(
750\|                  f"output should contain message", description=message
751\|              ) if steps else NullStep():
752\|>                 assert message in r.output, error(r.output)
753\|  
754\|          if not ignore_exception:
755\|              if message is None or "Exception:" not in message:

Results

Test Name Result Duration
/window functions OK 8m 10s
/window functions/tests OK 4m 30s
/window functions/tests/non distributed OK 2m 8s
/window functions/tests/non distributed/window spec OK 539ms
/window functions/tests/non distributed/window spec/empty OK 67ms
/window functions/tests/non distributed/window spec/frame clause OK 65ms
/window functions/tests/non distributed/window spec/order by with frame OK 66ms
/window functions/tests/non distributed/window spec/orderby clause OK 69ms
/window functions/tests/non distributed/window spec/partition clause OK 64ms
/window functions/tests/non distributed/window spec/partition with frame OK 69ms
/window functions/tests/non distributed/window spec/partition with order by OK 64ms
/window functions/tests/non distributed/window spec/partition with order by and frame OK 67ms
/window functions/tests/non distributed/partition clause OK 256ms
/window functions/tests/non distributed/partition clause/invalid expr error OK 61ms
/window functions/tests/non distributed/partition clause/missing expr error OK 66ms
/window functions/tests/non distributed/partition clause/multiple expr OK 67ms
/window functions/tests/non distributed/partition clause/single expr OK 58ms
/window functions/tests/non distributed/order clause OK 743ms
/window functions/tests/non distributed/order clause/by a non integer constant OK 66ms
/window functions/tests/non distributed/order clause/by column OK 67ms
/window functions/tests/non distributed/order clause/by expr OK 64ms
/window functions/tests/non distributed/order clause/by expr with aggregates OK 68ms
/window functions/tests/non distributed/order clause/invalid expr error OK 61ms
/window functions/tests/non distributed/order clause/missing expr error OK 59ms
/window functions/tests/non distributed/order clause/multiple expr asc asc OK 65ms
/window functions/tests/non distributed/order clause/multiple expr asc desc OK 65ms
/window functions/tests/non distributed/order clause/multiple expr desc desc OK 67ms
/window functions/tests/non distributed/order clause/single expr asc OK 80ms
/window functions/tests/non distributed/order clause/single expr desc OK 73ms
/window functions/tests/non distributed/frame clause OK 9s 330ms
/window functions/tests/non distributed/frame clause/default frame OK 132ms
/window functions/tests/non distributed/frame clause/default frame/with order by OK 66ms
/window functions/tests/non distributed/frame clause/default frame/without order by OK 65ms
/window functions/tests/non distributed/frame clause/rows frame OK 2s 407ms
/window functions/tests/non distributed/frame clause/rows frame/between current row and current row OK 66ms
/window functions/tests/non distributed/frame clause/rows frame/between current row and expr following OK 69ms
/window functions/tests/non distributed/frame clause/rows frame/between current row and expr preceding error OK 61ms
/window functions/tests/non distributed/frame clause/rows frame/between current row and unbounded following OK 62ms
/window functions/tests/non distributed/frame clause/rows frame/between current row and unbounded preceding error OK 57ms
/window functions/tests/non distributed/frame clause/rows frame/between expr following and expr following OK 62ms
/window functions/tests/non distributed/frame clause/rows frame/between expr following and expr following error OK 61ms
/window functions/tests/non distributed/frame clause/rows frame/between expr following and expr following ref OK 68ms
/window functions/tests/non distributed/frame clause/rows frame/between expr following and unbounded following OK 69ms
/window functions/tests/non distributed/frame clause/rows frame/between expr following error OK 191ms
/window functions/tests/non distributed/frame clause/rows frame/between expr preceding and current row OK 68ms
/window functions/tests/non distributed/frame clause/rows frame/between expr preceding and expr following OK 70ms
/window functions/tests/non distributed/frame clause/rows frame/between expr preceding and expr following ref OK 70ms
/window functions/tests/non distributed/frame clause/rows frame/between expr preceding and expr preceding OK 63ms
/window functions/tests/non distributed/frame clause/rows frame/between expr preceding and expr preceding error OK 64ms
/window functions/tests/non distributed/frame clause/rows frame/between expr preceding and expr preceding ref OK 67ms
/window functions/tests/non distributed/frame clause/rows frame/between expr preceding and unbounded following OK 67ms
/window functions/tests/non distributed/frame clause/rows frame/between expr preceding and unbounded preceding error OK 60ms
/window functions/tests/non distributed/frame clause/rows frame/between unbounded following error OK 300ms
/window functions/tests/non distributed/frame clause/rows frame/between unbounded preceding and current row OK 69ms
/window functions/tests/non distributed/frame clause/rows frame/between unbounded preceding and expr following OK 68ms
/window functions/tests/non distributed/frame clause/rows frame/between unbounded preceding and expr preceding OK 66ms
/window functions/tests/non distributed/frame clause/rows frame/between unbounded preceding and unbounded following OK 71ms
/window functions/tests/non distributed/frame clause/rows frame/between unbounded preceding and unbounded preceding error OK 63ms
/window functions/tests/non distributed/frame clause/rows frame/invalid frame extent OK 66ms
/window functions/tests/non distributed/frame clause/rows frame/missing frame extent OK 59ms
/window functions/tests/non distributed/frame clause/rows frame/start current row OK 64ms
/window functions/tests/non distributed/frame clause/rows frame/start expr following error OK 66ms
/window functions/tests/non distributed/frame clause/rows frame/start expr preceding OK 67ms
/window functions/tests/non distributed/frame clause/rows frame/start unbounded following error OK 61ms
/window functions/tests/non distributed/frame clause/rows frame/start unbounded preceding OK 66ms
/window functions/tests/non distributed/frame clause/range frame OK 5s 331ms
/window functions/tests/non distributed/frame clause/range frame/between current row and current row OK 152ms
/window functions/tests/non distributed/frame clause/range frame/between current row and expr following with order by OK 85ms
/window functions/tests/non distributed/frame clause/range frame/between current row and expr following without order by error OK 60ms
/window functions/tests/non distributed/frame clause/range frame/between current row and expr preceding error OK 126ms
/window functions/tests/non distributed/frame clause/range frame/between current row and unbounded following OK 199ms
/window functions/tests/non distributed/frame clause/range frame/between current row and unbounded following in named window OK 66ms
/window functions/tests/non distributed/frame clause/range frame/between current row and unbounded following modifying named window XFail 107ms
/window functions/tests/non distributed/frame clause/range frame/between current row and unbounded preceding error OK 121ms
/window functions/tests/non distributed/frame clause/range frame/between expr following and current row with order by error OK 62ms
/window functions/tests/non distributed/frame clause/range frame/between expr following and current row without order by error OK 64ms
/window functions/tests/non distributed/frame clause/range frame/between expr following and current row zero special case XFail 68ms
/window functions/tests/non distributed/frame clause/range frame/between expr following and expr following with order by OK 76ms
/window functions/tests/non distributed/frame clause/range frame/between expr following and expr following with order by error OK 63ms
/window functions/tests/non distributed/frame clause/range frame/between expr following and expr following without order by error XFail 69ms
/window functions/tests/non distributed/frame clause/range frame/between expr following and expr preceding error OK 123ms
/window functions/tests/non distributed/frame clause/range frame/between expr following and expr preceding with order by zero special case XFail 70ms
/window functions/tests/non distributed/frame clause/range frame/between expr following and expr preceding without order by error XFail 69ms
/window functions/tests/non distributed/frame clause/range frame/between expr following and unbounded following with order by OK 62ms
/window functions/tests/non distributed/frame clause/range frame/between expr following and unbounded following without order by error OK 62ms
/window functions/tests/non distributed/frame clause/range frame/between expr following and unbounded preceding error OK 122ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and current row with order by OK 65ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and current row without order by error OK 60ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and expr following with order by OK 141ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and expr following with partition and order by OK 68ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and expr following with partition by same column twice OK 69ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and expr following with partition by two columns OK 70ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and expr following without order by error OK 61ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and expr preceding with order by OK 139ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and expr preceding with order by error OK 59ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and expr preceding without order by error OK 61ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and unbounded following with order by OK 68ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and unbounded following without order by error OK 65ms
/window functions/tests/non distributed/frame clause/range frame/between expr preceding and unbounded preceding error OK 120ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded following and current row error OK 117ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded following and expr following error OK 124ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded following and expr preceding error OK 120ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded following and unbounded following error OK 122ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded following and unbounded preceding error OK 130ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded preceding and current row OK 153ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded preceding and current row with expressions in order by and aggregate OK 65ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded preceding and expr following with order by OK 70ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded preceding and expr following without order by error OK 57ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded preceding and expr preceding with order by OK 70ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded preceding and expr preceding without order by error OK 62ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded preceding and unbounded following OK 137ms
/window functions/tests/non distributed/frame clause/range frame/between unbounded preceding and unbounded preceding error OK 124ms
/window functions/tests/non distributed/frame clause/range frame/invalid frame extent OK 61ms
/window functions/tests/non distributed/frame clause/range frame/missing frame extent OK 58ms
/window functions/tests/non distributed/frame clause/range frame/order by decimal XFail 72ms
/window functions/tests/non distributed/frame clause/range frame/order by float OK 74ms
/window functions/tests/non distributed/frame clause/range frame/start current row with order by OK 67ms
/window functions/tests/non distributed/frame clause/range frame/start current row without order by OK 70ms
/window functions/tests/non distributed/frame clause/range frame/start expr following with order by error OK 61ms
/window functions/tests/non distributed/frame clause/range frame/start expr following without order by error OK 63ms
/window functions/tests/non distributed/frame clause/range frame/start expr preceding order by non numerical column error OK 63ms
/window functions/tests/non distributed/frame clause/range frame/start expr preceding with order by OK 67ms
/window functions/tests/non distributed/frame clause/range frame/start expr preceding without order by error OK 60ms
/window functions/tests/non distributed/frame clause/range frame/start unbounded following error OK 124ms
/window functions/tests/non distributed/frame clause/range frame/start unbounded preceding with order by OK 65ms
/window functions/tests/non distributed/frame clause/range frame/start unbounded preceding without order by OK 70ms
/window functions/tests/non distributed/frame clause/range frame/with nulls XFail 78ms
/window functions/tests/non distributed/frame clause/range overflow OK 436ms
/window functions/tests/non distributed/frame clause/range overflow/negative overflow for Int32 OK 69ms
/window functions/tests/non distributed/frame clause/range overflow/negative overflow for Int64 OK 79ms
/window functions/tests/non distributed/frame clause/range overflow/negative overflow with Int16 XFail 75ms
/window functions/tests/non distributed/frame clause/range overflow/positive overflow for Int32 OK 66ms
/window functions/tests/non distributed/frame clause/range overflow/positive overflow for Int64 OK 65ms
/window functions/tests/non distributed/frame clause/range overflow/positive overflow with Int16 XFail 76ms
/window functions/tests/non distributed/frame clause/range datetime OK 590ms
/window functions/tests/non distributed/frame clause/range datetime/datetime order by asc range between n preceding and n following OK 67ms
/window functions/tests/non distributed/frame clause/range datetime/datetime order by desc range between n preceding and n following OK 72ms
/window functions/tests/non distributed/frame clause/range datetime/datetime with timezone order by asc range between n preceding and n following OK 87ms
/window functions/tests/non distributed/frame clause/range datetime/datetime with timezone order by desc range between n preceding and n following OK 85ms
/window functions/tests/non distributed/frame clause/range datetime/order by asc range between days preceding and days following OK 70ms
/window functions/tests/non distributed/frame clause/range datetime/order by desc range between days following and days following OK 65ms
/window functions/tests/non distributed/frame clause/range datetime/order by desc range between days preceding and days following OK 69ms
/window functions/tests/non distributed/frame clause/range datetime/order by desc range between days preceding and days preceding OK 69ms
/window functions/tests/non distributed/frame clause/range errors OK 405ms
/window functions/tests/non distributed/frame clause/range errors/error missing order by OK 64ms
/window functions/tests/non distributed/frame clause/range errors/error missing order by with partition by clause OK 62ms
/window functions/tests/non distributed/frame clause/range errors/error more than one order by column OK 61ms
/window functions/tests/non distributed/frame clause/range errors/error negative following offset XFail 68ms
/window functions/tests/non distributed/frame clause/range errors/error negative preceding offset XFail 78ms
/window functions/tests/non distributed/frame clause/range errors/error range over non numerical column OK 67ms
/window functions/tests/non distributed/window clause OK 329ms
/window functions/tests/non distributed/window clause/missing window spec OK 59ms
/window functions/tests/non distributed/window clause/multiple identical windows OK 65ms
/window functions/tests/non distributed/window clause/multiple windows OK 68ms
/window functions/tests/non distributed/window clause/single window OK 66ms
/window functions/tests/non distributed/window clause/unused window OK 66ms
/window functions/tests/non distributed/over clause OK 400ms
/window functions/tests/non distributed/over clause/adhoc window OK 69ms
/window functions/tests/non distributed/over clause/empty OK 74ms
/window functions/tests/non distributed/over clause/empty named window OK 66ms
/window functions/tests/non distributed/over clause/invalid multiple windows OK 62ms
/window functions/tests/non distributed/over clause/invalid window name OK 62ms
/window functions/tests/non distributed/over clause/missing window spec OK 61ms
/window functions/tests/non distributed/funcs OK 1s 985ms
/window functions/tests/non distributed/funcs/dense rank OK 64ms
/window functions/tests/non distributed/funcs/first value OK 134ms
/window functions/tests/non distributed/funcs/first value with lead workaround OK 70ms
/window functions/tests/non distributed/funcs/lag OK 198ms
/window functions/tests/non distributed/funcs/lagInFrame OK 337ms
/window functions/tests/non distributed/funcs/last value OK 289ms
/window functions/tests/non distributed/funcs/last value with lag workaround OK 64ms
/window functions/tests/non distributed/funcs/last value with no frame OK 70ms
/window functions/tests/non distributed/funcs/lead OK 276ms
/window functions/tests/non distributed/funcs/leadInFrame OK 335ms
/window functions/tests/non distributed/funcs/rank OK 65ms
/window functions/tests/non distributed/funcs/row number OK 73ms
/window functions/tests/non distributed/aggregate funcs OK 5s 302ms
/window functions/tests/non distributed/aggregate funcs/aggregate and window function in the same window OK 67ms
/window functions/tests/non distributed/aggregate funcs/aggregate funcs over rows frame OK 4s 333ms
/window functions/tests/non distributed/aggregate funcs/aggregate function recovers from nan OK 70ms
/window functions/tests/non distributed/aggregate funcs/avgWeighted OK 203ms
/window functions/tests/non distributed/aggregate funcs/avg with nulls OK 71ms
/window functions/tests/non distributed/aggregate funcs/bit functions OK 76ms
/window functions/tests/non distributed/aggregate funcs/nested aggregates OK 63ms
/window functions/tests/non distributed/aggregate funcs/stddevpop OK 64ms
/window functions/tests/non distributed/aggregate funcs/stddevsamp OK 67ms
/window functions/tests/non distributed/aggregate funcs/sum OK 69ms
/window functions/tests/non distributed/aggregate funcs/ungrouped aggregate over empty row set OK 67ms
/window functions/tests/non distributed/aggregate funcs/var pop OK 66ms
/window functions/tests/non distributed/aggregate funcs/var samp OK 77ms
/window functions/tests/non distributed/time decayed funcs OK 1m 39s
/window functions/tests/non distributed/time decayed funcs/exponentialTimeDecayedAvg OK 11s 717ms
/window functions/tests/non distributed/time decayed funcs/exponentialTimeDecayedCount OK 10s 495ms
/window functions/tests/non distributed/time decayed funcs/exponentialTimeDecayedMax OK 1m 5s
/window functions/tests/non distributed/time decayed funcs/exponentialTimeDecayedSum OK 11s 764ms
/window functions/tests/non distributed/errors OK 627ms
/window functions/tests/non distributed/errors/error coma between partition by and order by clause OK 63ms
/window functions/tests/non distributed/errors/error named window defined twice OK 69ms
/window functions/tests/non distributed/errors/error order by another window function OK 59ms
/window functions/tests/non distributed/errors/error select from window OK 62ms
/window functions/tests/non distributed/errors/error using non window function OK 59ms
/window functions/tests/non distributed/errors/error window function in alter delete where OK 60ms
/window functions/tests/non distributed/errors/error window function in group by OK 64ms
/window functions/tests/non distributed/errors/error window function in having OK 60ms
/window functions/tests/non distributed/errors/error window function in join OK 63ms
/window functions/tests/non distributed/errors/error window function in where OK 61ms
/window functions/tests/non distributed/misc OK 1s 341ms
/window functions/tests/non distributed/misc/count with empty over clause without start OK 65ms
/window functions/tests/non distributed/misc/empty table OK 67ms
/window functions/tests/non distributed/misc/exclude clause OK 63ms
/window functions/tests/non distributed/misc/from subquery OK 74ms
/window functions/tests/non distributed/misc/group by and multiple windows OK 66ms
/window functions/tests/non distributed/misc/group by and one window OK 74ms
/window functions/tests/non distributed/misc/groups frame OK 66ms
/window functions/tests/non distributed/misc/in view OK 276ms
/window functions/tests/non distributed/misc/query with order by and one window OK 67ms
/window functions/tests/non distributed/misc/subquery expr preceding OK 72ms
/window functions/tests/non distributed/misc/subquery multiple window functions OK 72ms
/window functions/tests/non distributed/misc/subquery with multiple windows filtering OK 80ms
/window functions/tests/non distributed/misc/window functions in select expression OK 69ms
/window functions/tests/non distributed/misc/window functions in subquery OK 78ms
/window functions/tests/non distributed/misc/windows with same partitioning but different ordering OK 69ms
/window functions/tests/non distributed/misc/with union all OK 70ms
/window functions/tests/non distributed/datatypes OK 805ms
/window functions/tests/non distributed/datatypes/date OK 66ms
/window functions/tests/non distributed/datatypes/datetime OK 64ms
/window functions/tests/non distributed/datatypes/datetime64 OK 68ms
/window functions/tests/non distributed/datatypes/decimal32 OK 65ms
/window functions/tests/non distributed/datatypes/enum OK 68ms
/window functions/tests/non distributed/datatypes/fixed string OK 63ms
/window functions/tests/non distributed/datatypes/ipv4 OK 65ms
/window functions/tests/non distributed/datatypes/ipv6 OK 72ms
/window functions/tests/non distributed/datatypes/low cardinality OK 65ms
/window functions/tests/non distributed/datatypes/map OK 70ms
/window functions/tests/non distributed/datatypes/string OK 65ms
/window functions/tests/non distributed/datatypes/uuid OK 64ms
/window functions/tests/non distributed/non-negative derivative func OK 5s 423ms
/window functions/tests/non distributed/non-negative derivative func/acceptance OK 719ms
/window functions/tests/non distributed/non-negative derivative func/check intervals OK 551ms
/window functions/tests/non distributed/non-negative derivative func/check negative result OK 66ms
/window functions/tests/non distributed/non-negative derivative func/check one row per partition OK 68ms
/window functions/tests/non distributed/non-negative derivative func/check over windows OK 1s 749ms
/window functions/tests/non distributed/non-negative derivative func/division by tiny OK 142ms
/window functions/tests/non distributed/non-negative derivative func/division by zero OK 67ms
/window functions/tests/non distributed/non-negative derivative func/empty table OK 223ms
/window functions/tests/non distributed/non-negative derivative func/null values OK 126ms
/window functions/tests/non distributed/non-negative derivative func/valid metric types OK 871ms
/window functions/tests/non distributed/non-negative derivative func/valid timestamp types OK 208ms
/window functions/tests/non distributed/non-negative derivative func/wrong number of arguments or types OK 558ms
/window functions/tests/non distributed/non-negative derivative func/zero interval OK 64ms
/window functions/tests/distributed OK 2m 21s
/window functions/tests/distributed/window spec OK 604ms
/window functions/tests/distributed/window spec/empty OK 70ms
/window functions/tests/distributed/window spec/frame clause OK 72ms
/window functions/tests/distributed/window spec/order by with frame OK 75ms
/window functions/tests/distributed/window spec/orderby clause OK 70ms
/window functions/tests/distributed/window spec/partition clause OK 87ms
/window functions/tests/distributed/window spec/partition with frame OK 74ms
/window functions/tests/distributed/window spec/partition with order by OK 71ms
/window functions/tests/distributed/window spec/partition with order by and frame OK 78ms
/window functions/tests/distributed/partition clause OK 254ms
/window functions/tests/distributed/partition clause/invalid expr error OK 63ms
/window functions/tests/distributed/partition clause/missing expr error OK 59ms
/window functions/tests/distributed/partition clause/multiple expr OK 66ms
/window functions/tests/distributed/partition clause/single expr OK 62ms
/window functions/tests/distributed/order clause OK 779ms
/window functions/tests/distributed/order clause/by a non integer constant OK 63ms
/window functions/tests/distributed/order clause/by column OK 75ms
/window functions/tests/distributed/order clause/by expr OK 72ms
/window functions/tests/distributed/order clause/by expr with aggregates OK 107ms
/window functions/tests/distributed/order clause/invalid expr error OK 61ms
/window functions/tests/distributed/order clause/missing expr error OK 56ms
/window functions/tests/distributed/order clause/multiple expr asc asc OK 64ms
/window functions/tests/distributed/order clause/multiple expr asc desc OK 74ms
/window functions/tests/distributed/order clause/multiple expr desc desc OK 64ms
/window functions/tests/distributed/order clause/single expr asc OK 68ms
/window functions/tests/distributed/order clause/single expr desc OK 67ms
/window functions/tests/distributed/frame clause OK 9s 633ms
/window functions/tests/distributed/frame clause/default frame OK 136ms
/window functions/tests/distributed/frame clause/default frame/with order by OK 62ms
/window functions/tests/distributed/frame clause/default frame/without order by OK 72ms
/window functions/tests/distributed/frame clause/rows frame OK 2s 523ms
/window functions/tests/distributed/frame clause/rows frame/between current row and current row OK 71ms
/window functions/tests/distributed/frame clause/rows frame/between current row and expr following OK 68ms
/window functions/tests/distributed/frame clause/rows frame/between current row and expr preceding error OK 60ms
/window functions/tests/distributed/frame clause/rows frame/between current row and unbounded following OK 81ms
/window functions/tests/distributed/frame clause/rows frame/between current row and unbounded preceding error OK 58ms
/window functions/tests/distributed/frame clause/rows frame/between expr following and expr following OK 74ms
/window functions/tests/distributed/frame clause/rows frame/between expr following and expr following error OK 59ms
/window functions/tests/distributed/frame clause/rows frame/between expr following and expr following ref OK 77ms
/window functions/tests/distributed/frame clause/rows frame/between expr following and unbounded following OK 73ms
/window functions/tests/distributed/frame clause/rows frame/between expr following error OK 195ms
/window functions/tests/distributed/frame clause/rows frame/between expr preceding and current row OK 84ms
/window functions/tests/distributed/frame clause/rows frame/between expr preceding and expr following OK 75ms
/window functions/tests/distributed/frame clause/rows frame/between expr preceding and expr following ref OK 73ms
/window functions/tests/distributed/frame clause/rows frame/between expr preceding and expr preceding OK 77ms
/window functions/tests/distributed/frame clause/rows frame/between expr preceding and expr preceding error OK 64ms
/window functions/tests/distributed/frame clause/rows frame/between expr preceding and expr preceding ref OK 74ms
/window functions/tests/distributed/frame clause/rows frame/between expr preceding and unbounded following OK 72ms
/window functions/tests/distributed/frame clause/rows frame/between expr preceding and unbounded preceding error OK 59ms
/window functions/tests/distributed/frame clause/rows frame/between unbounded following error OK 301ms
/window functions/tests/distributed/frame clause/rows frame/between unbounded preceding and current row OK 74ms
/window functions/tests/distributed/frame clause/rows frame/between unbounded preceding and expr following OK 72ms
/window functions/tests/distributed/frame clause/rows frame/between unbounded preceding and expr preceding OK 75ms
/window functions/tests/distributed/frame clause/rows frame/between unbounded preceding and unbounded following OK 73ms
/window functions/tests/distributed/frame clause/rows frame/between unbounded preceding and unbounded preceding error OK 58ms
/window functions/tests/distributed/frame clause/rows frame/invalid frame extent OK 59ms
/window functions/tests/distributed/frame clause/rows frame/missing frame extent OK 59ms
/window functions/tests/distributed/frame clause/rows frame/start current row OK 70ms
/window functions/tests/distributed/frame clause/rows frame/start expr following error OK 61ms
/window functions/tests/distributed/frame clause/rows frame/start expr preceding OK 68ms
/window functions/tests/distributed/frame clause/rows frame/start unbounded following error OK 60ms
/window functions/tests/distributed/frame clause/rows frame/start unbounded preceding OK 76ms
/window functions/tests/distributed/frame clause/range frame OK 5s 501ms
/window functions/tests/distributed/frame clause/range frame/between current row and current row OK 157ms
/window functions/tests/distributed/frame clause/range frame/between current row and expr following with order by OK 75ms
/window functions/tests/distributed/frame clause/range frame/between current row and expr following without order by error OK 61ms
/window functions/tests/distributed/frame clause/range frame/between current row and expr preceding error OK 128ms
/window functions/tests/distributed/frame clause/range frame/between current row and unbounded following OK 219ms
/window functions/tests/distributed/frame clause/range frame/between current row and unbounded following in named window OK 74ms
/window functions/tests/distributed/frame clause/range frame/between current row and unbounded following modifying named window XFail 79ms
/window functions/tests/distributed/frame clause/range frame/between current row and unbounded preceding error OK 116ms
/window functions/tests/distributed/frame clause/range frame/between expr following and current row with order by error OK 63ms
/window functions/tests/distributed/frame clause/range frame/between expr following and current row without order by error OK 66ms
/window functions/tests/distributed/frame clause/range frame/between expr following and current row zero special case XFail 66ms
/window functions/tests/distributed/frame clause/range frame/between expr following and expr following with order by OK 69ms
/window functions/tests/distributed/frame clause/range frame/between expr following and expr following with order by error OK 62ms
/window functions/tests/distributed/frame clause/range frame/between expr following and expr following without order by error XFail 69ms
/window functions/tests/distributed/frame clause/range frame/between expr following and expr preceding error OK 126ms
/window functions/tests/distributed/frame clause/range frame/between expr following and expr preceding with order by zero special case XFail 64ms
/window functions/tests/distributed/frame clause/range frame/between expr following and expr preceding without order by error XFail 66ms
/window functions/tests/distributed/frame clause/range frame/between expr following and unbounded following with order by OK 63ms
/window functions/tests/distributed/frame clause/range frame/between expr following and unbounded following without order by error OK 61ms
/window functions/tests/distributed/frame clause/range frame/between expr following and unbounded preceding error OK 123ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and current row with order by OK 71ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and current row without order by error OK 63ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and expr following with order by OK 147ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and expr following with partition and order by OK 93ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and expr following with partition by same column twice OK 86ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and expr following with partition by two columns OK 74ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and expr following without order by error OK 59ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and expr preceding with order by OK 144ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and expr preceding with order by error OK 88ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and expr preceding without order by error OK 58ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and unbounded following with order by OK 74ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and unbounded following without order by error OK 72ms
/window functions/tests/distributed/frame clause/range frame/between expr preceding and unbounded preceding error OK 121ms
/window functions/tests/distributed/frame clause/range frame/between unbounded following and current row error OK 122ms
/window functions/tests/distributed/frame clause/range frame/between unbounded following and expr following error OK 121ms
/window functions/tests/distributed/frame clause/range frame/between unbounded following and expr preceding error OK 121ms
/window functions/tests/distributed/frame clause/range frame/between unbounded following and unbounded following error OK 128ms
/window functions/tests/distributed/frame clause/range frame/between unbounded following and unbounded preceding error OK 122ms
/window functions/tests/distributed/frame clause/range frame/between unbounded preceding and current row OK 147ms
/window functions/tests/distributed/frame clause/range frame/between unbounded preceding and current row with expressions in order by and aggregate OK 83ms
/window functions/tests/distributed/frame clause/range frame/between unbounded preceding and expr following with order by OK 76ms
/window functions/tests/distributed/frame clause/range frame/between unbounded preceding and expr following without order by error OK 63ms
/window functions/tests/distributed/frame clause/range frame/between unbounded preceding and expr preceding with order by OK 70ms
/window functions/tests/distributed/frame clause/range frame/between unbounded preceding and expr preceding without order by error OK 61ms
/window functions/tests/distributed/frame clause/range frame/between unbounded preceding and unbounded following OK 149ms
/window functions/tests/distributed/frame clause/range frame/between unbounded preceding and unbounded preceding error OK 125ms
/window functions/tests/distributed/frame clause/range frame/invalid frame extent OK 60ms
/window functions/tests/distributed/frame clause/range frame/missing frame extent OK 61ms
/window functions/tests/distributed/frame clause/range frame/order by decimal XFail 71ms
/window functions/tests/distributed/frame clause/range frame/order by float OK 73ms
/window functions/tests/distributed/frame clause/range frame/start current row with order by OK 67ms
/window functions/tests/distributed/frame clause/range frame/start current row without order by OK 71ms
/window functions/tests/distributed/frame clause/range frame/start expr following with order by error OK 63ms
/window functions/tests/distributed/frame clause/range frame/start expr following without order by error OK 65ms
/window functions/tests/distributed/frame clause/range frame/start expr preceding order by non numerical column error OK 63ms
/window functions/tests/distributed/frame clause/range frame/start expr preceding with order by OK 72ms
/window functions/tests/distributed/frame clause/range frame/start expr preceding without order by error OK 64ms
/window functions/tests/distributed/frame clause/range frame/start unbounded following error OK 132ms
/window functions/tests/distributed/frame clause/range frame/start unbounded preceding with order by OK 78ms
/window functions/tests/distributed/frame clause/range frame/start unbounded preceding without order by OK 77ms
/window functions/tests/distributed/frame clause/range frame/with nulls XFail 89ms
/window functions/tests/distributed/frame clause/range overflow OK 424ms
/window functions/tests/distributed/frame clause/range overflow/negative overflow for Int32 OK 63ms
/window functions/tests/distributed/frame clause/range overflow/negative overflow for Int64 OK 66ms
/window functions/tests/distributed/frame clause/range overflow/negative overflow with Int16 XFail 84ms
/window functions/tests/distributed/frame clause/range overflow/positive overflow for Int32 OK 67ms
/window functions/tests/distributed/frame clause/range overflow/positive overflow for Int64 OK 68ms
/window functions/tests/distributed/frame clause/range overflow/positive overflow with Int16 XFail 71ms
/window functions/tests/distributed/frame clause/range datetime OK 645ms
/window functions/tests/distributed/frame clause/range datetime/datetime order by asc range between n preceding and n following OK 77ms
/window functions/tests/distributed/frame clause/range datetime/datetime order by desc range between n preceding and n following OK 75ms
/window functions/tests/distributed/frame clause/range datetime/datetime with timezone order by asc range between n preceding and n following OK 94ms
/window functions/tests/distributed/frame clause/range datetime/datetime with timezone order by desc range between n preceding and n following OK 90ms
/window functions/tests/distributed/frame clause/range datetime/order by asc range between days preceding and days following XFail 67ms
/window functions/tests/distributed/frame clause/range datetime/order by desc range between days following and days following XFail 70ms
/window functions/tests/distributed/frame clause/range datetime/order by desc range between days preceding and days following XFail 97ms
/window functions/tests/distributed/frame clause/range datetime/order by desc range between days preceding and days preceding XFail 68ms
/window functions/tests/distributed/frame clause/range errors OK 399ms
/window functions/tests/distributed/frame clause/range errors/error missing order by OK 63ms
/window functions/tests/distributed/frame clause/range errors/error missing order by with partition by clause OK 62ms
/window functions/tests/distributed/frame clause/range errors/error more than one order by column OK 68ms
/window functions/tests/distributed/frame clause/range errors/error negative following offset XFail 74ms
/window functions/tests/distributed/frame clause/range errors/error negative preceding offset XFail 66ms
/window functions/tests/distributed/frame clause/range errors/error range over non numerical column OK 61ms
/window functions/tests/distributed/window clause OK 348ms
/window functions/tests/distributed/window clause/missing window spec OK 61ms
/window functions/tests/distributed/window clause/multiple identical windows OK 71ms
/window functions/tests/distributed/window clause/multiple windows OK 73ms
/window functions/tests/distributed/window clause/single window OK 68ms
/window functions/tests/distributed/window clause/unused window OK 70ms
/window functions/tests/distributed/over clause OK 415ms
/window functions/tests/distributed/over clause/adhoc window OK 73ms
/window functions/tests/distributed/over clause/empty OK 76ms
/window functions/tests/distributed/over clause/empty named window OK 71ms
/window functions/tests/distributed/over clause/invalid multiple windows OK 65ms
/window functions/tests/distributed/over clause/invalid window name OK 64ms
/window functions/tests/distributed/over clause/missing window spec OK 59ms
/window functions/tests/distributed/funcs OK 2s 124ms
/window functions/tests/distributed/funcs/dense rank OK 70ms
/window functions/tests/distributed/funcs/first value OK 149ms
/window functions/tests/distributed/funcs/first value with lead workaround OK 68ms
/window functions/tests/distributed/funcs/lag OK 217ms
/window functions/tests/distributed/funcs/lagInFrame OK 356ms
/window functions/tests/distributed/funcs/last value OK 292ms
/window functions/tests/distributed/funcs/last value with lag workaround OK 73ms
/window functions/tests/distributed/funcs/last value with no frame OK 73ms
/window functions/tests/distributed/funcs/lead OK 300ms
/window functions/tests/distributed/funcs/leadInFrame OK 368ms
/window functions/tests/distributed/funcs/rank OK 74ms
/window functions/tests/distributed/funcs/row number OK 74ms
/window functions/tests/distributed/aggregate funcs OK 5s 678ms
/window functions/tests/distributed/aggregate funcs/aggregate and window function in the same window OK 70ms
/window functions/tests/distributed/aggregate funcs/aggregate funcs over rows frame OK 4s 699ms
/window functions/tests/distributed/aggregate funcs/aggregate function recovers from nan OK 70ms
/window functions/tests/distributed/aggregate funcs/avgWeighted OK 212ms
/window functions/tests/distributed/aggregate funcs/avg with nulls OK 67ms
/window functions/tests/distributed/aggregate funcs/bit functions OK 66ms
/window functions/tests/distributed/aggregate funcs/nested aggregates OK 81ms
/window functions/tests/distributed/aggregate funcs/stddevpop OK 67ms
/window functions/tests/distributed/aggregate funcs/stddevsamp OK 67ms
/window functions/tests/distributed/aggregate funcs/sum OK 72ms
/window functions/tests/distributed/aggregate funcs/ungrouped aggregate over empty row set OK 64ms
/window functions/tests/distributed/aggregate funcs/var pop OK 66ms
/window functions/tests/distributed/aggregate funcs/var samp OK 68ms
/window functions/tests/distributed/time decayed funcs OK 1m 39s
/window functions/tests/distributed/time decayed funcs/exponentialTimeDecayedAvg OK 11s 676ms
/window functions/tests/distributed/time decayed funcs/exponentialTimeDecayedCount OK 10s 522ms
/window functions/tests/distributed/time decayed funcs/exponentialTimeDecayedMax OK 1m 5s
/window functions/tests/distributed/time decayed funcs/exponentialTimeDecayedSum OK 11s 764ms
/window functions/tests/distributed/errors OK 626ms
/window functions/tests/distributed/errors/error coma between partition by and order by clause OK 59ms
/window functions/tests/distributed/errors/error named window defined twice OK 62ms
/window functions/tests/distributed/errors/error order by another window function OK 58ms
/window functions/tests/distributed/errors/error select from window OK 65ms
/window functions/tests/distributed/errors/error using non window function OK 61ms
/window functions/tests/distributed/errors/error window function in alter delete where OK 60ms
/window functions/tests/distributed/errors/error window function in group by OK 61ms
/window functions/tests/distributed/errors/error window function in having OK 65ms
/window functions/tests/distributed/errors/error window function in join OK 63ms
/window functions/tests/distributed/errors/error window function in where OK 65ms
/window functions/tests/distributed/misc OK 1s 438ms
/window functions/tests/distributed/misc/count with empty over clause without start OK 73ms
/window functions/tests/distributed/misc/empty table OK 78ms
/window functions/tests/distributed/misc/exclude clause OK 59ms
/window functions/tests/distributed/misc/from subquery OK 76ms
/window functions/tests/distributed/misc/group by and multiple windows OK 92ms
/window functions/tests/distributed/misc/group by and one window OK 85ms
/window functions/tests/distributed/misc/groups frame OK 67ms
/window functions/tests/distributed/misc/in view OK 269ms
/window functions/tests/distributed/misc/query with order by and one window OK 75ms
/window functions/tests/distributed/misc/subquery expr preceding OK 83ms
/window functions/tests/distributed/misc/subquery multiple window functions OK 77ms
/window functions/tests/distributed/misc/subquery with multiple windows filtering OK 83ms
/window functions/tests/distributed/misc/window functions in select expression OK 73ms
/window functions/tests/distributed/misc/window functions in subquery OK 87ms
/window functions/tests/distributed/misc/windows with same partitioning but different ordering OK 74ms
/window functions/tests/distributed/misc/with union all OK 73ms
/window functions/tests/distributed/datatypes OK 825ms
/window functions/tests/distributed/datatypes/date OK 67ms
/window functions/tests/distributed/datatypes/datetime OK 69ms
/window functions/tests/distributed/datatypes/datetime64 OK 62ms
/window functions/tests/distributed/datatypes/decimal32 OK 81ms
/window functions/tests/distributed/datatypes/enum OK 70ms
/window functions/tests/distributed/datatypes/fixed string OK 67ms
/window functions/tests/distributed/datatypes/ipv4 OK 69ms
/window functions/tests/distributed/datatypes/ipv6 OK 64ms
/window functions/tests/distributed/datatypes/low cardinality OK 67ms
/window functions/tests/distributed/datatypes/map OK 63ms
/window functions/tests/distributed/datatypes/string OK 69ms
/window functions/tests/distributed/datatypes/uuid OK 67ms
/window functions/tests/distributed/non-negative derivative func OK 5s 411ms
/window functions/tests/distributed/non-negative derivative func/acceptance OK 679ms
/window functions/tests/distributed/non-negative derivative func/check intervals OK 550ms
/window functions/tests/distributed/non-negative derivative func/check negative result OK 65ms
/window functions/tests/distributed/non-negative derivative func/check one row per partition OK 71ms
/window functions/tests/distributed/non-negative derivative func/check over windows OK 1s 769ms
/window functions/tests/distributed/non-negative derivative func/division by tiny OK 136ms
/window functions/tests/distributed/non-negative derivative func/division by zero OK 66ms
/window functions/tests/distributed/non-negative derivative func/empty table OK 243ms
/window functions/tests/distributed/non-negative derivative func/null values OK 126ms
/window functions/tests/distributed/non-negative derivative func/valid metric types OK 899ms
/window functions/tests/distributed/non-negative derivative func/valid timestamp types OK 214ms
/window functions/tests/distributed/non-negative derivative func/wrong number of arguments or types OK 512ms
/window functions/tests/distributed/non-negative derivative func/zero interval OK 70ms

Generated by TestFlows Open-Source Test Framework v1.9.230315.1003122