ClickHouse/tests
Azat Khuzhin b3d1bfc67a Send UNKNOWN_DATABASE to the client (via TCP)
Before this patch:

    $ clickhouse-client --database foo -q 'select 1'
    Code: 32. DB::Exception: Attempt to read after eof: while receiving packet from localhost:9000. (ATTEMPT_TO_READ_AFTER_EOF)

After:

    $ clickhouse-client --database foo -q 'select 1'
    Received exception from server (version 21.11.1):
    Code: 81. DB::Exception: Received from localhost:9000. DB::Exception: Database foo doesn't exist. (UNKNOWN_DATABASE)
    (query: select 1)

Fixes: #26864 (cc @vitlibar)
2021-09-26 23:45:29 +03:00
..
ci Add missed keeper jepsen config 2021-09-22 19:27:11 +03:00
config Fixed tests 2021-09-17 18:43:00 +03:00
fuzz
instructions
integration Merge pull request #29341 from ClickHouse/fix-rocksdb-test 2021-09-26 01:06:55 +03:00
jepsen.clickhouse-keeper
perf_drafts
performance Adjust performance test 2021-09-21 22:19:13 +03:00
queries Send UNKNOWN_DATABASE to the client (via TCP) 2021-09-26 23:45:29 +03:00
testflows
.gitignore
clickhouse-test Merge pull request #29259 from vdimir/test-global-multiproc-fix 2021-09-22 17:47:08 +03:00
CMakeLists.txt
msan_suppressions.txt
stress
tsan_suppressions.txt
ubsan_suppressions.txt