Commit Graph

148233 Commits

Author SHA1 Message Date
Antonio Andelic
91e0df33db Merge branch 'master' into read-cgroup-memory-usage-async-metrics 2024-07-26 15:55:42 +02:00
Alexander Gololobov
35d1e98642
Merge pull request #67176 from ClickHouse/fix_02908_many_requests_to_system_replicas
Make 02908_many_requests_to_system_replicas less stressful
2024-07-26 13:31:53 +00:00
Konstantin Bogdanov
9b0ac9250b
Merge pull request #67121 from ClickHouse/fix-single-value-data-failed-assert
Fix ASTFuzzer failure in `SingleValueData`
2024-07-26 13:22:49 +00:00
Alexey Milovidov
7dd6a10d15
Merge pull request #67168 from ClickHouse/fix-unit-tests
Remove too long unit test
2024-07-26 12:57:01 +00:00
Kruglov Pavel
16113e123e
Merge pull request #66727 from Avogar/fix-runtime-error-variant
Fix runtime error while converting [Null] field to Array(Variant)
2024-07-26 12:15:31 +00:00
Alexey Milovidov
b8116a8528
Merge pull request #67126 from Avogar/better-dynamic-merges-tests
Increase lock_acquire_timeout_for_background_operations setting in dynamic merges tests
2024-07-26 11:41:44 +00:00
alesapin
21fa9632ef
Merge pull request #67078 from jsc0218/fix2680
Fix 2680 flasky
2024-07-26 11:39:00 +00:00
Han Fei
a9ceb0c49c
Merge pull request #66915 from zvonand/zvonand-fix-66835
[CI fest] Try to fix `test_broken_projections/test.py::test_broken_ignored_replicated`
2024-07-26 11:31:32 +00:00
Alexey Milovidov
883cbdc880
Merge pull request #67086 from ClickHouse/fix_02446
Fix a test, make possible retries of queries in .sql tests
2024-07-26 10:47:27 +00:00
Alexey Milovidov
0bccd1a2a0
Merge pull request #67129 from ClickHouse/fix_truncate_database
Fix truncate database
2024-07-26 10:47:09 +00:00
Alexey Milovidov
1d16141a07
Merge pull request #66995 from ClickHouse/fix-clion
Fix CLion
2024-07-26 10:41:37 +00:00
Raúl Marín
9ff1492245
Merge pull request #67179 from Blargian/docs_filesystemUnreserved
[Docs] rename `filesystemFree` to `filesystemUnreserved`
2024-07-26 10:27:08 +00:00
Alexey Milovidov
a9c0e9745d
Merge pull request #67099 from azat/tests/01246_buffer_flush
A more precise way of tracking flushing time in 01246_buffer_flush
2024-07-26 10:07:41 +00:00
Alexey Milovidov
dfae1ad6d5
Merge pull request #67142 from ClickHouse/fix_03145
fix `03145_non_loaded_projection_backup`
2024-07-26 10:02:29 +00:00
Robert Schulze
b9b32a809c
Merge pull request #67105 from rschu1ze/funcs-s-t-input_rows_count
Functions [s-t]*: Iterate over input_rows_count where appropriate
2024-07-26 09:49:25 +00:00
Shaun Struwig
b3828b038d
add filesystemUnreserved 2024-07-26 11:49:04 +02:00
Alexey Milovidov
6f4aa977d7
Merge pull request #66832 from joelynch/joelynch/table-comments
Ensure COMMENT clause works for all table engines
2024-07-26 09:35:57 +00:00
Alexey Milovidov
48e61a295c
Merge pull request #67130 from rschu1ze/unflake-win-view-tests2
Attempt to fix flakiness of some window view tests
2024-07-26 09:34:47 +00:00
Blargian
02bfe82192 rename filesystemFree to fiilesystemUnreserved 2024-07-26 11:19:46 +02:00
Antonio Andelic
71a5a42f8f Merge branch 'master' into read-cgroup-memory-usage-async-metrics 2024-07-26 11:17:54 +02:00
Alexander Gololobov
498ae43586 Make 02908_many_requests_to_system_replicas less stressful 2024-07-26 10:42:23 +02:00
Alexey Milovidov
d6fdf29679 Remove too long unit test 2024-07-26 04:48:41 +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
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
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
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
avogar
fb143a2287 Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-runtime-error-variant 2024-07-25 19:04:21 +00: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
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
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
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
Dmitry Novik
93a2dbf85c
Move syntax part on top 2024-07-25 17:02:11 +02: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