Commit Graph

145201 Commits

Author SHA1 Message Date
Pablo Marcos
f10f266ea3 Remove unused imports 2024-06-18 08:37:40 +00:00
Pablo Marcos
0ae0ca1a95 Add system.error_log that flushes periodically system.errors to disk 2024-06-18 08:37:40 +00:00
Pablo Marcos
a2f3bdbe83 Remove unused headers 2024-06-18 08:37:40 +00:00
Max K
abb88e4d60
Merge pull request #65045 from ClickHouse/ci_config_refactoring
CI: ci_config refactoring
2024-06-18 08:17:35 +00:00
Dmitry Novik
72e3fdc8ca
Use test database 2024-06-18 09:53:37 +02:00
Dmitry Novik
2d051f20b0
Merge pull request #65110 from ClickHouse/analyzer-fix-agg-name-rewriting
Analyzer: Fix aggregate function name rewriting
2024-06-18 07:14:00 +00:00
liuneng
a12ebf05b8 add function edit distance utf8 2024-06-18 14:55:25 +08:00
Antonio Andelic
cfe85b5e71
Merge pull request #65245 from ClickHouse/maybe-less-flaky-01019_alter_materialized_view_consistent
Less flaky `01019_alter_materialized_view_consistent`
2024-06-18 06:52:44 +00:00
Antonio Andelic
100689a190
Merge pull request #65198 from aalexfvk/fix_keeper_close_session_bug
Fix a bug in ClickHouse Keeper that causes digest mismatch during closing session
2024-06-18 06:51:53 +00:00
pn
e3c7085ff7
Merge branch 'ClickHouse:master' into fix_in_operator_type_conversion 2024-06-18 14:45:55 +08:00
Julian Maicher
c844724e4c Fix test checking max_chunk_size
The `boundary` parameter is required, and if it's missing, we're running
into a different exception: `Poco::Exception. Code: 1000, Not found: boundary`.

With the `boundary` parameter, the test correctly yields
`Code: 69. DB::Exception: Chunk size exceeded the limit (max size: 107374182400)`.
2024-06-18 07:57:43 +02:00
Julian Maicher
966a32a4d4 Fix HTTP exception handling in case of receive timeouts
Closes #65117
2024-06-18 07:57:43 +02:00
Xu Jia
d8379bfba2 fix the error system flush logs hang 2024-06-18 11:48:04 +08:00
Xu Jia
f2a162a4a7 fix style error 2024-06-18 11:09:13 +08:00
haohang
579e94319c [docs] pin the gimli-rs/addr2line version in Update allocation-profiling.md
after upstream changed the folder, the build command is broken:
https://github.com/gimli-rs/addr2line/pull/291/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R70-R72

