ClickHouse/dbms/tests/queries/0_stateless/00532_pager_sigpipe.tcl

16 lines
464 B
Tcl
Raw Normal View History

2017-12-17 20:46:52 +00:00
set timeout -1
log_user 0
spawn clickhouse-client --pager=head
expect ":) "
send "select name from system.settings union all select name from system.settings union all select name from system.settings union all select name from system.settings union all select name from system.settings union all select name from system.settings union all select name from system.settings union all select name from system.settings\r"
expect ":) "
send "quit\r"
expect eof