Nikolai Kochetov
|
67db049297
|
moved tests for vertical merge into autotests [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Nikolai Kochetov
|
32bdf7c38c
|
renamed MultiversionMergeTree to VersionedCollapsingMergeTree [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Nikolai Kochetov
|
81c61c9aa9
|
added test for vertical merge in MultiversionMergeTree [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Vitaliy Lyudvichenko
|
ef98bff6e1
|
ClusterCopier improvements (#1869)
* Fixed race condition in StorageDistributed. [#CLICKHOUSE-2]
* ClusterCopier improvements. [#CLICKHOUSE-3346]
* Add performance metrics. [#CLICKHOUSE-3346]
|
2018-02-07 16:02:47 +03:00 |
|
Vitaliy Lyudvichenko
|
94f38d744e
|
Merge pull request #1750 from yandex/CLICKHOUSE-3346
Fault-tolerant cluster copier util
|
2018-01-31 13:21:51 +03:00 |
|
alexey-milovidov
|
bea49ca136
|
Merge pull request #1741 from yandex/array-functions-hasAll-hasAny-intersect
Array functions hasAll hasAny arrayIntersect arrayResize
|
2018-01-26 12:06:48 +03:00 |
|
Vitaliy Lyudvichenko
|
e2fb6d8c80
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-3346
|
2018-01-25 22:00:08 +03:00 |
|
Vitaliy Lyudvichenko
|
d0f42c8f2f
|
Add kazoo lib into integration test, enhanced some tests. [#CLICKHOUSE-3346]
|
2018-01-25 21:14:37 +03:00 |
|
alexey-milovidov
|
24ac18201c
|
Update getFQDNOrHostName.cpp
Update isLocalAddress.cpp
Update IBlockOutputStream.h
Update users.xml
|
2018-01-24 17:14:21 +03:00 |
|
Nikolai Kochetov
|
49101fb0a6
|
added test for macro for cluster name in Distributerd table and DDL [#CLICKHOUSE-3409]
|
2018-01-22 21:49:21 +03:00 |
|
Vitaliy Lyudvichenko
|
1000328571
|
Merge remote-tracking branch 'origin/master' into CLICKHOUSE-3346
|
2018-01-22 20:31:08 +03:00 |
|
Vitaliy Lyudvichenko
|
0b8d2a2024
|
Fixed nondeterministic merge in GraphiteMergeTree. [#CLICKHOUSE-2860]
|
2018-01-18 23:30:03 +03:00 |
|
Nikolai Kochetov
|
de274b317a
|
added ArraySourceVisitor and ArraySinkVisitor [#CLICKHOUSE-2998]
|
2018-01-18 18:50:35 +03:00 |
|
Vitaliy Lyudvichenko
|
3f9f1f7f4c
|
Add forgoten file. [#CLICKHOUSE-2]
|
2018-01-16 15:12:21 +03:00 |
|
Vitaliy Lyudvichenko
|
f20f3f21c4
|
Update clusters in SYSTEM DROP DNS query. [#CLICKHOUSE-3478]
|
2018-01-15 17:57:47 +03:00 |
|
Alexey Milovidov
|
7a865af32a
|
Integration tests: added clarification [#CLICKHOUSE-2].
|
2018-01-12 21:14:54 +03:00 |
|
Vitaliy Lyudvichenko
|
388d47bbbc
|
Merge branch 'CLICKHOUSE-3346-v310' into CLICKHOUSE-3346
|
2018-01-11 23:51:30 +03:00 |
|
Vitaliy Lyudvichenko
|
47616c31be
|
Added enabled_partitions option. [#CLICKHOUSE-3346]
|
2018-01-11 21:55:47 +03:00 |
|
Vitaliy Lyudvichenko
|
43ae5a6932
|
Fixed test. [#CLICKHOUSE-3346]
|
2018-01-11 21:55:47 +03:00 |
|
Vitaliy Lyudvichenko
|
bdf96eed91
|
Add integration test and more options. [#CLICKHOUSE-3346]
|
2018-01-11 21:55:46 +03:00 |
|
Nikolai Kochetov
|
64fd3fe35a
|
added test for Dictionary(range_hashed) [#CLICKHOUSE-3521]
|
2017-12-25 23:55:45 +03:00 |
|
Vitaliy Lyudvichenko
|
b738d1baed
|
Add multi index for data_parts storage. And fixed bugs. [#CLICKHOUSE-3452]
Fixed handling of obsolete parts.
Fixed conflict resolution between simultaneous PreCommitted covering parts.
Fixed memory leak caused by ordinary MergeTree parts stucked in Deleting state.
Added hidden _state column into system.parts.
|
2017-11-29 14:25:11 +03:00 |
|
Vitaliy Lyudvichenko
|
2cf6e20fef
|
Fixed a vague error message in integration tests. [#CLICKHOUSE-2]
|
2017-11-20 23:15:30 +03:00 |
|
Vitaliy Lyudvichenko
|
a4636f8656
|
Fixed incorrect INSERT into Distributed table in async mode with local replicas in a shard. #1404 [#CLICKHOUSE-2]
Resolves #1404
|
2017-11-03 00:32:59 +03:00 |
|
proller
|
8aafa3b042
|
Cmake: fix warnings (#1437)
* Cmake: fix warnings
* Tests: replace 127.0.0.1 -> localhost
|
2017-11-02 17:14:16 +03:00 |
|
Alexey Zatelepin
|
514a4d4fba
|
use stale local replica if all remote replicas are unavailable [#CLICKHOUSE-3377]
|
2017-10-27 23:46:19 +03:00 |
|
Vitaliy Lyudvichenko
|
397b8bcf92
|
Smarter parts deletion. [#CLICKHOUSE-3178]
|
2017-10-26 17:16:06 +03:00 |
|
Vitaliy Lyudvichenko
|
a5e29f2166
|
Add integration test. [#CLICKHOUSE-3178]
|
2017-10-26 17:16:06 +03:00 |
|
Vitaliy Lyudvichenko
|
db3a67a421
|
Add clearer RangeFiltered implementation. [#CLICKHOUSE-3178]
|
2017-10-26 17:16:06 +03:00 |
|
Nikolai Kochetov
|
adae8205a7
|
increased timeout for test_insertion_sync_fails_with_timeout
|
2017-10-23 16:56:42 +03:00 |
|
Vitaliy Lyudvichenko
|
723f36ec6d
|
Fixed integration tests after introduction of 'clickhouse server' commands. [#CLICKHOUSE-2]
|
2017-10-04 18:15:40 +03:00 |
|
Vitaliy Lyudvichenko
|
c32bf4f597
|
Use only one cache in DNSCache. Add requested changes. [#CLICKHOUSE-2931]
|
2017-09-01 20:05:24 +03:00 |
|
alexey-milovidov
|
aa2d29f5f9
|
Update ReadWriteBufferFromHTTP.cpp, Context.cpp, etc
Update ASTSystemQuery.cpp
Update ASTSystemQuery.h
Update dictionary_clickhouse_cache.xml
Update dictionary_clickhouse_flat.xml
|
2017-08-31 13:26:02 +03:00 |
|
alexey-milovidov
|
5d14855989
|
Merge branch 'master' into CLICKHOUSE-2931
|
2017-08-31 00:23:39 +03:00 |
|
Nikolai Kochetov
|
d4bf2bf102
|
replaced tabs to spaces in config files [#CLICKHOUSE-3031]
|
2017-08-30 21:30:57 +03:00 |
|
Nikolai Kochetov
|
ee90da3014
|
added tests [#CLICKHOUSE-3031]
|
2017-08-30 21:30:57 +03:00 |
|
Vitaliy Lyudvichenko
|
4b0c7ecf21
|
Add integration tests for SYSTEM queries. [#CLICKHOUSE-2931]
|
2017-08-28 20:27:16 +03:00 |
|
Vitaliy Lyudvichenko
|
b818258af9
|
Add ability to run an integration test env without test runs. [#CLICKHOUSE-2]
|
2017-08-25 16:51:12 +03:00 |
|
Nikolai Kochetov
|
7fa337c297
|
added tests [#CLICKHOUSE-3245]
|
2017-08-23 15:44:18 +03:00 |
|
Vitaliy Lyudvichenko
|
05d3f338ca
|
Add useful .gitignore. [#CLICKHOUSE-2]
|
2017-08-14 15:03:43 +03:00 |
|
Vitaliy Lyudvichenko
|
33a50b4d65
|
Fix false IOError messages in integration tests log. [#CLICKHOUSE-2]
|
2017-08-14 14:49:30 +03:00 |
|
Alexey Milovidov
|
96d8ba9e3f
|
Fixed typo [#CLICKHOUSE-2].
|
2017-08-14 04:29:19 +03:00 |
|
Vitaliy Lyudvichenko
|
d9ce96f8f5
|
Fixed test and misspellings. [#CLICKHOUSE-3207]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
a34ab8201a
|
Add FORMAT section for DDL queries CREATE, ALTER, RENAME, DROP. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
183c55676e
|
Fixed ON CLUSTER DDL for Views. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
e4785aeb4d
|
Simplified clean queue logic. Added more tests. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
c2e84d6df7
|
Fixed several errors in case of connection loss. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
cb02a1b3b5
|
Add random ZK packets drops into test. Fixed a couple bugs. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
c2cf3f81be
|
Fix test after rebase. [#CLICKHOUSE-312]
|
2017-08-13 12:18:46 +03:00 |
|
Vitaliy Lyudvichenko
|
628de0a3ea
|
Fixed logging of DDL queries. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|