Alexey Milovidov
64ff5d7bc4
Fix 00705_drop_create_merge_tree
2024-07-26 05:07:56 +02:00
Alexey Milovidov
9c6026965d
Fix error
2024-07-26 04:55:53 +02:00
Alexey Milovidov
739706ebb4
Merge branch 'master' into fix-idiotic-code
2024-07-26 04:55:16 +02:00
Alexey Milovidov
8f91fa8b78
Merge branch 'fix-unit-tests' into better-diagnostics-in-functional-tests
2024-07-26 04:51:46 +02:00
Alexey Milovidov
d6fdf29679
Remove too long unit test
2024-07-26 04:48:41 +02:00
Alexey Milovidov
f3c88ff667
Fix benign data race in ZooKeeper
2024-07-26 03:56:02 +02:00
Julia Kartseva
da24aa06fa
Merge pull request #67148 from jkartseva/fix-async-insert-race-long
...
Try fix `02481_async_insert_race_long` flakiness
2024-07-26 01:29:08 +00:00
Michael Kolupaev
fc458509c7
Merge pull request #67152 from ClickHouse/ohno
...
Uncomment accidentally commented out code in QueryProfiler
2024-07-26 00:12:12 +00:00
Shri Bodas
d0c4c4151c
Update keepermap.md
...
Needs quotes around keeper path
2024-07-25 14:24:28 -07:00
xc0derx
18fb7396f9
fix broken links (compression codecs)
2024-07-25 23:21:30 +02:00
alesapin
5c5682ba9d
Merge pull request #67044 from ClickHouse/make_decimal_aggregates_less_memory_extensive
...
[CI Fest] Fix flaky performance test `decimal_aggregates`
2024-07-25 21:09:39 +00:00
Alexey Milovidov
6b56f427d3
Merge pull request #67145 from ClickHouse/lower-max-allocation-size-in-query-fuzzer
...
Lower max allocation size in query fuzzer
2024-07-25 21:00:58 +00:00
Igor Nikonov
799cface49
Merge pull request #67041 from ClickHouse/pr-alter-select-ubsan
...
Test for alter select with parallel replicas
2024-07-25 20:48:22 +00:00
Igor Nikonov
d196ce989a
Merge remote-tracking branch 'origin/master' into pr-order-by-all
2024-07-25 20:44:25 +00:00
Michael Kolupaev
992a276485
uncomment also write_trace_iteration
2024-07-25 20:23:45 +00:00
Igor Nikonov
e32109174e
Merge pull request #66880 from zoomxi/unavaliable_replicas
...
Fix: throw if can't connect to any participating replicas for parallel replicas query execution
2024-07-25 19:56:06 +00:00
Michael Kolupaev
7b8c41818b
Uncomment accidentally commented out code in QueryProfiler
2024-07-25 19:34:41 +00:00
Blargian
3c1004aee4
Fix typo
2024-07-25 21:26:14 +02:00
Alexey Milovidov
ff078c98de
Merge pull request #66811 from ClickHouse/fix-bad-test-01042_system_reload_dictionary_reloads_completely
...
Fix bad test `01042_system_reload_dictionary_reloads_completely`
2024-07-25 19:24:59 +00:00
Blargian
1ba4790511
Review changes
2024-07-25 21:18:48 +02:00
Igor Nikonov
8da2ef8287
Fix: order by all with parallel replicas
2024-07-25 19:17:38 +00:00
avogar
fb143a2287
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-runtime-error-variant
2024-07-25 19:04:21 +00:00
Raúl Marín
eb4ec0912a
Rename bad setting
2024-07-25 20:21:37 +02:00
Antonio Andelic
cba75018ee
Merge pull request #66847 from ClickHouse/dont-ignore-sigsegv
...
Stop ignoring SIGSEGV in GDB
2024-07-25 17:53:42 +00:00
Julia Kartseva
e46512a3be
Try fix 02481_async_insert_race_long
...
https://github.com/ClickHouse/clickhouse-private/issues/13101
My assumption is that for high --insert_keeper_fault_injection_probability
values, entries don't leave the sink, causing the queue memory consumption
to grow, eventually hitting the memory limit and the MEMORY_LIMIT_EXCEEDED
error.
Later, we may raise the insert_keeper_fault_injection_probability
to a small positive value.
2024-07-25 17:50:07 +00:00
Alexander Tokmakov
f32a0716b9
Update 02842_truncate_database.sql
2024-07-25 19:45:06 +02:00
Alexander Tokmakov
a3d5b2d290
Update ZooKeeperImpl.cpp
2024-07-25 19:39:20 +02:00
Nikolai Kochetov
738d659e3b
Do not remove constants from Distributed header if query is executed up to Complete.
2024-07-25 17:26:16 +00:00
Alexey Milovidov
ee193ffa01
Lower max allocation size in query fuzzer
2024-07-25 19:25:58 +02:00
Raúl Marín
257be35365
Minor tweaks and extra type tests
2024-07-25 19:21:31 +02:00
Nikolai Kochetov
a06df0729e
Remove the comment.
2024-07-25 17:10:59 +00:00
Alexey Milovidov
7e98b7a24b
Merge branch 'master' into fix-idiotic-code
2024-07-25 19:06:00 +02:00
Alexey Milovidov
f4b943f9f8
Fix tidy
2024-07-25 19:05:41 +02:00
Alexander Tokmakov
21f3a08ba7
fix flaky test
2024-07-25 18:54:51 +02:00
Alexey Milovidov
3f598f6825
Merge pull request #66996 from ClickHouse/fix-system-numbers-rows-approx
...
Fix the estimation of total rows to read from the Numbers data sources
2024-07-25 16:53:34 +00:00
Alexey Milovidov
9755d525a3
Merge branch 'master' into fix-clion
2024-07-25 18:53:05 +02:00
Alexey Milovidov
76fc054aa8
Merge pull request #66998 from ClickHouse/remove-kerberized-hdfs
...
Remove the support for Kerberized HDFS
2024-07-25 16:51:12 +00:00
Alexey Milovidov
782d829d87
Merge branch 'master' into better-diagnostics-in-functional-tests
2024-07-25 18:47:09 +02:00
Alexey Milovidov
7a003237be
Fix test 00673_subquery_prepared_set_performance
2024-07-25 18:43:11 +02:00
Alexey Milovidov
638d464095
Fix test 00673_subquery_prepared_set_performance
2024-07-25 18:42:16 +02:00
Nikolai Kochetov
869f6a6f10
Updating PrewhereInfo
2024-07-25 16:33:12 +00:00
Sema Checherinda
e199fbaeaa
Update tests/queries/0_stateless/01171_mv_select_insert_isolation_long.sh
2024-07-25 17:55:32 +02:00
kssenii
ccd92d2082
Update chassert in cache
2024-07-25 17:44:26 +02:00
Alexey Milovidov
13abd7c4eb
Merge pull request #67009 from ClickHouse/fix-test-00186_very_long_arrays
...
Fix test `very_long_arrays`
2024-07-25 15:39:19 +00:00
Dmitry Novik
82654361f9
Merge pull request #66982 from linhgiang24/patch-2
...
Included "ON CLUSTER cluster_name" syntax for RELOAD DICTIONARIES command
2024-07-25 15:39:11 +00:00
Nikolai Kochetov
fb271436a1
Remove ActionsDAGPtr completely.
2024-07-25 15:37:13 +00:00
Dmitry Novik
93a2dbf85c
Move syntax part on top
2024-07-25 17:02:11 +02:00
Nikolai Kochetov
1973458ae0
Update PlannerWindowFunctions
2024-07-25 15:00:37 +00:00
Nikolai Kochetov
0642ed19b7
Fixing more tests.
2024-07-25 14:17:45 +00:00
Alexander Tokmakov
baee31c12a
fix truncate database
2024-07-25 16:15:37 +02:00