ClickHouse/tests
Azat Khuzhin bc3e73d776 Fix LOGICAL_ERROR for WINDOW VIEW with incorrect structure
Caching header of the source table in the WINDOW VIEW should not be
done, since there is no ability to get notification when it had been
changed (ALTER or CREATE/DROP).

And this fires on [CI], when the following tests had been executed in
order in stress tests:
- 01050_window_view_parser_tumble (leaves wm for mt)
- 01748_partition_id_pruning (cache input_header)
- 01188_attach_table_from_path (insert into mt with wm attached and
  incorrect structure)

  [CI]: https://s3.amazonaws.com/clickhouse-test-reports/38056/109980eb275c064d08bc031bfdc14d95b9a7272b/stress_test__undefined__actions_.html

Follow-up for: #37965 (@Vxider)
Fixes: #37815
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-06-19 19:16:39 +03:00
..
ci Add retries with progressive sleep and dynamic page sice decreasing 2022-06-16 16:29:48 +02:00
config Disable parameters for non direct executable user defined functions 2022-06-16 16:29:04 +02:00
fuzz
instructions
integration use random container name 2022-06-15 23:08:42 +02:00
jepsen.clickhouse-keeper add comment for overwrite 2022-06-01 06:32:52 +00:00
perf_drafts
performance Merge pull request #38052 from amosbird/join_regression_fix 2022-06-17 19:55:33 +02:00
queries Fix LOGICAL_ERROR for WINDOW VIEW with incorrect structure 2022-06-19 19:16:39 +03:00
.gitignore
clickhouse-test Randomize settings related to in-order read/aggregation 2022-06-07 08:29:00 +03:00
CMakeLists.txt
msan_suppressions.txt
stress
tsan_suppressions.txt
ubsan_suppressions.txt