Commit Graph

148184 Commits

Author SHA1 Message Date
avogar
1ea05e55d2 Split test 03038_nested_dynamic_merges to avoid timeouts 2024-07-22 10:19:54 +00:00
Antonio Andelic
c36dde5103 Fix KeeperMap create after incomplete drop 2024-07-22 12:19:47 +02:00
vdimir
77c253634a
Merge pull request #66725 from ClickHouse/vdimir/join_on_null_fix_followup
Support one more case in JOIN ON ... IS NULL
2024-07-22 10:09:57 +00:00
Yohann Jardin
2f1818b8d5 update error codes related to number of accepted arguments 2024-07-22 11:21:54 +02:00
vdimir
255dcec501
Fix 02241_join_rocksdb_bs 2024-07-22 11:10:34 +02:00
Antonio Andelic
1be54641c1 Revert libunwind patch 2024-07-22 11:03:19 +02:00
Raúl Marín
0f32786913 Better random and queries 2024-07-22 10:46:42 +02:00
Antonio Andelic
8217dcccc1 Stop ignoring SIGSEGV in GDB 2024-07-22 09:53:56 +02:00
Alexey Milovidov
ac93dc7fb1
Merge pull request #66841 from ClickHouse/lighter-test-window-functions
Make test `01592_long_window_functions1` lighter
2024-07-22 07:42:49 +00:00
Robert Schulze
9d2dac90ed
Functions [a-g]: Use input_rows_count where appropriate 2024-07-22 07:32:36 +00:00
Alexey Milovidov
1a3559fbc3 What if I will change this test? 2024-07-22 08:47:32 +02:00
Alexey Milovidov
3d4604a64a Revert "What if I will change this test?"
This reverts commit ed02246e0c.
2024-07-22 08:47:08 +02:00
Alexey Milovidov
ed02246e0c What if I will change this test? 2024-07-22 08:46:41 +02:00
Antonio Andelic
5547ce1a91
Merge pull request #66820 from ClickHouse/realloc-small-fix
Small fix in realloc memory tracking
2024-07-22 06:34:47 +00:00
Robert Schulze
049056e55a
Fix style 2024-07-22 05:48:40 +00:00
Alexey Milovidov
f0f3bcfee9 Update tests 2024-07-22 07:45:57 +02:00
Alexey Milovidov
de4a97a9a7 Remove support for -WithDictionary suffix for data types 2024-07-22 07:41:15 +02:00
Alexey Milovidov
44138b0095 Merge branch 'fix_992' of github.com:ClickHouse/ClickHouse into fix-bad-test-01042_system_reload_dictionary_reloads_completely 2024-07-22 07:24:54 +02:00
Alexey Milovidov
a1ebfda120 Merge branch 'master' into fix-bad-test-01042_system_reload_dictionary_reloads_completely 2024-07-22 07:24:31 +02:00
Alexey Milovidov
928cb4b9bb Merge branch 'fix-rocksdb-bs' into remove-unused-local-variables 2024-07-22 07:12:59 +02:00
Alexey Milovidov
85015cfbd0 Merge branch 'master' into remove-unused-local-variables 2024-07-22 07:12:47 +02:00
Alexey Milovidov
ba0aa8dbcb Merge branch 'master' into fix-bad-tests-01338_long_select_and_alter-alesapin 2024-07-22 07:09:26 +02:00
Alexey Milovidov
40045c3894 Merge branch 'lighter-test-window-functions' into miscellaneous 2024-07-22 06:42:55 +02:00
Alexey Milovidov
6f9be58f09 Merge branch 'master' into miscellaneous 2024-07-22 06:42:50 +02:00
Alexey Milovidov
989476d523 Make test 01592_long_window_functions1 lighter 2024-07-22 06:41:52 +02:00
Alexey Milovidov
efb6491cfd
Update 03208_inconsistent_formatting_of_not_subquery.sh 2024-07-22 06:34:57 +02:00
Alexey Milovidov
1b606e525a Fix inconsistent formatting of NOT ((SELECT ...)) 2024-07-22 06:34:10 +02:00
Alexey Milovidov
70d6320577 Split a test for index 2024-07-22 06:08:16 +02:00
Alexey Milovidov
7643b99dc5 Split a test for index 2024-07-22 06:08:00 +02:00
Alexey Milovidov
9832a3abff Merge branch 'fix-rocksdb-bs' into something-strange-with-the-test-about-refreshable-materialized-views 2024-07-22 05:54:08 +02:00
Alexey Milovidov
e0c19c3036 Merge branch 'master' into something-strange-with-the-test-about-refreshable-materialized-views 2024-07-22 05:54:00 +02:00
Alexey Milovidov
2be21fe05c Fix RocksDB bs 2024-07-22 05:53:12 +02:00
Alexey Milovidov
5611ef0d38
Merge pull request #66819 from ClickHouse/fix-inconsistent-formatting-lambda
Fix inconsistent formatting of lambda functions inside composite types
2024-07-22 02:51:00 +00:00
Alexey Milovidov
7beff2d582
Merge pull request #66817 from ClickHouse/make-test-set_index_array-lighter
Make test `00997_set_index_array` lighter
2024-07-21 20:19:51 +00:00
Alexey Milovidov
20d4b16fc1
Update 03207_composite_expressions_lambda_consistent_formatting.sql 2024-07-21 22:19:30 +02:00
Alexey Milovidov
aafefd19c2
Merge pull request #66804 from ClickHouse/better-diagnostics-for-test-trace_events_stress
Better diagnostics for test trace_events_stress
2024-07-21 20:13:36 +00:00
Max K
dd9fe61d1a CI: New Release workflow updates and fixes 2024-07-21 21:21:39 +02:00
joelynch
8786d9b5dd
Ensure COMMENT clause works for all table engines 2024-07-21 20:00:38 +02:00
Robert Schulze
4b8b9b1503
Fix UB in function "age" 2024-07-21 17:25:49 +00:00
Max K.
08db9fb8f1
Merge pull request #66593 from ClickHouse/autorelease_poc
CI: POC for Auto Releases
2024-07-21 15:03:11 +00:00
Robert Schulze
f1296e5113
Merge pull request #66619 from rschu1ze/adjust-perftests
Adjust the runtime of some slow performance test
2024-07-21 14:27:31 +00:00
Max K.
7e95675f8a
Merge pull request #66822 from ClickHouse/ci_multiple_improvements
CI: BuildReport and CheckReadyForMerge impovements
2024-07-21 14:07:32 +00:00
Max K
d83428daaf fix in ci unittests 2024-07-21 14:52:33 +02:00
Max K
02bf9e4243 push pending records before await call 2024-07-21 12:53:07 +02:00
Alexey Milovidov
afed208da3
Merge pull request #66806 from savinmikhail/master
Translate playground page in ru locale to russian
2024-07-21 10:36:52 +00:00
Alexey Milovidov
5cb41147e8 Merge branch 'remove-bad-tests-azat' into fix-bad-tests-01338_long_select_and_alter-alesapin 2024-07-21 12:33:09 +02:00
Alexey Milovidov
0c2c027af6 Remove bad tests @azat 2024-07-21 12:30:20 +02:00
Alexey Milovidov
6d47b5cf6c Merge branch 'better-diagnostics-for-test-trace_events_stress' into remove-unused-local-variables 2024-07-21 12:12:46 +02:00
Alexey Milovidov
c61581ca69 Fix error 2024-07-21 12:06:53 +02:00
Vitaly Baranov
19f8e1768f Add const to cycles. 2024-07-21 11:52:10 +02:00