mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
tests: add debuglog support for 01676_long_clickhouse_client_autocomplete
This will help to debug #43809 Follow-up for: #38728 Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
38ae8f7c07
commit
858d6da61f
@ -17,6 +17,9 @@ function test_completion_word_client()
|
||||
|
||||
# NOTE: here and below you should escape variables of the expect.
|
||||
timeout 60s expect << EOF
|
||||
# NOTE: log will be appended
|
||||
exp_internal -f $CLICKHOUSE_TMP/$(basename "${BASH_SOURCE[0]}").debuglog 0
|
||||
|
||||
log_user 0
|
||||
set timeout 3
|
||||
match_max 100000
|
||||
@ -101,6 +104,9 @@ function test_completion_word_local()
|
||||
|
||||
# NOTE: here and below you should escape variables of the expect.
|
||||
timeout 60s expect << EOF
|
||||
# NOTE: log will be appended
|
||||
exp_internal -f $CLICKHOUSE_TMP/$(basename "${BASH_SOURCE[0]}").debuglog 0
|
||||
|
||||
log_user 0
|
||||
set timeout 3
|
||||
match_max 100000
|
||||
|
Loading…
Reference in New Issue
Block a user