Commit Graph

129016 Commits

Author SHA1 Message Date
Alexey Milovidov
ff39fca78d
Merge pull request #57008 from ClickHouse/enable-analyzer-stress-fuzz
Enable Analyzer in Stress and Fuzz tests
2023-11-21 10:54:26 +01:00
Alexey Milovidov
4ed4fbe74d
Merge pull request #56993 from amosbird/fix-49552
Fix flaky and slow tests.
2023-11-20 23:26:37 +01:00
Alexey Milovidov
fdc8b0ceb1
Merge pull request #56956 from evillique/local-send-fatal-log
Send fatal logs by default in clickhouse-local
2023-11-20 23:08:13 +01:00
Alexey Milovidov
0de18bfa6f
Merge pull request #56972 from Michicosun/fix_select_query_options_pass
Something InterpreterSelectQueryAnalyzer::getSampleBlock
2023-11-20 22:46:19 +01:00
Alexey Milovidov
3c2cf5dc70 Enable Analyzer in Stress and Fuzz tests 2023-11-20 21:52:47 +01:00
Mikhail f. Shiryaev
adce0f7d4d
Merge pull request #56989 from ClickHouse/fix-search-build-artifacts
Follow up the fix from #44311
2023-11-20 21:21:57 +01:00
Sema Checherinda
485f1834d8
Merge pull request #56938 from CheSema/lz4-buffering
Lz4 compression: buffer block in a rare case
2023-11-20 20:33:30 +01:00
Nikolai Kochetov
2a59a688de
Merge pull request #56867 from kitaisreal/planner-support-transactions
Planner support transactions
2023-11-20 17:10:22 +01:00
Amos Bird
8fef863b95
Fix flaky and slow tests. 2023-11-20 22:59:06 +08:00
Mikhail f. Shiryaev
362c15d9ea
Fix logging for profile JSON files 2023-11-20 15:15:38 +01:00
Mikhail f. Shiryaev
94824a0194
Fix shellcheck for time-trace 2023-11-20 15:15:37 +01:00
Mikhail f. Shiryaev
6da51942eb
Follow up the fix from #44311 2023-11-20 15:15:35 +01:00
Alexander Tokmakov
0eaf83b02e
Merge pull request #56994 from ClickHouse/revert-56992-revert-56314-s3-aggressive-timeouts
Revert "Revert "s3 adaptive timeouts""
2023-11-20 15:14:46 +01:00
Sema Checherinda
a7fc8d4b99 test_merge_tree_s3 counts errors, turn off s3_use_adaptive_timeouts 2023-11-20 15:04:14 +01:00
Kruglov Pavel
7f30fb7fde
Merge pull request #56941 from Avogar/fix-auto-schema
Fix generating deep nested columns in CapnProto/Protobuf schemas
2023-11-20 14:58:56 +01:00
Kseniia Sumarokova
56222ddd57
Merge pull request #56872 from ClickHouse/filecache-call-assertions-more-often
Call cache check a bit more often
2023-11-20 14:57:24 +01:00
Sema Checherinda
f999337dae
Revert "Revert "s3 adaptive timeouts"" 2023-11-20 14:53:22 +01:00
Alexander Tokmakov
535a75b1bc
Merge pull request #56992 from ClickHouse/revert-56314-s3-aggressive-timeouts
Revert "s3 adaptive timeouts"
2023-11-20 14:31:29 +01:00
Alexander Tokmakov
5031f239c3
Revert "s3 adaptive timeouts" 2023-11-20 14:28:59 +01:00
Mikhail f. Shiryaev
fa5dc744be
Merge pull request #56991 from ClickHouse/decouple-cmake-cleanup
Make check for the limited cmake dependencies the part of sparse checkout
2023-11-20 14:24:43 +01:00
Sema Checherinda
fafd169e7b
Update src/IO/Lz4DeflatingWriteBuffer.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2023-11-20 14:12:52 +01:00
robot-ch-test-poll
e71ca7dcef
Merge pull request #56985 from czlee/patch-1
[Docs] MaterializedPostgreSQL: Change DETACH to DETACH PERMANENTLY
2023-11-20 13:33:52 +01:00
Nikita Taranov
779a8971e0
Disable settings randomisation for 02896_memory_accounting_for_user.sh (#56709) 2023-11-20 13:33:39 +01:00
Mikhail f. Shiryaev
c3a3cf8d24
Make check for the limited cmake dependencies the part of sparse checkout 2023-11-20 13:08:49 +01:00
Robert Schulze
5ec626127b
Merge pull request #56857 from AVMusorin/fix-update-submodules
Sparse checkout: Use `--remote` for `git submodule update`
2023-11-20 12:53:22 +01:00
Igor Nikonov
fb88c4dfdc
Merge pull request #55980 from ClickHouse/pr-cleanup-remote-source
RemoteSource: remove unnecessary flag
2023-11-20 12:41:08 +01:00
Sema Checherinda
ebb66c1a9e add comments 2023-11-20 12:13:24 +01:00
Igor Nikonov
5fc0e7fc9a
Merge pull request #56767 from ClickHouse/test-rabbitmq-with-secure-connection
Test RabbitMQ with secure connection
2023-11-20 11:51:39 +01:00
Aleksandr Musorin
f9a8df4296 Added comment to prevent using --remote to update submodules 2023-11-20 11:44:21 +01:00
Mikhail Artemenko
f059a55f85 Merge branch 'master' into fix_select_query_options_pass 2023-11-20 09:07:43 +00:00
Mikhail Artemenko
e305bf6549 Merge branch 'master' into fix_select_query_options_pass 2023-11-20 08:39:56 +00:00
robot-ch-test-poll1
efc3323fe2
Merge pull request #56983 from ClickHouse/materializedMysql-doc
MaterializedMysql doc
2023-11-20 09:37:25 +01:00
Chuan-Zheng Lee
96c603ef97
[Docs] MaterializedPostgreSQL: Change DETACH to DETACH PERMANENTLY
If I'm not mistaken, ClickHouse/ClickHouse#35158 changed the syntax for dynamically removing tables from MaterializedPostgreSQL databases from `DETACH` to `DETACH PERMANENTLY`. Currently when just running `DETACH TABLE postgres_database.table_to_remove`, it shows an error:
```
DETACH TABLE not allowed, use DETACH PERMANENTLY. (NOT_IMPLEMENTED)
```

This adds the keyword `PERMANENTLY` to both places where `DETACH` occurs on the MaterializedPostgreSQL database engine page.
2023-11-20 18:15:14 +13:00
Peignon Melvyn
f6e4c29669
MaterializedMysql doc
Add experimental flag for materializedMysql
2023-11-20 01:49:17 +01:00
Alexey Milovidov
a69e87d059
Merge pull request #56980 from devcrafter/prefer-sccache
Prefer sccache to ccache by default
2023-11-20 01:03:20 +01:00
Alexey Milovidov
56d31097d8
Merge pull request #56981 from bharatnc/ncb/update-memory-limit-test
update 02003_memory_limit_in_client.sh
2023-11-20 01:02:17 +01:00
Bharat Nallan Chakravarthy
33df68cd01 update 02003_memory_limit_in_client.sh 2023-11-19 14:48:21 -08:00
Igor Nikonov
7e781ab968 Merge remote-tracking branch 'origin/master' into prefer-sccache 2023-11-19 23:29:49 +01:00
Igor Nikonov
0513c93829 Prefer sccache to ccache by default 2023-11-19 23:11:05 +01:00
Alexander Gololobov
85f88a7f54
Merge pull request #56968 from ClickHouse/debug_02908_2
Fewer concurrent requests in 02908_many_requests_to_system_replicas
2023-11-19 21:51:46 +01:00
Igor Nikonov
7020177e7c
Merge branch 'master' into pr-cleanup-remote-source 2023-11-19 21:33:47 +01:00
Igor Nikonov
b9a28028e4
Merge branch 'master' into test-rabbitmq-with-secure-connection 2023-11-19 21:33:09 +01:00
robot-clickhouse-ci-1
4bf3845fbf
Merge pull request #56962 from ClickHouse/docs-count-distinct-perf-tip
[Docs] Add perf tip for COUNT(DISTINCT expr)
2023-11-19 20:55:15 +01:00
Alexey Milovidov
f37bb90028
Merge pull request #56971 from ClickHouse/own-cmake-for-grpc
Own CMake for GRPC
2023-11-19 20:52:26 +01:00
Nikolay Degterinsky
fd26fab07f Merge remote-tracking branch 'upstream/master' into local-send-fatal-log 2023-11-19 17:59:51 +00:00
Alexey Milovidov
62d0d76f68
Merge pull request #56899 from den-crane/test/56790
test for #56790
2023-11-19 16:52:18 +01:00
Alexey Milovidov
9367dcc276
Merge pull request #56975 from rschu1ze/unflake-test_backward_compat
Add exclude for tryBase64Decode to backward compat test (follow-up to #56913)
2023-11-19 16:41:42 +01:00
Alexey Milovidov
d9a6096b32
Merge pull request #56927 from Algunenano/replica_tests
Make some tests independent of macro settings
2023-11-19 16:37:29 +01:00
Robert Schulze
a3c9f13ac9
Add exclude for tryBase64Decode to backward compat test (follow-up to #56913)
Fixes #56969
2023-11-19 15:33:58 +00:00
Alexey Milovidov
276de4ae28
Merge pull request #56974 from rschu1ze/fix-build
Fix build in Backups/BackupIO_S3.cpp
2023-11-19 16:33:54 +01:00