Commit Graph

148655 Commits

Author SHA1 Message Date
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
Raúl Marín
f2e83f092d Patch getauxval for tsan re-exec 2024-07-25 21:56:42 +02: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
4bf8d72a67 Merge branch 'fix-idiotic-code' into ast-data-type 2024-07-25 19:06:15 +02: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
Robert Schulze
4b505badd3
Attempt to fix flakiness of some window view tests 2024-07-25 14:11:41 +00:00
Konstantin Bogdanov
f654db215f
Fix naming 2024-07-25 15:56:29 +02:00
Alexander Tokmakov
64eeece533 fix 2024-07-25 15:49:59 +02:00
Antonio Andelic
670413a69d
Merge pull request #67016 from ClickHouse/static-order-mess
Try to fix exception logging in destructors of static objects
2024-07-25 13:46:22 +00:00
Alexey Milovidov
a1f2c815f4
Merge pull request #67007 from XuJia0210/bugfix_table_db_num_limit_test_flaky
bugfix AttachedTable counting not symmetry, and adding some test logs…
2024-07-25 13:34:37 +00:00
Alexey Milovidov
1bbe4cadd4
Merge pull request #67089 from ClickHouse/CurtizJ-patch-8
Increase timeout for curl in tests
2024-07-25 13:34:03 +00:00
Daniil Ivanik
2457a2a7d7
Merge pull request #66851 from yohannj/fix_error_codes
Update error codes related to number of accepted arguments
2024-07-25 13:32:14 +00:00
Konstantin Bogdanov
e0b1253688
Fix harder 2024-07-25 15:25:33 +02:00
Nikolai Kochetov
f45276bd9b Merge branch 'master' into use-uniq-ptr-for-actions-dag 2024-07-25 15:22:45 +02:00
avogar
ad44fb1ba4 Increase lock_acquire_timeout_for_background_operations setting in dynamic merges tests 2024-07-25 13:22:19 +00:00