-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Description
I use cmake .. -DBUILD_TESTS=ON
and make -j8 to build
then I run clickhouse server in another console
then run /par/clickhouse-cpp/build/ut# ./clickhouse-cpp-ut
[----------] Global test environment tear-down
[==========] 750 tests from 68 test suites ran. (124904 ms total)
[ PASSED ] 742 tests.
[ SKIPPED ] 2 tests, listed below:
[ SKIPPED ] Socketcase.connecttimeout
[ SKIPPED ] GenericColumnTest/32.NullableT_RoundTrip
[ FAILED ] 6 tests, listed below:
[ FAILED ] Client/ClientCase.Query_ID/0, where GetParam() = Client( Endpoints : [default@localhost:9000] (1 items ) ping_before_query:1 send_retries:1 retry_timeout:5 compression_method:None)
[ FAILED ] Client/ClientCase.Query_ID/1, where GetParam() = Client( Endpoints : [default@localhost:9000] (1 items ) ping_before_query:0 send_retries:1 retry_timeout:5 compression_method:LZ4)
[ FAILED ] Client/ClientCase.TracingContext/0, where GetParam() = Client( Endpoints : [default@localhost:9000] (1 items ) ping_before_query:1 send_retries:1 retry_timeout:5 compression_method:None)
[ FAILED ] Client/ClientCase.TracingContext/1, where GetParam() = Client( Endpoints : [default@localhost:9000] (1 items ) ping_before_query:0 send_retries:1 retry_timeout:5 compression_method:LZ4)
[ FAILED ] Client/ClientCase.ClientName/0, where GetParam() = Client( Endpoints : [default@localhost:9000] (1 items ) ping_before_query:1 send_retries:1 retry_timeout:5 compression_method:None)
[ FAILED ] Client/ClientCase.ClientName/1, where GetParam() = Client( Endpoints : [default@localhost:9000] (1 items ) ping_before_query:0 send_retries:1 retry_timeout:5 compression_method:LZ4)
6 FAILED TESTS
YOU HAVE 4 DISABLED TESTS
I notice 3 failed tests relate to LZ4.
what addition step shall i do?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels