mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Merge pull request #27324 from Algunenano/fix_01300
Fix 01300_client_save_history_when_terminated_long
This commit is contained in:
commit
d9eab713aa
@ -27,7 +27,7 @@ close
|
|||||||
spawn bash -c "source $basedir/../shell_config.sh ; \$CLICKHOUSE_CLIENT_BINARY \$CLICKHOUSE_CLIENT_OPT"
|
spawn bash -c "source $basedir/../shell_config.sh ; \$CLICKHOUSE_CLIENT_BINARY \$CLICKHOUSE_CLIENT_OPT"
|
||||||
expect ":) "
|
expect ":) "
|
||||||
send -- "\[A"
|
send -- "\[A"
|
||||||
expect "SELECT 'for the history'"
|
expect "for the history"
|
||||||
|
|
||||||
# Will check that Ctrl+C clears current line.
|
# Will check that Ctrl+C clears current line.
|
||||||
send -- "\3"
|
send -- "\3"
|
||||||
|
Loading…
Reference in New Issue
Block a user