for a more stable way, I intend to pin the version
2024-06-18 11:03:10 +08:00
chloro
42dd981fe4 fix code review 2024-06-18 09:02:29 +08:00
Alexander Tokmakov
80b2300d98
Merge pull request #65301 from ClickHouse/chesema-mute-flaky-test
mute test test_query_is_canceled_with_inf_retries
2024-06-17 22:08:36 +00:00
Alexander Tokmakov
fb110827f8 save server data for failed stateless tests 2024-06-17 23:29:03 +02:00
Sema Checherinda
6b362c1cd6 Merge branch 'master' into chesema-mute-flaky-test 2024-06-17 23:12:39 +02:00
Alexander Tokmakov
856f5c395a
Merge pull request #65361 from ClickHouse/revert-65164-ecs
Revert "Fix AWS ECS"
2024-06-17 21:12:36 +00:00
Alexander Tokmakov
b150b0f5fa
Revert "Fix AWS ECS" 2024-06-17 23:11:59 +02:00
Robert Schulze
cdcfcb99fc
Merge remote-tracking branch 'rschu1ze/master' into reenable-session-caching 2024-06-17 20:51:11 +00:00
Robert Schulze
3f41201060
Merge remote-tracking branch 'rschu1ze/master' into uniform-snowflake-id-conversion 2024-06-17 20:49:52 +00:00
kssenii
8d072ade18 Update test 2024-06-17 22:35:49 +02:00
Artem Mustafin
6b889bf07f reload-ci 2024-06-17 22:42:11 +03:00
Artem Mustafin
04770033ab
Merge branch 'ClickHouse:master' into hilbert-index-analysis 2024-06-17 22:19:39 +03:00
Kruglov Pavel
fb50f9475d
Merge pull request #65009 from yariks5s/group_concat
Aggregate function groupConcat (#63671)
2024-06-17 18:56:48 +00:00
Kruglov Pavel
9894383aef
Merge pull request #65342 from Avogar/old-analyzer-variant-tests
Move tests 02942_variant_cast and 02944_variant_as_common_type to analyzer_tech_debt.txt
2024-06-17 18:53:26 +00:00
Kruglov Pavel
5d70cfaacc
Merge pull request #65333 from iceFireser/master
add tests for 'boom filter index with map'
2024-06-17 18:52:58 +00:00
avogar
bd76fac77c Merge branch 'master' of github.com:ClickHouse/ClickHouse into async-load-by-default 2024-06-17 18:48:35 +00:00
avogar
644ce72bf7 Merge branch 'master' of github.com:ClickHouse/ClickHouse into detect-lexer-errors-early 2024-06-17 18:45:54 +00:00
pn
f576ad5b60
Merge branch 'ClickHouse:master' into fix_in_operator_type_conversion 2024-06-18 02:39:11 +08:00
alesapin
a29babcb61
Merge pull request #65323 from ClickHouse/remove-outdated-override-in-stress-test
Remove outdated override in stress tests
2024-06-17 18:32:08 +00:00
Kruglov Pavel
903b09b46d
Merge pull request #65164 from ClickHouse/ecs
Fix AWS ECS
2024-06-17 18:31:18 +00:00
Kruglov Pavel
fa2a6f281c
Merge pull request #65144 from Blargian/footer_column__names
Pretty formats: display column names in footer if the table is long.
2024-06-17 18:25:56 +00:00
Raúl Marín
69d108f6d7
Merge pull request #65203 from Algunenano/direct_dict
Fix bug in short circuit optimization with direct dictionaries
2024-06-17 18:16:51 +00:00
avogar
9dd43bbbea Merge branch 'master' of github.com:ClickHouse/ClickHouse into balancing_transform 2024-06-17 18:08:19 +00:00
avogar
abe12219e8 Merge branch 'master' of github.com:ClickHouse/ClickHouse into workload-for-merges 2024-06-17 18:04:47 +00:00
Kruglov Pavel
ed3fb0c502
Merge pull request #65310 from azat/tests/01246_buffer_flush
Fix 01246_buffer_flush flakiness (by tuning timeouts)
2024-06-17 17:41:54 +00:00
Aleksei Filatov
d3e9751c87 Merge remote-tracking branch 'upstream/master' into fix_keeper_close_session_bug 2024-06-17 20:28:56 +03:00
Dmitry Novik
e310533930 Forbid QUALIFY clause in the old analyzer 2024-06-17 18:16:05 +02:00
Nikolai Kochetov
84f70ba664 Trying to fix more tests. 2024-06-17 16:09:55 +00:00
kssenii
cd1475a5df Debug why test failed on aarch64 2024-06-17 17:59:17 +02:00
Nikolai Kochetov
c9178418ff Another attempt. 2024-06-17 15:56:51 +00:00
Dmitry Novik
699f6334cb Fix condition 2024-06-17 17:38:18 +02:00
Alexander Gololobov
18a5d8acdc Merge branch 'master' of github.com:ClickHouse/ClickHouse into davenger-patch-1 2024-06-17 17:13:40 +02:00
Kruglov Pavel
bbe3a9f78e
Merge pull request #65341 from ClickHouse/Avogar-patch-3
Fix crash in 03036_dynamic_read_subcolumns
2024-06-17 15:09:49 +00:00
Raúl Marín
4030c15cfc
Merge pull request #65242 from Algunenano/bcrypt_logical
Add validation when creating a user with bcrypt_hash
2024-06-17 14:37:40 +00:00
Sema Checherinda
eec118b703
Merge pull request #63562 from GSokol/feat-59620
[feature] A setting `http_response_headers`
2024-06-17 13:52:37 +00:00
Robert Schulze
95fe3a8035
Merge remote-tracking branch 'rschu1ze/master' into uniform-snowflake-id-conversion 2024-06-17 13:26:38 +00:00