Commit Graph

150170 Commits

Author SHA1 Message Date
Max K.
ebc4ef393b
Merge pull request #67986 from ClickHouse/revert-67934-ci_strict_job_timeout
Revert "CI: Strict job timeout 1.5h for tests, 2h for builds"
2024-08-07 14:33:16 +00:00
max-vostrikov
7dc55faf73
Merge pull request #67979 from ClickHouse/docs-for-lightweight_mutation_projection_mode
docs for lightweight_mutation_projection_mode option
2024-08-07 14:31:02 +00:00
kssenii
364e973ef7 Ping CI 2024-08-07 16:23:47 +02:00
Max K.
b8fec3bce4
Merge pull request #67923 from ClickHouse/ci_buddy_with_channel_dispatcher
CI: CiBuddy with channel dispatcher
2024-08-07 14:21:02 +00:00
Dmitry Novik
27c54d7cce
Merge pull request #67985 from ClickHouse/fix-memory-overcommit-docs
Fix documentation for memory overcommit
2024-08-07 14:19:27 +00:00
Nikita Fomichev
ed94f94657
Merge pull request #67970 from ClickHouse/fix_docs_for_groupconcat_function
fix docks for groupConcat function
2024-08-07 14:17:55 +00:00
Max K.
9a812fc535
Revert "CI: Strict job timeout 1.5h for tests, 2h for builds" 2024-08-07 15:55:03 +02:00
Robert Schulze
de9cdedeb0
Merge pull request #67961 from rschu1ze/wreck-a-test
Fix timeout of 02310_clickhouse_local_INSERT_progress_profile_events
2024-08-07 13:35:47 +00:00
János Benjamin Antal
ac5aab1758 Handle kafka null messages 2024-08-07 13:30:28 +00:00
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
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
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
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
Nikolai Kochetov
581594d5d0
Merge pull request #66672 from jsc0218/ProjWithSpecialMergeTree
Projection Merge in Special MergeTree
2024-08-07 11:09:10 +00: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
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
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
Anton Popov
66f95cd073
Merge pull request #66443 from amosbird/cleanup-projections
Clean up projection inside storage snapshot
2024-08-07 09:02:25 +00:00
khodyrevyurii
00b62b1c0d
Minor clarifycation for method getNumberOfPhysicalCPUCores 2024-08-07 08:47:55 +00:00
khodyrevyurii
c933a38955
change std:🧵:hardware_concurrency on container friendly method getNumberOfPhysicalCPUCores 2024-08-07 08:47:53 +00:00
Robert Schulze
7af334bd46
Merge pull request #67942 from rschu1ze/fix-memoverflow-in-usearch
Fix memory corruption in usearch
2024-08-07 08:38:14 +00:00
Robert Schulze
ead9dc42d8
Make it worse 2024-08-07 08:31:49 +00:00
Robert Schulze
96a0aec87b
Merge pull request #67947 from rschu1ze/fix-flaky-02099_tsv_raw_format
Unflake 02099_tsv_raw_format.sh
2024-08-07 08:16:13 +00:00
Antonio Andelic
a28c0db3fc
Merge pull request #67882 from ClickHouse/remove-unsupported-files
Lazily create invalid files in S3
2024-08-07 07:09:24 +00:00
pufit
3b642e7f91
Merge pull request #66364 from azat/cluster-inter-server-secret-fix
Fix cluster() for inter-server secret (preserve initial user as before)
2024-08-07 04:58:12 +00:00