alexey-milovidov
|
dc9725a757
|
Merge pull request #9612 from CurtizJ/fix-range-reader
Fix MergeTreeRangeReader
|
2020-03-12 23:31:50 +03:00 |
|
Alexander Kuzmenkov
|
81ac09746a
|
Fix jit compilation settings in performance test
|
2020-03-12 18:27:24 +03:00 |
|
alexey-milovidov
|
5090198d3a
|
Merge pull request #9620 from ClickHouse/fix_round_error_code
Fix round function error code
|
2020-03-12 18:16:39 +03:00 |
|
alexey-milovidov
|
170dc2124e
|
Merge pull request #9617 from shinoi2/master
Fix distributed ddl alter
|
2020-03-12 17:34:59 +03:00 |
|
Alexey Milovidov
|
ee1103be3b
|
Updated test result
|
2020-03-12 17:17:31 +03:00 |
|
Alexey Milovidov
|
0a0ef1ecc8
|
Fixed test
|
2020-03-12 17:17:31 +03:00 |
|
Alexey Milovidov
|
a1c3c050cc
|
Preparation to fix a test
|
2020-03-12 17:17:31 +03:00 |
|
Alexey Milovidov
|
9f7c87a681
|
Removed test that exists only by ignorance
|
2020-03-12 17:17:31 +03:00 |
|
Alexey Milovidov
|
66b1c1a87b
|
Preserve timezone in arithmetic operations on DateTime
|
2020-03-12 17:17:31 +03:00 |
|
Nikolai Kochetov
|
401372544c
|
Lower the number of processing rows for slow query.
|
2020-03-12 13:46:53 +03:00 |
|
alexey-milovidov
|
05da1bff8b
|
Merge pull request #9566 from ClickHouse/clang-tidy
Added some clang-tidy checks
|
2020-03-12 13:33:19 +03:00 |
|
alesapin
|
eb656c2a65
|
Fix round function error code
|
2020-03-12 12:26:54 +03:00 |
|
Alexander Kuzmenkov
|
03f7130e98
|
Merge pull request #9605 from ClickHouse/aku/faster-perf-tests
Faster performance tests
|
2020-03-12 11:57:52 +03:00 |
|
hao.he
|
b3447aaa58
|
Fix distributed ddl alter
|
2020-03-12 14:43:01 +08:00 |
|
Anton Popov
|
76cfa8a215
|
fix incorrect number of rows after filtering column with defaults
|
2020-03-12 05:16:05 +03:00 |
|
Anton Popov
|
aa95a8d951
|
Update 01097_one_more_range_reader_test.sql
|
2020-03-12 03:50:45 +03:00 |
|
Anton Popov
|
32f82629d8
|
fix prewhere in case when filter is shrinked by optimization and exists missing default in part
|
2020-03-12 03:39:48 +03:00 |
|
alexey-milovidov
|
ee1c801a27
|
Merge pull request #9599 from ClickHouse/trying_to_fix_kill_mutations
Trying to improve kill mutation tests
|
2020-03-12 03:10:45 +03:00 |
|
alexey-milovidov
|
0d7336c00e
|
Merge pull request #9603 from ClickHouse/fix_cyclic_aliases
Fix simpliest case of cyclic aliases
|
2020-03-12 03:03:49 +03:00 |
|
alexey-milovidov
|
fe10eb7546
|
Merge pull request #9608 from CurtizJ/fix-unstable-test
Make test more stable
|
2020-03-12 02:59:35 +03:00 |
|
Alexey Milovidov
|
1013fb9c55
|
Fixed minor issue in integration test
|
2020-03-12 02:19:00 +03:00 |
|
Alexander Kuzmenkov
|
f456ea3cda
|
more stable queries
|
2020-03-12 00:14:25 +03:00 |
|
Alexander Kuzmenkov
|
41e6c64b59
|
fixup
|
2020-03-11 23:40:26 +03:00 |
|
Alexander Kuzmenkov
|
6313dcc19b
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-03-11 23:18:48 +03:00 |
|
Alexey Milovidov
|
ec4794d3f6
|
Better wording
|
2020-03-11 21:51:12 +03:00 |
|
Anton Popov
|
3729b2c77a
|
Update 01055_compact_parts_granularity.sh
|
2020-03-11 21:43:46 +03:00 |
|
alexey-milovidov
|
bbd9eb3d3e
|
Merge pull request #9600 from ClickHouse/update-zeros-tests
Update zeros tests
|
2020-03-11 21:14:08 +03:00 |
|
Anton Popov
|
a01f824789
|
make test more stable
|
2020-03-11 19:54:24 +03:00 |
|
Alexander Kuzmenkov
|
c30c3dbfbf
|
Faster performance tests
|
2020-03-11 18:11:07 +03:00 |
|
alesapin
|
181f64b68c
|
Update 00834_kill_mutation.sh
|
2020-03-11 18:00:14 +03:00 |
|
alesapin
|
50a88885e1
|
Fix test for parallel drop
|
2020-03-11 17:38:58 +03:00 |
|
alesapin
|
6d7eb583a5
|
Several cases with alters
|
2020-03-11 16:39:34 +03:00 |
|
alesapin
|
e63bb9a4a7
|
Fix simpliest case of cyclic aliases in QueryNormalizer
|
2020-03-11 16:36:33 +03:00 |
|
Nikolai Kochetov
|
cad043b11f
|
Remove wrong files.
|
2020-03-11 14:25:53 +03:00 |
|
Nikolai Kochetov
|
ab2f2651f7
|
Update perftest after zeros.
|
2020-03-11 14:22:10 +03:00 |
|
alesapin
|
03259fc60a
|
Trying to improve tests
|
2020-03-11 13:28:24 +03:00 |
|
Nikolai Kochetov
|
12212fc2d0
|
Merge pull request #9593 from ClickHouse/storage-system-zeroes
Storage system zeros
|
2020-03-11 13:09:48 +03:00 |
|
Nikolai Kochetov
|
1d083ed812
|
Added zeros test.
|
2020-03-11 13:09:16 +03:00 |
|
alesapin
|
1143c45c3f
|
Fix flappy test
|
2020-03-11 11:18:30 +03:00 |
|
alexey-milovidov
|
8b30f7ccef
|
Merge pull request #9594 from ClickHouse/revert-8370-keep_alias_type_name
Revert "Keep alias type name to metadata"
|
2020-03-11 10:39:26 +03:00 |
|
Alexey Milovidov
|
3a59e41143
|
Update tests
|
2020-03-11 03:27:30 +03:00 |
|
alexey-milovidov
|
220188caca
|
Revert "Keep alias type name to metadata"
|
2020-03-10 21:16:14 +03:00 |
|
Alexey Milovidov
|
8e712cfa29
|
Added test
|
2020-03-10 20:51:42 +03:00 |
|
alesapin
|
27f07b513e
|
Fix sophisticated default
|
2020-03-10 16:34:54 +03:00 |
|
Nikita Mikhaylov
|
b15532dbdf
|
Merge pull request #9415 from Jokser/merge-tree-s3-initial
Storage MergeTree initial support for S3.
|
2020-03-10 13:22:44 +03:00 |
|
alesapin
|
7520d4f1ee
|
Merge pull request #9484 from filimonov/docker_for_odbc_driver3
Try newer version of odbc driver
|
2020-03-10 12:50:28 +03:00 |
|
Alexey Milovidov
|
75754f309e
|
Normalize running time of some queries in performance tests
|
2020-03-08 23:28:17 +03:00 |
|
alexey-milovidov
|
f1c15eed99
|
Merge pull request #9534 from ClickHouse/generate-normalization
Fixes after merging "generateRandom" table function
|
2020-03-08 23:22:32 +03:00 |
|
alexey-milovidov
|
be0311f4eb
|
Merge pull request #9407 from achimbab/fix_not_has
Fix not(has()) for the bloom_filter index of array types.
|
2020-03-08 19:52:25 +03:00 |
|
alesapin
|
bce00a6bf2
|
Fix parallel tests
|
2020-03-08 17:57:31 +03:00 |
|