Merge pull request #27324 from Algunenano/fix_01300

Fix 01300_client_save_history_when_terminated_long
This commit is contained in:
alexey-milovidov 2021-08-07 19:27:29 +03:00 committed by GitHub
commit d9eab713aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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