Commit Graph

150759 Commits

Author SHA1 Message Date
Dmitry Novik
ecba21bfe7
Fix documentation for memory overcommit 2024-08-07 15:23:19 +02:00
János Benjamin Antal
b3c30b05d6 Make test_kafka_insert repeatable 2024-08-07 13:22:22 +00:00
Raúl Marín
76ce1fc1ee Make 01945_system_warnings parallelizable 2024-08-07 15:17:42 +02:00
Raúl Marín
1dd5af5788 Make 01760_ddl_dictionary_use_current_database_name parallelizable 2024-08-07 15:17:42 +02:00
Raúl Marín
3a564255de Make 01764_table_function_dictionary parallelizable 2024-08-07 15:17:42 +02:00
Raúl Marín
a9b22a454d Make 03172_system_detached_tables parallelizable 2024-08-07 15:17:42 +02:00
János Benjamin Antal
139fe624c2 Fix typos 2024-08-07 13:16:47 +00:00
Kruglov Pavel
e809dbed60
Merge pull request #67171 from compasses/fix-memory-leak-nullkey-distinct
fix memory leak when exception happend during count distinct for null key
2024-08-07 12:47:52 +00:00
Kruglov Pavel
81b0caf85c
Merge pull request #67911 from Avogar/validate-data-types-in-alter
Validate data types in ALTER ADD/MODIFY COLUMN
2024-08-07 12:41:10 +00:00
Sema Checherinda
4a537874ca adjust tests 2024-08-07 14:35:05 +02:00
vdimir
6afff5824e
Fix 03130_convert_outer_join_to_inner_join 2024-08-07 12:14:05 +00:00
Nikita Taranov
04d988d31b
Merge pull request #67917 from ClickHouse/follow_up_67235
Follow up #67235
2024-08-07 12:13:29 +00:00
maxvostrikov
37a6bd25f6 squash! docs for lightweight_mutation_projection_mode option starting with 24.7 we can lightweight delete in tables with projections. Fixed docs stating it is not possible 2024-08-07 14:06:02 +02:00
maxvostrikov
c39cdcffaf docs for lightweight_mutation_projection_mode option
starting with 24.7 we can lightweight delete in tables with projections. Fixed docs stating it is not possible
2024-08-07 14:03:53 +02:00
Antonio Andelic
ddc058aa6f Update minio in stateless tests 2024-08-07 14:01:46 +02:00
max-vostrikov
d4782665f8
Merge pull request #67974 from ClickHouse/fix_docs_for_clickhousekeeperclient
fix docks for clickhouse-keeper-client
2024-08-07 12:00:15 +00:00
Max Kainov
016d1fea6d CI: Integration tests uncover some logging 2024-08-07 13:58:03 +02:00
Nikita Taranov
49871bacc1 fix test 2024-08-07 12:37:39 +01:00
János Benjamin Antal
8b5c8e5361 Merge remote-tracking branch 'origin/master' into kafka-zookeeper 2024-08-07 11:33:21 +00:00
Sema Checherinda
272941021f
Merge pull request #66279 from ClickHouse/chesema-processor-onCancel
merge tree sink cancel delayed_chunk
2024-08-07 11:12:22 +00:00
robot-clickhouse
b9f564f6f4 Automatic style fix 2024-08-07 11:12:21 +00:00
Nikolai Kochetov
581594d5d0
Merge pull request #66672 from jsc0218/ProjWithSpecialMergeTree
Projection Merge in Special MergeTree
2024-08-07 11:09:10 +00:00
Sema Checherinda
b416764585 put description of system log table in one place 2024-08-07 13:02:38 +02:00
Raúl Marín
c9340cba32
Merge pull request #67622 from Algunenano/unit_test_asan
Don't run ASAN unit tests under gdb
2024-08-07 10:48:00 +00:00
maxvostrikov
e8bf5129c0 fix docks for clickhouse-keeper-client
starting 24.7 paths are not accepted as bare strings, only as string literals - https://github.com/ClickHouse/ClickHouse/pull/65494
2024-08-07 12:44:31 +02:00
Ilya Yatsishin
47111eb5af
Merge pull request #67511 from ClickHouse/revert-67507-revert-66536-external-replace-to-null
Revert "Revert "Add settings to replace external engines to Null during create""
2024-08-07 10:38:04 +00:00
Raúl Marín
3cd3b2857c 00965_shard_unresolvable_addresses is still slow 2024-08-07 12:33:04 +02:00
Raúl Marín
e0794b6fa8
Merge pull request #67932 from Algunenano/no-parallel-4
Remove some no-parallel tags from tests (Part 4)
2024-08-07 10:26:59 +00:00
Sema Checherinda
08f8d94856 no flush backup logs at shutdown, flush all logs 2024-08-07 12:23:28 +02:00
Sema Checherinda
633f700df6 adjust tests 2024-08-07 12:23:23 +02:00
Sema Checherinda
e3290c7820 rework Context::getSystemLogs, add system logs flush at shutdown 2024-08-07 12:21:41 +02:00
robot-clickhouse
00efd5fc0d Automatic style fix 2024-08-07 12:21:41 +02:00
Sema Checherinda
86267418f9 fix tests, rework recreation tables conditions, add log about ignored logs 2024-08-07 12:21:41 +02:00
Sema Checherinda
8e5577ad8f fix includes 2024-08-07 12:21:41 +02:00
Sema Checherinda
abd5dfe1d0 fix typo 2024-08-07 12:21:41 +02:00
Sema Checherinda
aa42ccf053 move LOGICAL_IF_THEN to base/defines.h 2024-08-07 12:21:41 +02:00
Sema Checherinda
bcc5201c99 init 2024-08-07 12:21:41 +02:00
Kseniia Sumarokova
29de277e90
Merge pull request #67841 from ClickHouse/add-debug-logs-for-window-view
Add debug logging for window view tests
2024-08-07 10:15:31 +00:00
János Benjamin Antal
3c531d314d Fix build 2024-08-07 10:09:35 +00:00
maxvostrikov
a9735f470c squash! fix docks for groupConcat function documentation had wrong usage of a function. Examples of usage - 763952bf36/tests/queries/0_stateless/03156_group_concat.sql 2024-08-07 12:09:26 +02:00
Robert Schulze
a9c284dd8e
Include fixes aafe498 and cfaa852 2024-08-07 10:07:27 +00:00
maxvostrikov
de41ffa18f fix docks for groupConcat function
documentation had wrong usage of a function. Examples of usage - 763952bf36/tests/queries/0_stateless/03156_group_concat.sql
2024-08-07 12:06:14 +02:00
vdimir
53c4c51f19
Merge pull request #67015 from ClickHouse/vdimir/block_stucture_mismatch_62486
Fix storage Buffer over Distributed
2024-08-07 09:50:45 +00:00
János Benjamin Antal
6172c56c1f Split tests to separate vaguely correlated tests 2024-08-07 09:48:38 +00:00
vdimir
a119024be8
Merge pull request #67920 from ClickHouse/vdimir/datetime64_constant_to_ast
Fix DateTime64 parsing after constant folding
2024-08-07 09:41:42 +00:00
Robert Schulze
e07f8b4807
Merge pull request #67933 from mzhukova/dev/mzhukova/upd-qpl-1.6.0
Upgrade QPL to v1.6.0
2024-08-07 09:40:49 +00:00
Duc Canh Le
7fa6948884 Merge branch 'master' into drop_detached_partition_all
Fix CI
2024-08-07 09:20:06 +00:00
Anton Popov
2c10d8c6c1
Merge pull request #66243 from CurtizJ/fix-filling-empty-subcolumns
Fix filling of missed subcolumns
2024-08-07 09:16:20 +00:00
Blargian
b76e4acbc0 fix another typo 2024-08-07 11:13:56 +02:00
Blargian
4f2b1c36b7 Fix typo from previous PR 2024-08-07 11:12:09 +02:00