ClickHouse/dbms/tests/queries/0_stateless/00532_pager_sigpipe.tcl
2017-12-17 23:46:52 +03:00

16 lines
464 B
Tcl

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