ClickHouse/tests
Azat Khuzhin 72dd5a2d2f Fix 02160_client_autocomplete_parse_query
Sad (since I wanted to make the test a little bit cleaner/easier to
understand), but you cannot use send_user in tests, since expect
send_user works only if stdin is a tty, so the following will fail (so
as in CI):

    $ ./tests/clickhouse-test --database default 02160  < /dev/null
    Using queries from '/src/ch/clickhouse-upstream/tests/queries' directory
    Using clickhouse-client as client program (expecting split build)
    Connecting to ClickHouse server... OK

    Running 1 stateless tests (MainProcess).

    02160_client_autocomplete_parse_query:                                  [ FAIL ] - return code: 1
    send: spawn id exp0 not open
        while executing
    "send_user "Completion loaded\n""
        (file "/src/ch/clickhouse-upstream/tests/queries/0_stateless/02160_client_autocomplete_parse_query.expect" line 40)
    , result:

    stdout:

    Database: default
2021-12-28 10:05:14 +03:00
..
ci Merge pull request #33990 from ClickHouse/cancel-lambda 2022-01-26 10:51:21 +03:00
config Merge branch 'master' into add_lower_bound_session_timeout_to_keeper 2022-01-13 12:21:46 +00:00
fuzz
instructions tests/instructions/sanitizers.md: cleanup USE_INTERNAL_XXX 2022-01-20 10:02:01 +03:00
integration Merge pull request #33429 from zzsmdfj/MaterializeMySQL_support_set_and_other_dataType 2022-01-26 11:29:46 +03:00
jepsen.clickhouse-keeper
perf_drafts
performance Fix performance tests 2022-01-19 10:41:58 +00:00
queries Fix 02160_client_autocomplete_parse_query 2021-12-28 10:05:14 +03:00
testflows Fix checking access for the SYSTEM command. 2022-01-25 18:54:59 +07:00
.gitignore
clickhouse-test Support USE_* build flags in tests' tags 2022-01-19 12:21:51 +00:00
CMakeLists.txt
msan_suppressions.txt
stress
tsan_suppressions.txt
ubsan_suppressions.txt