Removed flappy test [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-01-24 03:10:06 +03:00
parent 6a60a6dbde
commit 6066f3b8d2
3 changed files with 0 additions and 23 deletions

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. $CURDIR/../shell_config.sh
expect $CURDIR/00532_pager_sigpipe.tcl && echo 'Ok' || echo 'Fail'

View File

@ -1,15 +0,0 @@
set timeout -1
log_user 0
spawn sh -c $::env(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