ClickHouse/dbms/tests
Vasily Nemkov 2716df8ab2 IPv4 and IPv6 Domain implementation.
Added:
 * IDataTypeDomain interface;
 * method DataTypeFactory::registerDataTypeDomain for registering domains;
 * DataTypeDomainWithSimpleSerialization domain base class with simple serialization/deserialization;
 * Concrete IPv4 and IPv6 domain implementations: DataTypeDomanIPv6 and DataTypeDomanIPv4;

Updated:
 * IDataType text serialization/deserialization methods;
 * IDataType implementation to use domain for text serialization/deserialization;
 * Refactored implementation of the IPv4/IPv6 functions to use formatIPv4/v6 and parseIPv4/v6 from Common/formatIPv6.h;

Tests:
 * Added test cases for IPv4 and IPv6 domains.
 * Updated IPv4/v6 functions tests to validate more cases;
 * Added performance tests for IPv4 and IPv6 related functions;
2019-02-04 12:37:46 +03:00
..
external_dictionaries Allow run dictionaries tests from ctest 2019-01-29 21:09:31 +03:00
external_models/catboost Added multiclass model test. 2018-12-28 21:22:39 +03:00
instructions Added a link to the list of easy tasks 2019-02-02 03:35:59 +03:00
integration Merge pull request #4170 from yandex/split-odbc-bridge 2019-01-31 02:22:28 +03:00
perf_drafts
performance IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
queries IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
.gitignore
clickhouse-client.xml
clickhouse-test Fix wrong code in clickhouse-test 2019-01-24 14:03:33 +03:00
clickhouse-test-server Freebsd fixes (#4225) 2019-02-02 14:09:22 +03:00
client-test.xml
CMakeLists.txt Fix build and tests on Fedora (#3496) 2018-10-30 17:05:44 +03:00
CTestCustom.cmake
server-test.xml Allow run dictionaries tests from ctest 2019-01-29 21:09:31 +03:00
tsan_suppressions.txt Added suppressions list for TSan 2018-12-30 04:28:07 +03:00
users.xml