alexey-milovidov
7b2c871c57
Merge pull request #10272 from ClickHouse/plus-infinity
...
Allow to parse +inf
2020-04-15 16:41:47 +03:00
Nikolai Kochetov
41baae33d4
Add test.
2020-04-15 13:20:42 +03:00
Alexey Milovidov
62b5aa343d
Added a test for #1776
2020-04-15 07:20:31 +03:00
alexey-milovidov
2a48b0ecd7
Merge pull request #10184 from xzkostyan/feature-zookeeper-ssl
...
Optional secured communication between ClickHouse and Zookeeper
2020-04-15 07:09:14 +03:00
Alexey Milovidov
738fef71f4
Allow to parse +inf #1839
2020-04-15 06:32:33 +03:00
Alexey Milovidov
db9760af41
Continuation of #6256
2020-04-15 03:12:47 +03:00
alexey-milovidov
596202b4d6
Merge pull request #10247 from qoega/junit_to_html_util
...
Add JUnit to html util
2020-04-15 02:37:59 +03:00
alexey-milovidov
c454c5ae62
Trigger CI
2020-04-15 01:39:36 +03:00
Nikolai Kochetov
f5339e7c5e
Add graphite config to tests.
2020-04-14 20:12:43 +03:00
Nikolai Kochetov
fee4717762
Added tast for Graphite.
2020-04-14 20:09:11 +03:00
Yatsishin Ilya
dcec80e6dd
update README in intergration
2020-04-14 10:15:02 +03:00
Yatsishin Ilya
51567df6e6
output call duration in junit report
2020-04-14 10:15:01 +03:00
Yatsishin Ilya
e5be0c1059
fix integration/test_distributed_ddl/test_replicated_alter
2020-04-14 10:15:01 +03:00
alexey-milovidov
b8be585595
Merge pull request #10237 from ClickHouse/akz/mutations-to-correctly-handle-lambdas
...
ALTER UPDATE/DELETE on Replicated* storages: Fixed "Unknown function lambda." error
2020-04-14 01:32:38 +03:00
alexey-milovidov
2219f05139
Merge pull request #10235 from ClickHouse/fix_range_hashed_ddl_dictionaries
...
Fix 'Cannot add column' in DDL dictionary
2020-04-14 01:28:24 +03:00
Artem Zuikov
6106b2bfc7
Merge branch 'master' into joins
2020-04-13 20:37:27 +03:00
Artem Zuikov
0b7ae2c2bf
working version
2020-04-13 20:03:11 +03:00
Alexander Kazakov
e05e2c7628
Fixed check for nondeterministic functions to handle lambdas correctly
2020-04-13 17:34:11 +03:00
alesapin
9cc7d0f06a
Fix 'Cannot add column' error while creating range_hashed dictionary using DDL queries
2020-04-13 17:34:01 +03:00
alexey-milovidov
396360cd90
Merge pull request #10209 from ClickHouse/akz/fix_segfault_in_system_tables
...
Fix N.P. segfault in StorageSystemTables for database engine "Lazy"
2020-04-13 16:33:27 +03:00
alexey-milovidov
d1c436788b
Merge pull request #10206 from ClickHouse/fix-limit-with-infinite-sources
...
Fix limit with infinite sources
2020-04-13 16:32:02 +03:00
alexey-milovidov
eedb5a3e3d
Merge pull request #10218 from ClickHouse/fix-generate-random-date
...
Fixed "generateRandom" function for Date type
2020-04-13 16:26:08 +03:00
Pavel Kovalenko
46c0b65c95
Minor fix in MergeTree over S3 tests.
2020-04-13 12:20:38 +03:00
Konstantin Lebedev
df28eca407
Add test for communication between ClickHouse and Zookeeper over SSL
2020-04-13 10:49:16 +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
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
d1eaa34cd9
Added a test
2020-04-13 01:00:10 +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
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
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
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
Alexander Kazakov
d252c59513
Added a test that produces segfault in StorageSystemTables
2020-04-12 20:04:52 +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
Nikolai Kochetov
2b052a44d9
Added test
2020-04-12 18:25:51 +03:00
Konstantin Lebedev
eaba5c6c73
Remove mutable defaults from helpers/cluster.py
2020-04-12 17:36:48 +03:00
Azat Khuzhin
365b5207b7
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-12 10:46:36 +03:00
BohuTANG
e7f399f652
MySQLHandler: max_allowed_packet returned by default when server setup with select variables
2020-04-12 13:37:39 +08:00
alexey-milovidov
b888c867b3
Merge pull request #10026 from CurtizJ/speedup-index
...
Improve performance of index analysis with monotonic functions [2].
2020-04-12 06:37:26 +03:00
Alexey Milovidov
ca5172cc63
Merging #10094
2020-04-12 06:25:47 +03:00
Alexey Milovidov
c64aa011ba
Merge branch 'jgon' of https://github.com/amosbird/ClickHouse into amosbird-jgon
2020-04-12 06:21:00 +03:00
alexey-milovidov
791d2bc91e
Merge pull request #10198 from ClickHouse/add-function-is-constant
...
Add function "isConstant"
2020-04-12 05:44:22 +03:00
alexey-milovidov
0cc91b9cab
Merge pull request #10196 from azat/Distributed-GLOBAL-IN
...
Allow literals for GLOBAL IN
2020-04-12 04:39:32 +03:00
Alexey Milovidov
754967bde6
Add function "isConstant"
2020-04-12 04:24:00 +03:00
alexey-milovidov
78316f027a
Merge pull request #10195 from ClickHouse/fix-array-join-prewhere
...
Fix move-to-prewhere optimization in presense of arrayJoin functions.
2020-04-12 03:53:55 +03:00
alexey-milovidov
9203db0ad5
Merge pull request #10140 from BohuTANG/20200409_bug_fix_mysql_handshake_scramble
...
Fix scramble issue for native mysql-connector-java(JDBC)
2020-04-12 03:53:19 +03:00
Alexey Milovidov
dec3e0f986
Make least and greatest functions case insensitive for compatibility with MySQL
2020-04-12 03:38:25 +03:00
Alexey Milovidov
c5c1a8def7
Added a test from Andrey #2641
2020-04-12 03:03:15 +03:00
Azat Khuzhin
194dcc01fb
Allow literals for GLOBAL IN
2020-04-12 02:48:55 +03:00
alexey-milovidov
0782052768
Merge pull request #10131 from ClickHouse/fix-extremes-for-processors
...
Fix extremes for processors
2020-04-12 02:31:39 +03:00
alexey-milovidov
f5fc3b1e71
Merge pull request #10085 from achimbab/transform_null_in
...
transform_null_in option to test NULL values at the IN-Operator.
2020-04-12 02:01:54 +03:00
alexey-milovidov
30ec2a3ce2
Merge pull request #10179 from vzakaznikov/live_view_over_distributed
...
Initial support for live view tables over distributed
2020-04-12 01:41:42 +03:00
Alexey Milovidov
29189d4276
Also add stateless test to illustrate the issue more clear
2020-04-12 01:33:16 +03:00
Azat Khuzhin
a332d8b01e
Cover GLOBAL IN for Distributed over Distributed
2020-04-12 01:22:29 +03:00
Alexey Milovidov
cf483b7ecc
Added a test
2020-04-12 01:14:55 +03:00
Azat Khuzhin
85448f4b13
Add test from the #2610 ( closes : #2610 )
2020-04-12 00:46:54 +03:00
alexey-milovidov
00d8e7eefb
Merge branch 'master' into transform_null_in
2020-04-11 23:15:54 +03:00
alexey-milovidov
a4969d89f9
Merge pull request #10164 from azat/system.tables-superfluous-dict-reload
...
Avoid superfluous dictionaries load
2020-04-11 23:05:56 +03:00
alexey-milovidov
cd979d7997
Merge pull request #10130 from CurtizJ/polymorphic-parts
...
Fix some kinds of alters with compact parts
2020-04-11 23:02:48 +03:00
alexey-milovidov
a7ecacc8b0
Merge pull request #10186 from filimonov/setting_allow_nondeterministic_mutations
...
allow_nondeterministic_mutations
2020-04-11 22:56:06 +03:00
alexey-milovidov
5e36a65d0c
Merge pull request #10172 from ClickHouse/fix_odbc_roundtrip
...
Fix odbc round trip test
2020-04-11 22:55:24 +03:00
alexey-milovidov
3b85ef27a4
Merge pull request #10173 from ClickHouse/fix_url_engine
...
Add retries to 00646_url_engine test
2020-04-11 22:53:26 +03:00
Vitaly Baranov
18fbd968ba
Merge pull request #10165 from azat/drop-dictionary-as-table
...
Do not break DROP DICTIONARY with DROP TABLE
2020-04-11 14:49:41 +03:00
Azat Khuzhin
55a143d1a5
Avoid superfluous dictionaries load (system.tables, SHOW CREATE TABLE)
...
This patch avoids loading dictionaries for:
- SELECT * FROM system.tables (used by clickhouse-client for completion)
- SHOW CREATE TABLE some_dict
But the dictionary will still be loaded on:
- SHOW CREATE TABLE some_dict (from the database with Dictionary engine)
2020-04-11 13:26:41 +03:00
Azat Khuzhin
e0c972448e
Cover SHOW CREATE TABLE from database with Dictionary ENGINE
2020-04-11 13:26:19 +03:00
Mikhail Filimonov
2f5b4b0f9b
Added ability to relax the restriction on non-deterministic functions usage in mutations with allow_nondeterministic_mutations setting.
2020-04-10 22:01:10 +02:00
Azat Khuzhin
5b3c635200
Do not break DROP DICTIONARY after DROP TABLE executed on dictionary
2020-04-10 21:10:32 +03:00
Vitaly Baranov
ca634f603a
Revert resetting the settings to their defaults after each query in TCPHandler.
2020-04-10 21:09:59 +03:00
Vitaliy Zakaznikov
7d076d7f3d
Removing comments.
2020-04-10 14:09:28 -04:00
Vitaliy Zakaznikov
16c10851d3
Adding more tests to test_distributed_over_live_view.
...
Updating test_live_view_over_distributed to be more robust.
2020-04-10 13:47:47 -04:00
Vitaliy Zakaznikov
c37ba8243d
Starting to add test_distributed_over_live_view tests.
2020-04-10 13:01:10 -04:00
Vitaliy Zakaznikov
442446fbfa
Adding some live view over distributed stateless tests.
2020-04-10 12:04:25 -04:00
Anton Popov
9b6f7af7f6
add tests for ALTER CLEAR COLUMN/INDEX with compact parts
2020-04-10 18:26:40 +03:00
Vitaliy Zakaznikov
201c65f49b
Adding test_live_view_over_distributed integration test.
2020-04-10 11:23:04 -04:00
Vitaly Baranov
274a5311fc
Merge pull request #10153 from vitlibar/enable-access-management-in-stateless-tests-3
...
Enable access management in stateless tests #3 .
2020-04-10 17:40:20 +03:00
tavplubix
5e860ddb04
fix 01098_temporary_and_external_tables
2020-04-10 17:09:47 +03:00
alesapin
27eaea184a
Add small timeout
2020-04-10 17:03:42 +03:00
alesapin
9d81f89648
Add sleep to test
2020-04-10 16:51:09 +03:00
alesapin
88657cfbe1
Add retries to test
2020-04-10 15:14:27 +03:00
alesapin
9b0640a3b5
Fix odbc round trip test
2020-04-10 14:29:56 +03:00
Artem Zuikov
ba50519af8
workaround for function resolver
2020-04-10 13:28:44 +03:00
Azat Khuzhin
888baad565
tests/queries/0_stateless/01056_create_table_as: drop dictionary at start
2020-04-10 10:38:43 +03:00
philip.han
7fa5afecb4
Support transform_null_in option for StorageSet
2020-04-10 14:42:36 +09:00
philip.han
c6bf39d7a9
Fix 01231_operator_null_in.reference
2020-04-10 14:02:55 +09:00
philip.han
c39e3a51ad
Fix Set::insertFromBlockImplCase()
2020-04-10 12:30:54 +09:00
BohuTANG
87cc8de8e2
Merge remote-tracking branch 'ck/master' into 20200409_bug_fix_mysql_handshake_scramble
2020-04-10 11:10:41 +08:00
alexey-milovidov
4a73fe7477
Merge pull request #9889 from Avogar/msgpack_format
...
Msgpack format
2020-04-10 00:07:10 +03:00
alexey-milovidov
a85d35f31c
Merge pull request #10049 from azat/show-create-table-multiline
...
Make SHOW CREATE TABLE multiline
2020-04-09 23:30:56 +03:00
Anton Popov
76cf9b7f03
Merge remote-tracking branch 'upstream/master' into polymorphic-parts
2020-04-09 20:16:45 +03:00
Vitaly Baranov
20d935566f
Enable access management in stateless tests #3 .
2020-04-09 19:12:55 +03:00
Pavel Kovalenko
ee36750482
Set storage policy explicitly in MergeTree over S3 tests.
2020-04-09 18:36:13 +03:00
Vitaly Baranov
12336a9ece
Use "CREATE USER HOST REGEXP" instead of "CREATE USER HOST NAME REGEXP".
2020-04-09 10:22:51 +03:00