Vitaliy Lyudvichenko
42d5c6925c
Removed bad test. [#CLICKHOUSE-2]
2018-05-23 21:29:35 +03:00
Vitaliy Lyudvichenko
87ad1df259
More atomic insert to MATERIALIZED VIEW. [#CLICKHOUSE-3743]
2018-05-23 19:18:04 +03:00
Vitaliy Lyudvichenko
c888903488
Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2
...
* Add ATTACH PARTITION FROM table for MergeTree. [#CLICKHOUSE-3546]
* Implemented replicated case on non-leader replica. [#CLICKHOUSE-3546]
* Disable merges in the dropping range. [#CLICKHOUSE-3546]
* DROP PARTITION is atomic and simpler now. [#CLICKHOUSE-3546]
* Implemented more SYSTEM queries. [#CLICKHOUSE-2931] [#CLICKHOUSE-3546]
SYSTEM queries:
RESTART REPLICAS
SYNC REPLICA db.name
STOP MERGES [db.name]
START MERGES [db.name]
STOP FETCHES [db.name]
START FETCHES [db.name]
STOP REPLICATED SENDS [db.name]
START REPLICATED SENDS [db.name]
STOP REPLICATION QUEUES [db.name]
START REPLICATION QUEUES [db.name]
* Fixed a bunch of bugs in REPLACE PARTITION. [#CLICKHOUSE-3546]
* Add tests for REPLACE PARTITION and SYSTEM. [#CLICKHOUSE-3546]
* Add system.part_log logging. [#CLICKHOUSE-3546]
* Fixed long wait in SYNC REPLICA. [#CLICKHOUSE-3546]
* Add requested changes. [#CLICKHOUSE-3546]
Fixed clickhouse-client bad return code.
* Add requested chenges. [#CLICKHOUSE-3546]
* Add requested chenges. [#CLICKHOUSE-3546]
2018-05-21 16:49:54 +03:00
zhang2014
c8f655c1aa
ISSUES-2259 fix the test after the merge master
2018-05-21 11:38:46 +08:00
zhang2014
6613e56784
ISSUES-2259 support truncate syntax
2018-05-21 11:38:46 +08:00
alexey-milovidov
0fe2984d00
Merge pull request #2388 from yandex/fix-prepared-sets-creation
...
Fix prepared sets creation
2018-05-19 19:03:04 +03:00
Nikolai Kochetov
c932ce60c0
Added test with dummy recursive alias. [#CLICKHOUSE-3735]
2018-05-18 21:28:11 +03:00
Nikolai Kochetov
d0341077ee
Added test with bug caused set indexing by ptr. [#CLICKHOUSE-3734]
2018-05-17 17:54:57 +03:00
Nikolai Kochetov
664171a003
Added test for in syntax.
2018-05-15 18:38:04 +03:00
Nikolai Kochetov
6ba8cb922c
Fix usage of columns from header in SummingSortedBlockInputStream. #2273
2018-05-14 13:48:50 +03:00
sundy-li
c56e9967f2
Add tests && docs
2018-05-13 16:18:35 +08:00
Vitaliy Lyudvichenko
d292190d4b
Try to fix broken test. [#CLICKHOUSE-2]
2018-05-11 16:53:39 +03:00
Vitaliy Lyudvichenko
990bcbb007
Add test for --help. [#CLICKHOUSE-3713]
2018-05-10 02:15:06 +03:00
Vitaliy Lyudvichenko
b4025e312e
Use neat boost::program_options, more parameters. [#CLICKHOUSE-3713]
2018-05-10 02:15:06 +03:00
Vitaliy Lyudvichenko
5704de8774
Fixed settings passing in clickhouse-local and tmp dirs. [#CLICKHOUSE-3713]
2018-05-10 02:15:06 +03:00
Vitaliy Lyudvichenko
8746149965
More persistent directory names for replicas. [#CLICKHOUSE-2]
2018-05-09 07:55:08 +03:00
Tsarkova Anastasia
9412222f55
Add test.
2018-05-01 15:33:39 +02:00
alexey-milovidov
093c054b1f
Merge pull request #2263 from luc1ph3r/arbitrary-csv-delimiter
...
Support an arbitrary CSV delimiter
2018-04-27 13:13:09 -07:00
Ivan Zhukov
a9653e5759
Add a test for CSV input and output formatting
2018-04-27 03:49:44 +03:00
Vitaliy Lyudvichenko
ed25e6d634
Fixed tests isolation. [#CLICKHOUSE-2]
2018-04-26 22:46:45 +03:00
Vitaliy Lyudvichenko
4695511b58
Fixed tests isolation. [#CLICKHOUSE-2]
2018-04-26 22:21:32 +03:00
Alexey Milovidov
2627a4da2e
Better test #2066
2018-04-22 22:09:35 -07:00
Alexey Milovidov
afb7127c67
Better test #2066
2018-04-22 20:32:53 -07:00
Alexey Milovidov
958a3d7ee7
Fixed error with Arrays inside Nested data type; added a test #2066
2018-04-22 20:30:28 -07:00
Alexey Milovidov
fb4a44a913
Added test #2257
2018-04-20 22:46:01 +03:00
Alexey Milovidov
9c750c4786
Added test #2257
2018-04-20 22:22:03 +03:00
Alexey Milovidov
72f9f927ac
Added test result #2246
2018-04-20 00:38:45 +03:00
Alexey Milovidov
02abff4fdb
Added failing test #2246
2018-04-19 23:45:27 +03:00
张健
e9b03b3abc
ISSUES-2242 add default data_path & metadata_path for system.tables with temporary ( #2243 )
2018-04-19 23:22:08 +03:00
alexey-milovidov
0612977bc3
Merge pull request #1925 from zhang2014/fix/ISSUES-995
...
ISSUES-995 support relative path with domain
2018-04-19 07:19:23 +03:00
Alexey Milovidov
ea5dac67d6
More tests #2134
2018-04-19 06:10:10 +03:00
alexey-milovidov
b23db369f4
Merge pull request #2134 from zhang2014/fix/union_syntax
...
ISSUES-2133 Support union query with subquery
2018-04-19 05:42:52 +03:00
alexey-milovidov
d0b6ac9fa0
Merge pull request #2238 from alex-krash/master
...
Regression test for bug in 1.1.54370
2018-04-18 23:40:06 +03:00
alexey-milovidov
0b26539313
Update 00621_regression_for_in_operator.sql
2018-04-18 23:39:53 +03:00
Alexey Milovidov
91e740da4c
Actualized tests [#CLICKHOUSE-2]
2018-04-18 22:54:15 +03:00
Alexandr Krasheninnikov
3065ebe571
Regression test for bug in 1.1.54370
2018-04-18 15:14:21 +03:00
proller
f8dc8f32d5
Writing changelog ( #2215 )
...
* Maybe fix flappy test
* Make changelog
* Revert "Temporary revert doc about new package name (clickhouse-server vs cickhouse-server-common)"
This reverts commit 721153ed53
.
* Revert "Temporary revert site about new package name (clickhouse-server vs clickhouse-server-common)"
This reverts commit ba5cb121ae
.
* Better changelog
* Better
* Better changelog
* more
* Update CHANGELOG_RU.md
* Update CHANGELOG_RU.md
* Update CHANGELOG_RU.md
2018-04-17 23:57:02 +03:00
alexey-milovidov
089e71d9a5
Merge pull request #2235 from yandex/small-enhancements
...
Small enhancements
2018-04-17 22:45:01 +03:00
Vitaliy Lyudvichenko
bf832b3ea6
Fixed OPTIMIZE after RENAME of replicated table. [#CLICKHOUSE-2]
2018-04-17 20:59:42 +03:00
Alexey Milovidov
1fdea85e21
Adjusted racy test [#CLICKHOUSE-2]
2018-04-16 21:51:13 +03:00
Nikolai Kochetov
73cf78eec9
updated test
2018-04-16 18:48:27 +03:00
Nikolai Kochetov
9e05052c2a
merged with master
2018-04-16 18:35:11 +03:00
proller
f9cd6a09e6
sql: initial EXTRACT(... FROM ...) support ( #2196 )
...
* start
* wip
* wip
* wip
* wip
* wip
* Fix clickhouse-server.postinst
* clean
* wip
* clean
* clean
* clean
* wip
* clean
* Update dump_variable.cpp
2018-04-13 22:35:08 +03:00
Alexey Milovidov
bc47a49d58
Added a test #2208
2018-04-13 21:49:23 +03:00
proller
07b81c875e
CLICKHOUSE-3444: show error for old query on replace_running_query ( #2127 )
...
* Add tests
* Fix test
* Fix test build
* CLICKHOUSE-3444: show error for replace_running_query
* fix naming
* fix
* fix test
* Update IProfilingBlockInputStream.cpp
2018-04-07 06:49:49 +03:00
Alexey Milovidov
af226d62f5
Fixed totally wrong code in SummingMergeTree in the case of complex maps [#CLICKHOUSE-2]
2018-04-06 21:09:20 +03:00
Alexey Milovidov
47637c7885
Actualized test #1846
2018-04-06 19:26:38 +03:00
Alexey Milovidov
ac58f92a97
Fixed error with IN where left hand side is nullable #1846
2018-04-06 08:12:47 +03:00
Alexey Milovidov
65ad97452b
Added a test from Silviu Caragea #2113
2018-04-06 03:28:53 +03:00
Alexey Milovidov
cf1a2241af
Updated test [#CLICKHOUSE-2]
2018-04-06 02:06:03 +03:00
Alexey Milovidov
e6e12e6490
Fixed test [#CLICKHOUSE-2]
2018-04-06 02:04:31 +03:00
Alexey Milovidov
4c2adf1f30
Fixed test #797
2018-04-06 02:00:19 +03:00
Alexey Milovidov
f66d2fb780
Allow to use FINAL even in case of single part #2086
2018-04-06 00:36:55 +03:00
Alexey Milovidov
da7975dc29
Added test #797
2018-04-05 23:43:35 +03:00
Alexey Milovidov
32f6adc5ed
Added test #797
2018-04-05 23:41:55 +03:00
Alexey Milovidov
7d69a3363f
Added test #1282
2018-04-05 23:29:19 +03:00
Alexey Milovidov
0b4a59c8b0
Fixed flappy test [#CLICKHOUSE-2]
2018-04-05 22:27:20 +03:00
Alexey Milovidov
dec4094e5b
Removed test case that test for behaviour that was correct accidentially [#CLICKHOUSE-2]
2018-04-05 05:31:17 +03:00
Alexey Milovidov
f734a4523a
Fixed bad test [#CLICKHOUSE-2]
2018-04-05 05:19:32 +03:00
Nikolai Kochetov
8f4b54d65b
updated test #2170
2018-04-05 00:03:21 +03:00
Nikolai Kochetov
1ad3010c4a
updated test [#CLICKHOUSE-3680]
2018-04-04 22:36:22 +03:00
Nikolai Kochetov
537c495a8e
added test [#CLICKHOUSE-3680]
2018-04-04 00:17:22 +03:00
Alexey Milovidov
97431c90bd
Renamed test [#CLICKHOUSE-2]
2018-04-02 22:24:03 +03:00
proller
6e03373b8d
clickhouse-common-dbg -> clickhouse-common-static-dbg ( #2157 )
2018-04-02 21:44:19 +03:00
Alexey Milovidov
a5f05dc71e
Added test #217 [#CLICKHOUSE-1942]
2018-04-02 21:19:47 +03:00
proller
450efef456
Maybe fix test 00429_long_http_bufferization (remove curl timeout)
2018-03-29 22:12:24 +03:00
proller
a6f9df105c
Allow use encryption for distributed tables ( #2065 )
...
* Allow use encryption for distributed tables
* wip
* fix
* rename encryption to secure
* Fix DirectoryMonitor with +secure
* fix
* fix
* Update DirectoryMonitor.cpp
* Update DirectoryMonitor.cpp
2018-03-29 04:41:06 +03:00
zhang2014
b00cb9d9b0
ISSUES-2133 Support union query with subquery
2018-03-29 09:06:17 +08:00
alexey-milovidov
ca5fd1e9de
Merge pull request #2033 from yandex/show-create-database
...
Show create database
2018-03-28 05:29:36 +03:00
Nikolai Kochetov
192409ebd2
added test
2018-03-27 22:14:54 +03:00
proller
405ad39cd4
Fix test
2018-03-23 22:45:33 +03:00
alexey-milovidov
d298f9af5c
Merge pull request #1959 from kshvakov/show-server-group-in-client
...
Возможность показывать группу сервера при подключении в клиенте
2018-03-23 19:26:22 +03:00
proller
7cdb6b5de1
Fix test
2018-03-23 19:25:02 +03:00
alexey-milovidov
3f320eb031
Merge branch 'master' into show-server-group-in-client
2018-03-23 19:23:25 +03:00
zhang2014
06d71a9493
ISSUES-218 add test for distributed & case when then
2018-03-23 18:42:06 +03:00
proller
b87cfd2924
Add tests
2018-03-23 18:36:50 +03:00
Vitaliy Lyudvichenko
883de7a2a6
startup() waits for initialization of ReplicatedMergeTreeRestartingThread. [#CLICKHOUSE-2]
2018-03-23 00:26:46 +03:00
Vitaliy Lyudvichenko
fe8dfd3038
Add minimalistic checksums. [#CLICKHOUSE-3660]
2018-03-23 00:26:46 +03:00
Nikolai Kochetov
6f60e6ee4f
added test [#CLICKHOUSE-3663]
2018-03-22 23:18:11 +03:00
proller
9c9e918b78
Fix flapping test 00371_union_all
2018-03-20 22:18:56 +03:00
Alexey Zatelepin
3effbc4411
add test [#CLICKHOUSE-3659]
2018-03-20 16:44:36 +03:00
Alexey Milovidov
590feb02b5
Fixed error; added test from Alexander Zaitsev [#CLICKHOUSE-2]
2018-03-19 17:29:40 +03:00
Alexey Milovidov
b916f17215
Implemented 'uniq' family of functions for generic case including Array argument #2010
2018-03-17 21:14:05 +03:00
Kirill Shvakov
109b73b947
fix CREATE TEMPORARY TABLE IF NOT EXISTS
2018-03-17 01:55:07 +03:00
Vitaliy Lyudvichenko
1f28410490
Fixed false positive error messages for queries with IN and ARRAY JOIN. [#CLICKHOUSE-2]
2018-03-16 17:11:49 +03:00
Alexey Milovidov
796c65a09f
Added test [#CLICKHOUSE-2]
2018-03-16 10:04:51 +03:00
Alexey Milovidov
b2e4fd3098
Updated test [#CLICKHOUSE-2]
2018-03-15 22:29:53 +03:00
alexey-milovidov
b9339e0ea1
Merge pull request #2053 from yandex/small-enhancements
...
Small enhancements
2018-03-15 22:10:29 +03:00
Vitaliy Lyudvichenko
e77701bd4b
Enable alisas for sets and tuples for IN operator. [#CLICKHOUSE-3]
...
Resolves #2044
2018-03-15 21:44:02 +03:00
Vitaliy Lyudvichenko
f1b32e8982
Fixed ordinary MergeTree merges in case of empty ORDER BY key. [#CLICKHOUSE-2]
2018-03-14 23:49:18 +03:00
proller
d056d7e516
Fix ssl tests ( #2042 )
...
* Revert "Reverted bad modification #2035 "
This reverts commit 6d6eca5e23
.
* spaces
* fix
* better
* Revert "Disabled ill-formed test #2035 "
This reverts commit b28cef9871
.
* debug
* fix
* fix
* fix
* fix
* fix
* fix
* clean
* Tests compile fix
2018-03-14 19:57:15 +03:00
Alexey Zatelepin
b910e72946
stable order in a test
2018-03-14 15:30:39 +03:00
Alexey Milovidov
f08940c04c
Fixed handling of NaNs in aggregate functions that use comparison based sorting #2012
2018-03-14 08:03:51 +03:00
Alexey Milovidov
688d277ad4
Adaptation #2012
2018-03-14 07:36:41 +03:00
alexey-milovidov
9ac2569c65
Merge branch 'master' into refactor-table-declaration
2018-03-14 05:35:50 +03:00
Alexey Milovidov
b28cef9871
Disabled ill-formed test #2035
2018-03-14 04:42:51 +03:00
proller
304b4d3f99
Merge remote-tracking branch 'origin/fix' into fix
2018-03-14 00:26:03 +03:00
Vitaliy Lyudvichenko
16c8aefba2
Fixed test after refactoring. [#CLICKHOUSE-2]
2018-03-13 23:49:13 +03:00
proller
24651f7dd6
Fixes
2018-03-13 23:38:35 +03:00
Alexey Zatelepin
2f573e4f77
add tests [#CLICKHOUSE-3241]
2018-03-13 17:24:16 +03:00
Nikolai Kochetov
5a07569c2a
added test [#CLICKHOUSE-3590]
2018-03-12 18:22:14 +03:00
Alexey Milovidov
d0a7f05078
Renamed test [#CLICKHOUSE-2].
2018-03-10 05:26:31 +03:00
Alexey Milovidov
5fc47bdfb1
Fixed error [#CLICKHOUSE-3627]
2018-03-10 03:26:17 +03:00
Alexey Milovidov
7577b1db14
Added function "throwIf" [#CLICKHOUSE-2543]
2018-03-10 03:18:57 +03:00
Alexey Milovidov
c653759714
Added another test #245
2018-03-10 02:24:38 +03:00
Alexey Milovidov
b581bbec68
Added test #245
2018-03-10 02:07:08 +03:00
Kirill Shvakov
8c4a7b774e
Removed BB-Style macros for colors. Preparing prompt pattern once and replace current database in the cycle only.
2018-03-08 10:55:27 +02:00
zhang2014
21b62eabb6
ISSUES-258 add validation test for ISSUES-258
2018-03-08 09:21:45 +08:00
alexey-milovidov
e41e2fe613
Merge pull request #1912 from zhang2014/fix/ISSUES-369
...
ISSUES-369 add default database when create materialize view
2018-03-07 23:28:17 +03:00
alexey-milovidov
1ecb9dac72
Merge pull request #1901 from zhang2014/fix/ISSUES-117
...
ISSUES-117 add show create & exist temporary table
2018-03-07 22:53:11 +03:00
alexey-milovidov
2daf6be96c
Merge pull request #2004 from yandex/CLICKHOUSE-3616
...
Prohibited non-UInt8 constants in WHERE
2018-03-07 22:07:24 +03:00
Alexey Milovidov
b1467886f2
Added test [#CLICKHOUSE-2]
2018-03-07 21:59:22 +03:00
Vitaliy Lyudvichenko
7c3d0344e8
Prohibited non-UInt8 constants in WHERE. [#CLICKHOUSE-3616]
2018-03-07 16:12:35 +03:00
zhang2014
38fe0698a1
ISSUES-369 add attach & detach test
2018-03-06 21:05:08 +08:00
Nikolai Kochetov
966a7d819b
fix test
2018-03-05 19:15:17 +03:00
Nikolai Kochetov
7b983340b8
Merge branch 'remote-table-function-insert-into-local-replica' of github.com:yandex/ClickHouse into remote-table-function-insert-into-local-replica
2018-03-05 17:59:58 +03:00
Nikolai Kochetov
6c66f78f71
renamed shared tests
2018-03-05 17:59:51 +03:00
KochetovNicolai
9f12df3a86
Update 00459_group_array_insert_at.sql
2018-03-05 17:52:59 +03:00
KochetovNicolai
bf6cfadfbc
Update 00557_remote_port.sh
2018-03-05 17:23:33 +03:00
Nikolai Kochetov
f5b9ccf337
Merge branch 'remote-table-function-insert-into-local-replica' of github.com:yandex/ClickHouse into remote-table-function-insert-into-local-replica
2018-03-05 15:38:40 +03:00
Nikolai Kochetov
871a560b37
merged with master
2018-03-05 15:36:17 +03:00
Kirill Shvakov
3c09dacb5f
fix test
2018-03-05 14:05:48 +02:00
Alexey Milovidov
ba481a6acd
Fixed error with TOTALS [#CLICKHOUSE-3619]
2018-03-03 04:28:13 +03:00
Alexey Milovidov
13e8dd6198
Unified filename of test #1933 .
2018-03-02 22:35:34 +03:00
alexey-milovidov
9b4ea7acde
Merge pull request #1933 from zhang2014/fix/ISSUES-1386
...
ISSUES-1386 add illegal column exception when drop exist depend
2018-03-02 22:33:57 +03:00
zhang2014
361a220743
Merge branch 'master' into fix/ISSUES-117
2018-03-02 19:06:11 +08:00
zhang2014
c400613f03
Merge branch 'master' into fix/ISSUES-369
2018-03-02 18:55:15 +08:00
zhang2014
4a38e97ed6
Merge branch 'master' into fix/ISSUES-1386
2018-03-02 18:03:18 +08:00
Alexey Milovidov
9024cf5fc8
Fixed test [#CLICKHOUSE-2].
2018-03-02 10:43:47 +03:00
Alexey Milovidov
22bbc9f08c
Added limit on size of AST after expansion of aliases [#CLICKHOUSE-18]
2018-03-02 09:33:17 +03:00
zhang2014
ce2b100deb
ISSUES-66 add insert into view test
2018-03-01 22:49:16 +08:00
Alexey Milovidov
37f9034575
Updated test #1550
2018-03-01 12:41:40 +03:00
Alexey Milovidov
ca60c0ccdf
Added a test from Mikhail Kalashnikov for ALIAS columns in Distributed tables #590 #1947
2018-03-01 12:32:00 +03:00
Alexey Milovidov
a2e649f8c0
Updated test #1947
2018-03-01 11:56:12 +03:00
Alexey Milovidov
b162850754
Fixed error in checking limit on number of columns to read; added test for unnecessary columns removal inside subqueries with UNION ALL #1947 [#CLICKHOUSE-2210]
2018-03-01 11:46:59 +03:00
Alexey Milovidov
559da607fc
Added test #878
2018-03-01 11:33:48 +03:00
Alexey Milovidov
8197574e37
Added test #1947
2018-03-01 11:07:46 +03:00
Alexey Milovidov
a27d27ac94
Added test #1947 [#CLICKHOUSE-3264]
2018-03-01 10:47:09 +03:00
Alexey Milovidov
0908ed1561
Added test #1947
2018-03-01 10:27:02 +03:00
Alexey Milovidov
4c87ae427d
Added test #1947
2018-03-01 10:18:15 +03:00
Alexey Milovidov
37f27b3e4b
Added a test for type conversions in UNION ALL #1947
2018-03-01 10:05:03 +03:00
Alexey Milovidov
0bd9575125
Added a test from FacedSID #859
2018-03-01 09:50:46 +03:00
Alexey Milovidov
322e0ef4ec
Added a test from George #728
2018-03-01 09:35:54 +03:00
Alexey Milovidov
69e8133fdc
Added a test by Stas Sviridov #320
2018-03-01 09:21:15 +03:00
Alexey Milovidov
f7e0912d81
Added support for LIMIT BY arbitary expressions [#CLICKHOUSE-3613] #1947
2018-03-01 08:24:56 +03:00
Alexey Milovidov
58f9d3decc
Better test [#CLICKHOUSE-2]
2018-03-01 07:51:54 +03:00
Alexey Milovidov
cfe900c997
Fixed test #1947 .
2018-02-28 23:05:29 +03:00
alexey-milovidov
924cc3451f
Merge pull request #1955 from yandex/CLICKHOUSE-3606
...
Added consistent hashing functions
2018-02-27 10:52:41 +03:00
Alexey Milovidov
03d4c352ec
Fixed bad test #1947
2018-02-26 21:39:21 +03:00
Vitaliy Lyudvichenko
120530e44c
Add requested changes. [#CLICKHOUSE-3606]
2018-02-26 15:14:20 +03:00