Alexey Milovidov
|
9de268a455
|
Added a test from Silviu Caragea #2026
|
2018-07-16 09:06:44 +03:00 |
|
Alexey Milovidov
|
0a2e6eca45
|
Implemented generic case for comparison operators #2026
|
2018-07-16 09:06:44 +03:00 |
|
Alexey Milovidov
|
6a2d8d4f3f
|
Added support for arbitary complex types in "uniq" family of aggregate functions #2010
|
2018-07-16 06:55:41 +03:00 |
|
Alexey Milovidov
|
77ed75e1d3
|
Merge branch 'master' into amosbird-master
|
2018-07-16 06:34:22 +03:00 |
|
alexey-milovidov
|
947c5eb6c9
|
Avoid accidential truncating table in default database in test.
|
2018-07-16 06:32:43 +03:00 |
|
Alexey Zatelepin
|
b1a97f90fc
|
add test [#CLICKHOUSE-3748]
|
2018-07-16 06:22:22 +03:00 |
|
Alexey Milovidov
|
ad3d882b67
|
Mitigate race condition in test [#CLICKHOUSE-2]
|
2018-07-16 04:10:41 +03:00 |
|
Alexey Milovidov
|
63d3d9c8ed
|
Added a test from Silviu Caragea #1322
|
2018-07-16 03:30:13 +03:00 |
|
Alexey Milovidov
|
13e5b246f8
|
Added test #1322
|
2018-07-16 03:30:13 +03:00 |
|
alexey-milovidov
|
9793ae98e0
|
Merge pull request #2521 from ssmike/CLICKHOUSE-3547
CLICKHOUSE-3547 streaming histogram aggregation
|
2018-07-11 15:48:12 +03:00 |
|
Alexey Milovidov
|
8eea4ae9cd
|
Fixed race condition in test #2604
|
2018-07-10 22:00:07 +03:00 |
|
Amos Bird
|
f5764910c4
|
Fix TRUNCATE command for temporary tables.
|
2018-07-10 22:25:08 +08:00 |
|
Amos Bird
|
ea01a3b22e
|
add OPTIMIZE FINAL support for ReplicatedMergeTree.
|
2018-07-09 18:03:23 +03:00 |
|
Alexey Milovidov
|
a34f1231f3
|
Fixed error with empty TinyLog table; added a test from Nickolay Kovalev #2563
|
2018-07-07 23:05:52 +03:00 |
|
Alexey Milovidov
|
d2a44248cd
|
Fixed error with empty TinyLog table; added a test from Nickolay Kovalev #2563
|
2018-07-07 22:02:10 +03:00 |
|
Alexey Milovidov
|
c126b9a5ab
|
Fixed trashy test #2115
|
2018-07-07 21:52:58 +03:00 |
|
Mikhail Surin
|
ca837723ed
|
fix unique for empty point sets
|
2018-07-07 13:40:32 +03:00 |
|
Alexey Milovidov
|
c3b7abaa8b
|
Added another test #2115
|
2018-07-06 22:47:08 +03:00 |
|
Alexey Milovidov
|
299d029d35
|
Added a test from Silviu Caragea #2115
|
2018-07-06 22:22:12 +03:00 |
|
Nikolai Kochetov
|
f676fed344
|
Added test with monotonic integer cast.
|
2018-07-06 18:55:26 +03:00 |
|
Amos Bird
|
78beacb3a5
|
Make OPTIMIZE be able to merge all parts with FINAL.
|
2018-07-05 21:32:54 +03:00 |
|
Alexey Zatelepin
|
fe83c8dab1
|
stricter validation of mutation commands #2588
|
2018-07-05 17:19:33 +03:00 |
|
Mikhail Surin
|
0418f179dc
|
merge review
|
2018-07-05 16:29:43 +03:00 |
|
Mikhail Surin
|
f598e6d47c
|
add tests
|
2018-07-05 12:53:42 +03:00 |
|
Alexey Milovidov
|
018e48399e
|
Make the test results more stable with respect to floating point calculations method #2521
|
2018-07-05 01:37:48 +03:00 |
|
Alexey Milovidov
|
bfc29a3b91
|
Updated test #2521
|
2018-07-05 01:32:55 +03:00 |
|
Alexey Milovidov
|
efb4eab4fd
|
Merge branch 'CLICKHOUSE-3547' of https://github.com/ssmike/ClickHouse into ssmike-CLICKHOUSE-3547
|
2018-07-05 00:29:40 +03:00 |
|
Alexey Milovidov
|
c6eaca7c67
|
Adaptations #2574
|
2018-07-05 00:15:29 +03:00 |
|
Alexey Milovidov
|
7bdafa6105
|
Merge branch 'master' of https://github.com/amosbird/ClickHouse into amosbird-master
|
2018-07-04 23:54:54 +03:00 |
|
Alexey Milovidov
|
47958bee7c
|
Merge branch 'feature-agg-func-in-summing-merge-tree' of https://github.com/kvap/ClickHouse into kvap-feature-agg-func-in-summing-merge-tree
|
2018-07-04 23:34:28 +03:00 |
|
Alexey Milovidov
|
4535f96148
|
Implemented TODO #2584
|
2018-07-04 20:28:52 +03:00 |
|
Alexey Milovidov
|
8fd1dbf6ec
|
Make the test compatible with different versions of curl #2490
|
2018-07-04 20:28:52 +03:00 |
|
Alexey Milovidov
|
76e35959fb
|
Fixed test #2490
|
2018-07-04 20:28:52 +03:00 |
|
Nikolai Kochetov
|
d49a39e5e5
|
Added test with runningDifference function. #2590
|
2018-07-04 20:25:48 +03:00 |
|
Alexey Zatelepin
|
48c48c6c9a
|
add functional test for mutations of Replicated tables [#CLICKHOUSE-3747]
|
2018-07-02 22:34:15 +03:00 |
|
Nikolai Kochetov
|
67755fe882
|
Added test. #2580
|
2018-07-02 20:46:33 +03:00 |
|
Nikolai Kochetov
|
f5ecd410ae
|
Renamed test.
|
2018-06-29 17:05:02 +03:00 |
|
Amos Bird
|
900b046943
|
Add options to enable parsing CSV with single/double quote.
|
2018-06-29 15:34:55 +08:00 |
|
Alexey Milovidov
|
d4eefc414c
|
Merge branch 'query_in_form_data' of https://github.com/stavrolia/ClickHouse into stavrolia-query_in_form_data
|
2018-06-28 20:34:58 +03:00 |
|
Nikolai Kochetov
|
29ef36a270
|
Added test. [#CLICKHOUSE-3794]
|
2018-06-28 20:15:12 +03:00 |
|
Alexey Milovidov
|
6f21706f65
|
Added test #2553
|
2018-06-28 19:05:41 +03:00 |
|
Alexey Milovidov
|
493b67d051
|
Removed useless file [#CLICKHOUSE-2]
|
2018-06-28 18:59:39 +03:00 |
|
stavrolia
|
5966b78d41
|
add case with external file
|
2018-06-27 21:53:11 +03:00 |
|
Constantin S. Pan
|
59e7af6926
|
Add a test with materialized view against null table and lots of data
|
2018-06-26 16:26:51 +01:00 |
|
Nikolai Kochetov
|
0eed697623
|
Fixed typo.
|
2018-06-26 14:28:24 +03:00 |
|
Constantin S. Pan
|
cc4c4e0b49
|
Make the test more comprehensive and fix bugs in AggregateFunction implementation of SummingMergeTree
|
2018-06-26 11:28:42 +01:00 |
|
stavrolia
|
e1cd4d22db
|
Add test (#2490)
|
2018-06-25 21:17:10 +03:00 |
|
Nikolai Kochetov
|
7c95d15374
|
Added test. #2525
|
2018-06-25 13:57:28 +03:00 |
|
Mikhail Surin
|
021f3b564b
|
add tests
|
2018-06-22 21:30:13 +03:00 |
|
Constantin S. Pan
|
1333b5e97b
|
Fix the test for AggregateFunction in SummingMergeTree
|
2018-06-22 16:29:04 +01:00 |
|