Commit Graph

38747 Commits

Author SHA1 Message Date
Alexander Kuzmenkov
6bd80a357b simplified backport script 2020-04-13 15:00:36 +03:00
Ivan
91e9a543d4
Support new vXX-backported labels (#10231) 2020-04-13 14:20:13 +03:00
Pavel Kovalenko
46c0b65c95 Minor fix in MergeTree over S3 tests. 2020-04-13 12:20:38 +03:00
Nikolai Kochetov
9a9bedc8cc Fix test for streams. 2020-04-13 12:02:50 +03:00
Nikolai Kochetov
29fc8f145b Fix tests in debug. 2020-04-13 11:50:14 +03:00
Ivan Blinkov
210a829774
Merge pull request #10228 from ClickHouse/dependabot/pip/docs/tools/nltk-3.5
Bump nltk from 3.4.5 to 3.5 in /docs/tools
2020-04-13 11:24:06 +03:00
Ilya Yatsishin
f1fbd60442
Add instana 2020-04-13 11:16:20 +03:00
dependabot-preview[bot]
f7f0202633
Bump nltk from 3.4.5 to 3.5 in /docs/tools
Bumps [nltk](https://github.com/nltk/nltk) from 3.4.5 to 3.5.
- [Release notes](https://github.com/nltk/nltk/releases)
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](https://github.com/nltk/nltk/compare/3.4.5...3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13 08:04:57 +00:00
Konstantin Lebedev
df28eca407 Add test for communication between ClickHouse and Zookeeper over SSL 2020-04-13 10:49:16 +03:00
Alexey Milovidov
c7eaaaf7fe Small refactoring of SystemLogs 2020-04-13 04:33:05 +03:00
alexey-milovidov
4a83e85893
Merge pull request #10213 from ClickHouse/remove-old-bugs
Remove obsolete tests from "bugs" directory
2020-04-13 03:18:40 +03:00
Azat Khuzhin
87e77ba638 Add log_queries_min_type to filter which entries will be written to query_log
Can be used to write into query_log only failed queries (i.e. on memory
exceeded error), by using:

  set log_queries_min_type='EXCEPTION_WHILE_PROCESSING'
2020-04-13 02:29:32 +03:00
alexey-milovidov
6eed76d5fb
Merge pull request #10217 from ClickHouse/convert-types-in-views
Convert types in Views
2020-04-13 02:24:02 +03:00
alexey-milovidov
8f040683e4
Merge pull request #10214 from ClickHouse/fix-parse-date-time-best-effort-rfc-2822-tue-thu
Fix "parseDateTimeBestEffort" for strings in RFC-2822 when day of week is Tuesday or Thursday
2020-04-13 02:23:21 +03:00
Alexey Milovidov
0cf882f4df Update test 2020-04-13 02:20:49 +03:00
Alexey Milovidov
8ad89a82d4 Support Nested types in "generateRandom" 2020-04-13 02:08:32 +03:00
Alexey Milovidov
a517111259 Added one more test 2020-04-13 01:30:10 +03:00
Alexey Milovidov
860e9092f1 Fixed another inconsistency in partition names 2020-04-13 01:25:41 +03:00
Alexey Milovidov
d1eaa34cd9 Added a test 2020-04-13 01:00:10 +03:00
Alexey Milovidov
4788eb3423 Make the assertion in code consistent with the real partition expression 2020-04-13 01:00:03 +03:00
Avogar
9860ffee51 Add MsgPack performance test 2020-04-13 00:59:28 +03:00
Alexey Milovidov
3215257a90 Fixed "generateRandom" function for Date type #9973 2020-04-13 00:27:11 +03:00
Avogar
d49dc5c008 Add test 2020-04-13 00:16:27 +03:00
Alexey Milovidov
983950d4ec Convert types in Views 2020-04-13 00:07:11 +03:00
Avogar
b9931863ef Fix FixedString packing 2020-04-13 00:01:17 +03:00
Alexey Milovidov
ceb5c1964a Update cctz just in case #10211 2020-04-12 23:48:51 +03:00
alexey-milovidov
bc00e6463a
Merge pull request #10053 from azat/log_queries_type
Add log_queries_min_type to filter which entries will be written to query_log
2020-04-12 23:37:42 +03:00
Alexey Milovidov
20dcc4decd Fixed build on FreeBSD according to the advice from Vitaly @hellvesper 2020-04-12 23:05:58 +03:00
alexey-milovidov
3f1658c0e9
Update parseDateTimeBestEffort.cpp 2020-04-12 22:35:23 +03:00
Alexey Milovidov
142087c4f7 Fix "parseDateTimeBestEffort" for strings in RFC-2822 when day of week is Thuesday or Thursday #10082 2020-04-12 22:34:04 +03:00
Alexey Milovidov
8cb4dd275a Remove default argument (harmful) #10082 2020-04-12 22:23:59 +03:00
Alexey Milovidov
b56945fa1b Remove some bugs 2020-04-12 22:07:16 +03:00
alexey-milovidov
96f2a8e2a4
Merge pull request #10207 from ClickHouse/fix-join-constants
Fix column names of constants inside JOIN.
2020-04-12 22:01:43 +03:00
alexey-milovidov
718e4bcdf8
Update IProcessor.h 2020-04-12 22:01:02 +03:00
alexey-milovidov
ae737b0e81
Merge pull request #10199 from BohuTANG/mysql_max_packet_size
MySQLHandler: max_allowed_packet returned by default
2020-04-12 21:58:54 +03:00
Alexander Kazakov
2eb2e4cf41 Added proper nullptr check 2020-04-12 20:17:41 +03:00
Alexander Kazakov
d252c59513 Added a test that produces segfault in StorageSystemTables 2020-04-12 20:04:52 +03:00
Alexey Milovidov
ea7eb2f4af Removed old command line option for client 2020-04-12 19:33:44 +03:00
Alexey Milovidov
b00330b5db Added bug 2020-04-12 19:25:20 +03:00
Alexey Milovidov
66d9ba9389 Added a test 2020-04-12 19:24:16 +03:00
Alexey Milovidov
ec4889e43e Remove debug output 2020-04-12 19:21:07 +03:00
Alexey Milovidov
6de712f0f4 Fix joined constants, development 2020-04-12 19:21:07 +03:00
Alexey Milovidov
d4a3ef2fdc Fixed wrong code (no changes in behaviour) 2020-04-12 19:16:02 +03:00
Nikolai Kochetov
2b052a44d9 Added test 2020-04-12 18:25:51 +03:00
Nikolai Kochetov
bff1f24cf7 Added IProcessor::onUpdatePorts 2020-04-12 18:21:21 +03:00
Nikolai Kochetov
4da19d122d Added IProcessor::onUpdatePorts 2020-04-12 18:02:17 +03:00
Konstantin Lebedev
eaba5c6c73 Remove mutable defaults from helpers/cluster.py 2020-04-12 17:36:48 +03:00
alexey-milovidov
361567329d
Merge pull request #10203 from BohuTANG/fix_tests_doc
Fix path and typo in the tests.md
2020-04-12 16:51:48 +03:00
BohuTANG
f5c463e9ad Fix path and typo in the tests.md 2020-04-12 21:28:36 +08:00
Maroun Maroun
676964de65
Fix typo in the getting started tutorial: "it's" -> "its" (#10201) 2020-04-12 12:26:06 +03:00