Commit Graph

148072 Commits

Author SHA1 Message Date
Kruglov Pavel
3ff6c1ad9c
Merge pull request #66839 from ClickHouse/split-test-index
Split a test for index
2024-07-23 10:42:39 +00:00
Kruglov Pavel
bf595ca374
Merge pull request #66510 from canhld94/fix_trivial_count_non_deterministic_func
Fix wrong count result when there is non-deterministic function in predicate
2024-07-23 10:30:26 +00:00
Max K
bb28a65e98 minor fix for wf status reporting 2024-07-23 11:50:05 +02:00
Antonio Andelic
b6b1a7a779
Merge pull request #66850 from ClickHouse/revert-libunwind-patch
Revert libunwind patch
2024-07-23 09:46:33 +00:00
János Benjamin Antal
7750914f0b Decrease rate limit
In slow tests (sanitizer, debug) it can take 7-8 seconds to start up `clickhouse-client`. In those cases  the rate limit doesn't make the wait time longer, because the input will be already in the input of clickhouse-client when it starts to execute the query.
2024-07-23 09:33:58 +00:00
Yatsishin Ilya
1c723e7fd7 black 2024-07-23 09:10:47 +00:00
Max K
b164014bf9 CI: Remove ci runners scripts from oss 2024-07-23 11:00:05 +02:00
Max K.
9f34daa98d
Merge pull request #66918 from ClickHouse/ci_add_lifecycle_to_cidb
CI: Add ec2 instance lifecycle metadata to CIDB
2024-07-23 08:06:04 +00:00
Max K
2b56cbc1fd CI: Add ec2 instance lifecycle metadata to CIDB 2024-07-23 09:42:58 +02:00
JackyWoo
9d7bb2a430 Move unit tests to gtest_convertFieldToType.cpp 2024-07-23 15:07:18 +08:00
Antonio Andelic
133e734d73 Move to integration test 2024-07-23 09:05:09 +02:00
Alexey Milovidov
285cd6c17c Merge remote-tracking branch 'origin/revert-libunwind-patch' into better_limit_in_keeper 2024-07-23 07:20:51 +02:00
Alexey Milovidov
416ec9ba69 Merge branch 'master' into better_limit_in_keeper 2024-07-23 07:20:34 +02:00
Alexey Milovidov
d50742eadc Better 2024-07-23 06:52:34 +02:00
Alexey Milovidov
ac13983ebb Better 2024-07-23 06:52:19 +02:00
Alexey Milovidov
feaa7ede97 Fix views over distributed tables with Analyzer 2024-07-23 06:34:29 +02:00
Alexey Milovidov
8899d42428 Speed up mutations for non-replicated MergeTree significantly 2024-07-23 04:29:46 +02:00
Alexey Milovidov
4cbb8bab56 Speed up mutations for non-replicated MergeTree a bit 2024-07-23 04:09:06 +02:00
Alexey Milovidov
07f642f1ca Fix bad tests share_big_sets, CC @davenger 2024-07-23 03:13:52 +02:00
Alexey Milovidov
9cef1d3f06 Merge branch 'fix-performance-test-generate-random' into something-strange-with-the-test-about-refreshable-materialized-views 2024-07-23 02:31:26 +02:00
Alexey Milovidov
abb6025e72 Fix performance test about the generateRandom table function, supposedly 2024-07-23 02:30:45 +02:00
Alexey Milovidov
bd9bfc34a9
Merge pull request #66840 from ClickHouse/fix-inconsistent-formatting-of-not-subquery
Fix inconsistent formatting of `NOT ((SELECT ...))`
2024-07-23 00:17:13 +00:00
Alexander Tokmakov
7353064d1c fix 2024-07-22 23:12:52 +02:00
Nikita Taranov
24bacd2d5d
Merge pull request #65676 from AntiTopQuark/master
support MinMax hyperrectangle for MergeTreeIndexSet
2024-07-22 20:02:48 +00:00
Antonio Andelic
88d4013596 Merge branch 'master' into fix-02911_backup_restore_keeper_map 2024-07-22 21:52:43 +02:00
Antonio Andelic
f692bce933 Merge branch 'master' into revert-libunwind-patch 2024-07-22 21:48:53 +02:00
Max K.
f083f8358c
Merge pull request #66890 from ClickHouse/ci_buddy_to_notify_about_wf_fatal_failures
CI: CI Buddy to notify about fatal workflow failures
2024-07-22 18:31:18 +00:00
alesapin
406addb2dc Add aborted to retryable errors 2024-07-22 19:39:37 +02:00
alesapin
ea78ae85ed Fix style 2024-07-22 19:23:45 +02:00
Vitaly Baranov
4f02ded96e
Merge pull request #66590 from vitlibar/move-view-targets-to-separate-ast
Move view targets to separate AST class ASTViewTargets
2024-07-22 17:20:09 +00:00
avogar
ef4cb8b283 Add missing check 2024-07-22 17:18:20 +00:00
avogar
454eb1af7e Fix invalid format detection in schema inference
tmp
2024-07-22 17:16:29 +00:00
alesapin
fd2d56d58a Better processing of broken parts and their projections 2024-07-22 19:05:49 +02:00
Robert Schulze
fec867e97d
Merge pull request #66846 from rschu1ze/funcs-a-g-input_rows_count
Functions `[a-g]*`: Iterate over `input_rows_count` where appropriate
2024-07-22 16:43:47 +00:00
Antonio Andelic
1d7fcade72 Fixes 2024-07-22 18:41:28 +02:00
Yatsishin Ilya
ac679892ab fix 2024-07-22 16:28:11 +00:00
Yatsishin Ilya
69be00cbf0 Improve 2024-07-22 16:27:28 +00:00
Max K
fa0f760fd9 CI: CI Buddy to notify about fatal workflow failures 2024-07-22 18:05:13 +02:00
Nikita Taranov
c15699e32d
Merge pull request #66652 from ClickHouse/separate_macro_for_debug_or_san_build
Introduce separate DEBUG_OR_SANITIZER_BUILD macro
2024-07-22 14:52:13 +00:00
avogar
023276b6f6 Fix tests reference 2024-07-22 14:32:04 +00:00
Robert Schulze
84b446d708
Merge pull request #66831 from rschu1ze/age-overflow
Fix signed integer overflow in function `age`
2024-07-22 14:29:32 +00:00
Alexey Milovidov
23cff0412f Merge branch 'master' into remove-unused-local-variables 2024-07-22 16:24:52 +02:00
Alexey Milovidov
91693daf59
Merge pull request #65756 from ibotty/document-ssh-keys
document declarative ssh-keys authentication
2024-07-22 14:23:59 +00:00
Nikita Taranov
f5710beebf fix build 2024-07-22 15:22:31 +01:00
Alexey Milovidov
7f741dd496 Merge branch 'master' into something-strange-with-the-test-about-refreshable-materialized-views 2024-07-22 16:21:53 +02:00
Nikita Taranov
72418f7cff Merge branch 'master' into more_debug_info_for_cgroup_observer 2024-07-22 15:20:24 +01:00
Alexey Milovidov
ab43fe979b
Merge pull request #66774 from Algunenano/flaky_http_query_id
Attempt to fix flakiness of 01194_http_query_id
2024-07-22 13:34:50 +00:00
Alexey Milovidov
6788178e9a
Merge pull request #66737 from ClickHouse/fix-bad-tests-01338_long_select_and_alter-alesapin
Fix bad tests `long_select_and_alter`
2024-07-22 13:24:48 +00:00
Alexey Milovidov
a5bf4166de
Merge pull request #66838 from ClickHouse/fix-rocksdb-bs
Fix RocksDB bs
2024-07-22 13:24:39 +00:00
Alexey Milovidov
ffb766d30e
Merge pull request #66818 from ClickHouse/miscellaneous
Miscellaneous
2024-07-22 13:24:21 +00:00