Alexey Milovidov
1cba0eaceb
Merge branch 'master' into clang-tidy
2020-03-08 23:31:29 +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
de67bd78bd
Added some clang-tidy checks
2020-03-08 23:17:49 +03:00
alexey-milovidov
3c69b98743
Merge pull request #9563 from ClickHouse/fix_stateful_with_coverage_test_image
...
Fix error when tests are being run on partially downloaded data
2020-03-08 21:22:52 +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
0bc86507e5
Fix error when tests are being run on partially downloaded data
2020-03-08 18:21:48 +03:00
alesapin
bce00a6bf2
Fix parallel tests
2020-03-08 17:57:31 +03:00
philip.han
87d9091195
Set can_be_false to true when it applies to the bloom_filter
2020-03-08 22:22:20 +09:00
Alexander Kuzmenkov
e9690f266a
Merge pull request #9557 from ClickHouse/remove-infinite-tests
...
Remove performance tests of type "once", finally.
2020-03-08 16:19:41 +03:00
Artem Zuikov
3ed270dcb7
Rewrite CROSS/COMMA to INNER JOIN using table's columns knowledge ( #9512 )
...
use column names in CrossToInnerJoinVisitor
2020-03-08 14:07:05 +03:00
tavplubix
3b770d8b1b
Fix stateless tests with msan ( #9531 )
...
* try run tests
* try fix build
* try enable other libraries
* suppress some msan warnings
* Update msan_suppressions.txt
* Update msan_suppressions.txt
* use function names in suppressions list
* update submodule
2020-03-08 12:32:22 +03:00
Alexey Milovidov
6f8a8bb21e
Updated test
2020-03-08 04:24:13 +03:00
alexey-milovidov
3da0cbdd05
Merge pull request #9560 from den-crane/patch-21
...
Doc. Fixed https://lifestreet.com/ URL
2020-03-08 03:37:36 +03:00
Denis Zhuravlev
20eeb4651e
Update adopters.md
...
Fixed https://lifestreet.com/ URL
2020-03-07 19:35:27 -04:00
Alexey Milovidov
bfe44d171e
Updated test
2020-03-08 01:17:45 +03:00
Alexey Milovidov
ec893a9998
Adjusted parameters in test
2020-03-08 01:13:21 +03:00
Alexey Milovidov
82eb71fd89
Added missing code
2020-03-08 01:13:01 +03:00
Alexey Milovidov
4a5d61f43f
Fixed errors
2020-03-08 01:07:09 +03:00
Alexey Milovidov
757c37c03e
Support for NULL as random seed; reordered parameters for convenience
2020-03-08 00:09:45 +03:00
Alexey Milovidov
609aef269d
Support for NULL as random seed; reordered parameters for convenience
2020-03-07 23:54:27 +03:00
Alexey Milovidov
eb2a78c6b0
Support for NULL as random seed; reordered parameters for convenience
2020-03-07 23:35:55 +03:00
Alexey Milovidov
50e2e338ed
Merge branch 'master' of github.com:yandex/ClickHouse into generate-normalization
2020-03-07 22:58:32 +03:00
alexey-milovidov
1991464cb6
Remove findClusterIndex
, findClusterValue
functions ( #9543 )
...
* Remove findCluster* functions
* Fixed test
* Fixed test
2020-03-07 22:56:58 +03:00
alexey-milovidov
9a10457cb6
Remove indexHint
function ( #9542 )
...
* Remove indexHint function
* Fixed build
* Update KeyCondition.cpp
* Update KeyCondition.cpp
2020-03-07 22:56:38 +03:00
Alexey Milovidov
edc9f9886c
Remove unused features from performance test
2020-03-07 22:52:07 +03:00
Alexey Milovidov
c30d1ba18b
Addition to prev. revision
2020-03-07 22:44:18 +03:00
Alexey Milovidov
1645ce8696
Removed outdated info
2020-03-07 22:41:16 +03:00
Alexey Milovidov
8fa05b080c
Renamed a test
2020-03-07 22:33:06 +03:00
Alexey Milovidov
7c791e1cf1
Remove infinite performance tests
2020-03-07 22:32:36 +03:00
Alexey Milovidov
cfe2464e29
Fixed errors
2020-03-07 22:32:04 +03:00
Alexey Milovidov
5add8b589e
Merge branch 'master' into generate-normalization
2020-03-07 22:05:15 +03:00
Alexey Milovidov
c658d85aa8
Whitespaces
2020-03-07 22:04:47 +03:00
alexey-milovidov
636a381762
Merge pull request #9552 from ClickHouse/fix-race-condition-queue-task
...
Fixed race condition on queue_task_handle
2020-03-07 20:39:48 +03:00
Alexey Milovidov
51bd480d2a
Merge branch 'master' of github.com:yandex/ClickHouse into generate-normalization
2020-03-07 18:11:47 +03:00
Alexey Milovidov
d4a724dcc7
Fixed build
2020-03-07 15:44:24 +03:00
Alexey Milovidov
0b73257612
Merge branch 'master' of github.com:yandex/ClickHouse into fix-race-condition-queue-task
2020-03-07 15:41:21 +03:00
Alexey Milovidov
4e565e4f35
Merge branch 'master' into fix-race-condition-queue-task
2020-03-07 15:41:09 +03:00
alexey-milovidov
32b37c6453
Merge pull request #9555 from ClickHouse/fixed-race-in-test
...
Fixed race condition in test 00738_lock_for_inner_table
2020-03-07 15:40:21 +03:00
alexey-milovidov
709667b8d7
Merge pull request #9548 from den-crane/patch-20
...
Doc change. insert_deduplicate , force_deduplicate_childrens RU description
2020-03-07 15:37:39 +03:00
alexey-milovidov
283387b4a4
Merge pull request #9550 from ClickHouse/check-style-check-xml
...
Validate XML in style check
2020-03-07 15:36:23 +03:00
alexey-milovidov
21d3c15cb8
Merge pull request #9553 from ClickHouse/fix-race-condition-executeMetadataAlter
...
Fix race condition in executeMetadataAlter
2020-03-07 15:35:41 +03:00
Alexey Milovidov
ea7d0093c1
Fixed race condition in test
2020-03-07 07:41:17 +03:00
Alexey Milovidov
bfb502cf58
Fix race condition in executeMetadataAlter
2020-03-07 07:00:24 +03:00
Alexey Milovidov
643367642c
Fixed race condition on queue_task_handle
2020-03-07 06:52:50 +03:00
alexey-milovidov
604c40d9c1
Merge pull request #9549 from den-crane/patch-18
...
Doc change small fix of result_overflow_mode
2020-03-07 06:30:01 +03:00
Alexey Milovidov
e335926882
Check XML validity
2020-03-07 06:28:03 +03:00
Alexey Milovidov
c07cb38423
Fixed error
2020-03-07 06:19:28 +03:00
Denis Zhuravlev
6062485ed2
Update query_complexity.md
2020-03-06 21:25:23 -04:00
Denis Zhuravlev
de1420ebd7
Merge branch 'master' into patch-18
2020-03-06 21:22:51 -04:00
Denis Zhuravlev
5f55526b37
Update query_complexity.md
...
explanation that `max_result_rows result_overflow_mode=break ` depends of max_block_size
2020-03-06 21:14:36 -04:00