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:
Azat Khuzhin 2022-11-30 06:01:41 +01:00
parent 38ae8f7c07
commit 858d6da61f

View File

@ -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