Timeout of several seconds is not enough

This commit is contained in:
Alexey Milovidov 2021-06-16 09:01:57 +03:00
parent f0a532b2ad
commit 13421b9caf
11 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/expect -f
log_user 0
set timeout 5
set timeout 60
match_max 100000
# A default timeout action is to do nothing, change it to fail
expect_after {

View File

@ -1,7 +1,7 @@
#!/usr/bin/expect -f
log_user 0
set timeout 5
set timeout 60
match_max 100000
# A default timeout action is to do nothing, change it to fail
expect_after {

View File

@ -1,7 +1,7 @@
#!/usr/bin/expect -f
log_user 0
set timeout 5
set timeout 60
match_max 100000
# A default timeout action is to do nothing, change it to fail
expect_after {

View File

@ -1,7 +1,7 @@
#!/usr/bin/expect -f
log_user 0
set timeout 5
set timeout 60
match_max 100000
# A default timeout action is to do nothing, change it to fail

View File

@ -1,7 +1,7 @@
#!/usr/bin/expect -f
log_user 0
set timeout 1
set timeout 60
match_max 100000
# A default timeout action is to do nothing, change it to fail
expect_after {

View File

@ -1,7 +1,7 @@
#!/usr/bin/expect -f
log_user 1
set timeout 5
set timeout 60
match_max 100000
spawn bash -c "$env(CLICKHOUSE_CLIENT_BINARY) $env(CLICKHOUSE_CLIENT_OPT)"

View File

@ -4,7 +4,7 @@
# https://github.com/ClickHouse/ClickHouse/issues/19353
log_user 0
set timeout 5
set timeout 60
match_max 100000
# A default timeout action is to fail

View File

@ -1,7 +1,7 @@
#!/usr/bin/expect -f
log_user 0
set timeout 5
set timeout 60
match_max 100000
if ![info exists env(CLICKHOUSE_PORT_TCP)] {set env(CLICKHOUSE_PORT_TCP) 9000}

View File

@ -1,7 +1,7 @@
#!/usr/bin/expect -f
log_user 0
set timeout 5
set timeout 60
match_max 100000
if ![info exists env(CLICKHOUSE_PORT_TCP)] {set env(CLICKHOUSE_PORT_TCP) 9000}

View File

@ -17,7 +17,7 @@ function test_completion_word()
# NOTE: here and below you should escape variables of the expect.
timeout 60s expect << EOF
log_user 0
set timeout 3
set timeout 60
match_max 100000
# A default timeout action is to do nothing, change it to fail
expect_after {

View File

@ -1,7 +1,7 @@
#!/usr/bin/expect -f
log_user 0
set timeout 5
set timeout 60
match_max 100000
# A default timeout action is to do nothing, change it to fail
expect_after {