Yakov Olkhovskiy
610ecddee7
Merge pull request #67236 from ClickHouse/fix-test-00180-filesystem-cache
...
Fix flaky 00180_no_seek_avoiding_when_reading_from_cache
2024-07-27 07:01:52 +00:00
Antonio Andelic
f6990bb1ed
Merge pull request #67173 from ClickHouse/fix-stacktrace-cache
...
Fix stacktrace cache
2024-07-27 06:35:17 +00:00
Vitaly Baranov
46218b68ff
Initialize the client_context after quota_key in clickhouse-client.
2024-07-27 06:32:26 +02:00
Alexey Milovidov
91a3fbc0f6
Merge branch 'remove-strange-code' of github.com:ClickHouse/ClickHouse into remove-strange-code
2024-07-27 04:47:29 +02:00
Alexey Milovidov
ab9270c31a
Update test
2024-07-27 04:47:13 +02:00
Alexey Milovidov
495c8be165
Merge branch 'master' into remove-strange-code
2024-07-27 04:43:11 +02:00
Alexey Milovidov
a9b09cf426
Fix OOM in test runs
2024-07-27 04:41:46 +02:00
Alexey Milovidov
754967c1e3
Update setting changes history
2024-07-27 04:36:48 +02:00
Alexey Milovidov
c2dae64df3
Challenge how optimistic was Maksim Kita
2024-07-27 04:36:48 +02:00
Alexey Milovidov
51a01fd576
Fix error
2024-07-27 04:33:55 +02:00
Alexey Milovidov
f90cf73d9b
Merge branch 'fix-idiotic-code' into ast-data-type
2024-07-27 04:19:45 +02:00
Alexey Milovidov
3818d701d6
Merge branch 'master' into ast-data-type
2024-07-27 04:19:41 +02:00
Alexey Milovidov
3837a2f49a
Merge branch 'master' into fix-data-race-in-zookeeper
2024-07-27 04:10:12 +02:00
Alexey Milovidov
2e4cd20366
Remove test 02982_aggregation_states_destruction
2024-07-27 04:05:49 +02:00
Sema Checherinda
f3a9e2bd79
Merge branch 'master' into chesema-01171
2024-07-27 03:54:46 +02:00
Alexey Milovidov
10d003b1bf
Fix test 02310_clickhouse_local_INSERT_progress_profile_events
2024-07-27 03:54:00 +02:00
Alexey Milovidov
410125bf8d
Fix MSan report in DatabaseReplicated
2024-07-27 03:48:28 +02:00
Alexey Milovidov
bf16b18f50
Update SubstituteColumnOptimizer.cpp
2024-07-27 03:47:29 +02:00
Alexey Milovidov
9969026e46
Further enhancement
2024-07-27 03:39:01 +02:00
Alexey Milovidov
4174726d0d
Add a test
2024-07-27 03:38:31 +02:00
Alexey Milovidov
10dc9232a1
Remove strange code
2024-07-27 03:35:25 +02:00
Alexey Milovidov
90605127c2
Better exception message
2024-07-27 03:35:17 +02:00
Alexey Milovidov
0ed2c7e4a0
Sync with private
2024-07-27 03:16:30 +02:00
vdimir
7c7783e2ce
Merge pull request #66312 from ClickHouse/vdimir/proper_fix_join_on_nullsafe_optimization
...
Fix aliased JOIN ON expression formatting
2024-07-27 00:58:12 +00:00
Alexey Milovidov
f187163fa6
Fix English
2024-07-27 02:58:00 +02:00
Alexey Milovidov
04775ec4fb
English
2024-07-27 02:52:34 +02:00
Alexey Milovidov
783189c9d1
Merge pull request #67178 from kitaisreal/convert-outer-join-to-inner-join-disable-for-non-all-join-strictness
...
Disable convert OUTER JOIN to INNER JOIN optimization for non ALL JOIN strictness
2024-07-26 23:26:09 +00:00
Alexey Milovidov
891f0c084d
Merge pull request #66869 from ClickHouse/vdimir/followup-66725
...
Followup #66725
2024-07-26 23:25:05 +00:00
Alexey Milovidov
cf702b2918
Merge pull request #67106 from azat/tests/02805_distributed_queries_timeouts
...
Reintroduce 02805_distributed_queries_timeouts
2024-07-26 23:24:30 +00:00
Alexey Milovidov
30a67dd37a
Merge pull request #67141 from ClickHouse/fix-00673_subquery_prepared_set_performance
...
Fix test `00673_subquery_prepared_set_performance`
2024-07-26 23:23:31 +00:00
Alexey Milovidov
c4d772557f
Merge pull request #66790 from ClickHouse/better-diagnostics-in-functional-tests
...
Better diagnostics in functional tests
2024-07-26 23:15:42 +00:00
Alexey Milovidov
362d528398
Merge pull request #67170 from ClickHouse/fix-00705_drop_create_merge_tree
...
Fix `00705_drop_create_merge_tree`
2024-07-27 01:21:03 +02:00
Yakov Olkhovskiy
0f4274ac96
increase filesystem_cache_reserve_space_wait_lock_timeout_milliseconds to 2000
2024-07-26 18:39:38 -04:00
Nikita Taranov
109bd52296
impl
2024-07-26 23:05:56 +01:00
Nikita Mikhaylov
ad0533b4d0
Merge pull request #67215 from ClickHouse/fast-client
...
Apply optimizations for a single file
2024-07-26 21:23:18 +00:00
Igor Nikonov
1477ae3175
Merge remote-tracking branch 'origin/master' into pr-order-by-all
2024-07-26 19:44:44 +00:00
Igor Nikonov
5be75ee349
Fix is done only for the new analyzer
2024-07-26 19:43:54 +00:00
Azat Khuzhin
870ec237bb
Add ability to load dashboards for system.dashboards from config
...
One of the obvious reasons is to allow rendering them with readonly
user, which is not possible right now, due to usage of merge() function
there.
Another one, is to add some custom metrics.
Note, that once set, they overrides the default dashboards preset.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-26 21:21:09 +02:00
Nikita Fomichev
c95c1a7232
Merge pull request #66901 from ClickHouse/stable-test-runs
...
Stateless tests: Change status of failed tests in case of server crash and add no-parallel to high-load tests
2024-07-26 18:42:42 +00:00
jsc0218
1ba44252cd
turn sql to bash
2024-07-26 18:33:50 +00:00
Sergei Trifonov
8943561372
Merge pull request #67223 from ClickHouse/fix-test-pkill
...
Fix flaky `test_pkill_query_log` (tsan)
2024-07-26 17:57:11 +00:00
Nikolai Kochetov
4833b46a1a
Remove debug code
2024-07-26 17:43:30 +00:00
Nikolai Kochetov
343f1fa4ba
Check type after optimize_rewrite_aggregate_function_with_if.
2024-07-26 17:42:06 +00:00
robot-clickhouse
f276be829b
Automatic style fix
2024-07-26 16:59:50 +00:00
vdimir
d153a1cf93
add quotes
2024-07-26 18:37:30 +02:00
vdimir
4543532157
Fix ShellCheck
2024-07-26 18:33:48 +02:00
Nikolai Kochetov
d42fa0690d
Remove filterBlockWithDAG.
2024-07-26 15:59:23 +00:00
Alexander Tokmakov
ee87209445
Merge pull request #67147 from ClickHouse/tavplubix-patch-10
...
Try removing code that looks useless
2024-07-26 15:59:12 +00:00
vdimir
a59036e515
chmod +x ./tests/queries/0_stateless/03204_format_join_on.sh
2024-07-26 15:36:24 +00:00
maxvostrikov
ff5cd2051f
squash! added somme tests in relation with https://github.com/ClickHouse/ClickHouse/pull/54881 with new behaviour when enable_named_columns_in_function_tuple=1 (default value)
2024-07-26 17:10:39 +02:00