Commit Graph

68953 Commits

Author SHA1 Message Date
Alexey Milovidov
2872b7fec6 Fix for Antarctica/Casey 2021-07-27 09:53:58 +03:00
Vitaly Baranov
72ab7f598c Fix killing unstopped containers in integration tests. 2021-07-27 09:31:04 +03:00
kssenii
1d50e9a3b9 Add retries 2021-07-27 06:16:40 +00:00
Alexey Milovidov
6d64cf8de2 Fix test 2021-07-27 06:55:59 +03:00
Alexey Milovidov
04196d1cd6 Fix for Sydney 2021-07-27 05:33:03 +03:00
Alexey Milovidov
5e2ea4e042 Whitespace 2021-07-27 05:20:03 +03:00
Kseniia Sumarokova
ee13f2e6bc
Merge pull request #26795 from kssenii/fixing-sqlite
Fix sqlite engine attach
2021-07-27 00:37:31 +03:00
Kseniia Sumarokova
0f7fd2bc37
Merge pull request #26324 from sevirov/sevirov-DOCSUP-11416-implement_idisk_interface_for_hdfs
DOCSUP-11416: Implement IDisk interface for HDFS
2021-07-26 23:59:34 +03:00
Kseniia Sumarokova
7c80e7b478
Update mergetree.md 2021-07-26 23:58:20 +03:00
Kseniia Sumarokova
d8e1798f87
Update mergetree.md 2021-07-26 23:57:31 +03:00
Dmitriy
7d31316b17 Fix endpoint parameter
Поправил описание параметра endpoint.
2021-07-26 22:23:32 +03:00
Nikolai Kochetov
7da5bb3871 Do not start new hedged connection if query was already canceled. 2021-07-26 20:48:38 +03:00
Nikolai Kochetov
61f8524ae7 Fix style. 2021-07-26 20:36:54 +03:00
Nikolai Kochetov
4ec05e13da Fix fuzz logical error. 2021-07-26 20:34:04 +03:00
Nikolai Kochetov
61d8f880cd Rename some files. 2021-07-26 19:48:25 +03:00
tavplubix
858bef8bef
Update clickhouse-test 2021-07-26 19:19:47 +03:00
Raúl Marín
61a90fa935 Use individual mutex to manage the collector_thread 2021-07-26 17:51:10 +02:00
Raúl Marín
2b410c744a Ignore ASAN warning 2021-07-26 17:28:32 +02:00
Nikolai Kochetov
9b5a816b43 Merge branch 'master' into output-streams-to-processors 2021-07-26 18:03:11 +03:00
Nikolai Kochetov
0eb563dc1b Fix more tests. 2021-07-26 17:47:29 +03:00
Alexey Boykov
9282e0f5b7
Merge pull request #26460 from zxc111/DOCSUP-11552
DOCSUP-11552: Add support for argument of UUID type for empty and notEmpty functions
2021-07-26 14:40:23 +03:00
Kseniia Sumarokova
5c5cb5d0d6
Update src/Storages/StorageSQLite.h
Co-authored-by: Vladimir <vdimir@yandex-team.ru>
2021-07-26 14:26:06 +03:00
Nikolai Kochetov
f1c9c728f0
Merge pull request #26676 from ka1bi4/romanzhukov-DOCSUP-11551-adding_new_third-party
DOCSUP-11551: Edit and translate to Russian (Guidelines for adding new third-party libraries)
2021-07-26 14:25:28 +03:00
Amos Bird
623faf47e4
Make sure table is readonly when restarting fails. 2021-07-26 19:21:14 +08:00
Roman Bug
33799507ff
Update docs/ru/development/contrib.md
Co-authored-by: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
2021-07-26 14:17:29 +03:00
Amos Bird
50e53035c9
Remove unneeded mutex during connection draining 2021-07-26 19:15:45 +08:00
Nikolai Kochetov
fa1c223269 Fix some tests. 2021-07-26 13:08:40 +03:00
kssenii
f3129b80f9 Fix sqlite attach 2021-07-26 07:20:41 +00:00
Vitaly Baranov
4862e9f80d
Merge pull request #26733 from vitlibar/support-multiple-keys
Support multiple keys for encrypted disk
2021-07-26 10:19:50 +03:00
Vitaly Baranov
5a55cf3437
Merge pull request #26780 from vitlibar/new-function-current-roles
Add new functions currentRoles(), enabledRoles(), defaultRoles().
2021-07-26 10:01:45 +03:00
Alexey Milovidov
7a9588bf0e Fix for Beirut 2021-07-26 09:47:34 +03:00
Alexey Milovidov
aa40f9d35a Fix test 2021-07-26 09:36:49 +03:00
ryzuo
0e742487f1 Remove unnecessary emtpy argument check for nth_value as code review suggested 2021-07-26 13:31:45 +08:00
Alexey Milovidov
b42089da83 Fix test 2021-07-26 07:03:38 +03:00
alexey-milovidov
eb3b4ebf80
Disable RBAC Testflows (3rd-party optional tests) that are unreliable. 2021-07-26 06:48:28 +03:00
alexey-milovidov
1c6cae3f8b
Merge pull request #26786 from ClickHouse/update-rocksdb-4
Fix double unlock in RocksDB
2021-07-26 06:47:19 +03:00
alexey-milovidov
00a0bbd405
Merge pull request #26789 from ClickHouse/silent-rocksdb-logs
Less verbose RocksDB logs #26252
2021-07-26 06:46:09 +03:00
alexey-milovidov
7b76bfc719
Merge pull request #26318 from amosbird/connectionpoolfactory
Connection pool cache
2021-07-26 06:45:03 +03:00
Alexey Milovidov
f695eda25d Fix test 2021-07-26 06:27:39 +03:00
alexey-milovidov
81927dcf78
Update mergetree.md 2021-07-26 05:07:45 +03:00
Kseniia Sumarokova
b65fd7fbfe
Merge pull request #26181 from lehasm/alexey-sm-DOCSUP-9056-document-url-function-patterns
DOCSUP-9056: description of patterns in the url table function
2021-07-25 23:11:55 +03:00
Alexey Milovidov
b6fdb395c2 Less verbose RocksDB logs #26252 2021-07-25 23:09:50 +03:00
Alexey Milovidov
bd364aeea1 Fix double unlock in RocksDB 2021-07-25 22:52:46 +03:00
alexey-milovidov
55af4c6b1b
Merge pull request #26747 from vzakaznikov/reenable_testflows_rbac
Enabling RBAC TestFlows tests and crossing out new fails.
2021-07-25 22:38:53 +03:00
Alexey Milovidov
53b17c316b Add another test for heredoc 2021-07-25 22:18:42 +03:00
Maksim Kita
f559c4ffff
Merge pull request #26784 from kitaisreal/heredoc-updated-tests
Heredoc updated tests
2021-07-25 22:12:45 +03:00
Maksim Kita
6faa95fed0 Updated test 2021-07-25 22:11:27 +03:00
Alexey Milovidov
8b4c49d931 Fix test 2021-07-25 22:09:42 +03:00
Maksim Kita
bbc7fe88ab
Merge pull request #26775 from poweroftrue/patch-1
Document MaterializeMySQL Settings
2021-07-25 22:05:13 +03:00
Maksim Kita
197bda1ff1 Heredoc updated tests 2021-07-25 22:01:25 +03:00