Skip to content

6 unit tests failed #468

@l1t1

Description

@l1t1

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions