Antonio Andelic
2519f9ed42
Only support archs
2024-07-26 12:08:16 +02:00
Antonio Andelic
287cce7d21
Fixes
2024-07-26 09:20:15 +02:00
Antonio Andelic
cd4b56b031
Merge branch 'master' into add-numactl
2024-07-26 08:22: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
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
Alexey Milovidov
ee193ffa01
Lower max allocation size in query fuzzer
2024-07-25 19:25:58 +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
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
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
Alexander Tokmakov
cccb710f7f
Merge pull request #67029 from ClickHouse/revert-66993-revert-66785-fix_992
...
Revert "Revert "Fix for 992 and friends""
2024-07-25 13:04:41 +00:00
Konstantin Bogdanov
00c1b89aae
Merge pull request #66991 from ClickHouse/fix-database-replicated-ddl-worker-data-race
...
[CI Fest] Fix data race in DatabaseReplicatedDDLWorker
2024-07-25 12:45:37 +00:00
Antonio Andelic
2988e13050
Free bitmask
2024-07-25 13:55:01 +02:00
Vitaly Baranov
ac514a5103
Merge pull request #66881 from vitlibar/fix-broken-part-error-while-restoring-to-s3-plain-rewritable
...
Fix broken part error while restoring to s3_plain_rewritable
2024-07-25 11:16:31 +00:00
Raúl Marín
6851ccffb8
Merge pull request #67046 from CurtizJ/disable-setting
...
Disable setting `optimize_functions_to_subcolumns`
2024-07-25 10:43:05 +00:00
alesapin
103fcef3b4
Merge pull request #66973 from ClickHouse/add_more_diagnostics
...
[CI Fest] Add more diagnostics in case of digest mismatch for DatabaseReplicated (investigating #64936 )
2024-07-25 10:35:58 +00:00
Nikita Taranov
dac7e8ef2f
Merge pull request #60377 from nickitat/adaptive_task_size_mt_read_pool
...
Adaptive read task size calculation in parallel replicas
2024-07-25 10:25:41 +00:00
Nikita Taranov
8988f0518f
Merge pull request #66983 from ClickHouse/split_01508_partition_pruning_long
...
Split 01508_partition_pruning_long
2024-07-25 10:24:53 +00:00
alesapin
0a023e763a
Merge pull request #67067 from ClickHouse/increase_timeout_for_server
...
[CI Fest] Increase timeout for test_broken_part_during_merge
2024-07-25 10:17:09 +00:00
alesapin
4ee409094d
Update tests/performance/decimal_aggregates.xml
2024-07-25 12:12:23 +02:00
Antonio Andelic
6557387148
Try calcualting memory with numactl if membind used
2024-07-25 11:49:02 +02:00
Antonio Andelic
c5e01c91d2
Merge branch 'master' into dont-ignore-sigsegv
2024-07-25 11:23:39 +02:00
Robert Schulze
6fab321e9f
Merge pull request #66897 from rschu1ze/funcs-g-r-input_rows_count
...
Functions [h-r]*: Iterate over input_rows_count where appropriate
2024-07-25 08:54:47 +00:00
János Benjamin Antal
2aa613fd14
Merge pull request #66924 from ClickHouse/fix-flaky-01923_network_receive_time_metric_insert
...
Decrease rate limit in `01923_network_receive_time_metric_insert`
2024-07-25 08:35:48 +00:00
János Benjamin Antal
d785f4dde9
Merge pull request #67070 from ClickHouse/fix-flaky-test-seekable-formats-tests
...
Fix flaky `test_seekable_formats_url` and `test_seekable_formats` S3 storage tests
2024-07-25 08:32:52 +00:00
János Benjamin Antal
2def300631
Merge pull request #67049 from ClickHouse/fix-sanitizer-allocation-size-is-too-big
...
Increase max allocation size for sanitizers
2024-07-25 08:32:38 +00:00
Ilya Yatsishin
db5b4c0e96
Merge pull request #66986 from qoega/integration-flaky-check-repeat
...
Add hardening to integration tests flaky check: repeat test case multiple times with same environment.
2024-07-25 08:18:37 +00:00
Nikita Fomichev
e1f89f41f7
Merge pull request #67027 from ClickHouse/fix-flaky-integration-tests
...
Integration tests: fix flaky tests `test_backup_restore_on_cluster/test_concurrency.py` & `test_manipulate_statistics/test.py`
2024-07-25 07:50:17 +00:00
Michael Kolupaev
1b2fd51e09
Merge pull request #66977 from ClickHouse/uwo
...
Apply libunwind fix
2024-07-25 03:40:19 +00:00
Konstantin Bogdanov
e21d23d04d
Less locks
2024-07-25 05:28:59 +02:00
Konstantin Bogdanov
80b9b13771
Less checks, more locks
2024-07-25 05:28:59 +02:00
Konstantin Bogdanov
cea3bbc45b
More checks
2024-07-25 05:28:59 +02:00
Konstantin Bogdanov
aa9908f6da
Fix harder
2024-07-25 05:28:58 +02:00
Konstantin Bogdanov
f239dd67ee
Fix
2024-07-25 05:28:52 +02:00
Michael Kolupaev
36e59a1b70
Final commit hash
2024-07-25 01:58:27 +00:00
zoomxi
82959ce5b3
format test.py
2024-07-25 09:55:23 +08:00