mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Timeout of several seconds is not enough
This commit is contained in:
parent
f0a532b2ad
commit
13421b9caf
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/expect -f
|
#!/usr/bin/expect -f
|
||||||
|
|
||||||
log_user 0
|
log_user 0
|
||||||
set timeout 5
|
set timeout 60
|
||||||
match_max 100000
|
match_max 100000
|
||||||
# A default timeout action is to do nothing, change it to fail
|
# A default timeout action is to do nothing, change it to fail
|
||||||
expect_after {
|
expect_after {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/expect -f
|
#!/usr/bin/expect -f
|
||||||
|
|
||||||
log_user 0
|
log_user 0
|
||||||
set timeout 5
|
set timeout 60
|
||||||
match_max 100000
|
match_max 100000
|
||||||
# A default timeout action is to do nothing, change it to fail
|
# A default timeout action is to do nothing, change it to fail
|
||||||
expect_after {
|
expect_after {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/expect -f
|
#!/usr/bin/expect -f
|
||||||
|
|
||||||
log_user 0
|
log_user 0
|
||||||
set timeout 5
|
set timeout 60
|
||||||
match_max 100000
|
match_max 100000
|
||||||
# A default timeout action is to do nothing, change it to fail
|
# A default timeout action is to do nothing, change it to fail
|
||||||
expect_after {
|
expect_after {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/expect -f
|
#!/usr/bin/expect -f
|
||||||
|
|
||||||
log_user 0
|
log_user 0
|
||||||
set timeout 5
|
set timeout 60
|
||||||
match_max 100000
|
match_max 100000
|
||||||
|
|
||||||
# A default timeout action is to do nothing, change it to fail
|
# A default timeout action is to do nothing, change it to fail
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/expect -f
|
#!/usr/bin/expect -f
|
||||||
|
|
||||||
log_user 0
|
log_user 0
|
||||||
set timeout 1
|
set timeout 60
|
||||||
match_max 100000
|
match_max 100000
|
||||||
# A default timeout action is to do nothing, change it to fail
|
# A default timeout action is to do nothing, change it to fail
|
||||||
expect_after {
|
expect_after {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/expect -f
|
#!/usr/bin/expect -f
|
||||||
|
|
||||||
log_user 1
|
log_user 1
|
||||||
set timeout 5
|
set timeout 60
|
||||||
match_max 100000
|
match_max 100000
|
||||||
|
|
||||||
spawn bash -c "$env(CLICKHOUSE_CLIENT_BINARY) $env(CLICKHOUSE_CLIENT_OPT)"
|
spawn bash -c "$env(CLICKHOUSE_CLIENT_BINARY) $env(CLICKHOUSE_CLIENT_OPT)"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# https://github.com/ClickHouse/ClickHouse/issues/19353
|
# https://github.com/ClickHouse/ClickHouse/issues/19353
|
||||||
|
|
||||||
log_user 0
|
log_user 0
|
||||||
set timeout 5
|
set timeout 60
|
||||||
match_max 100000
|
match_max 100000
|
||||||
|
|
||||||
# A default timeout action is to fail
|
# A default timeout action is to fail
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/expect -f
|
#!/usr/bin/expect -f
|
||||||
|
|
||||||
log_user 0
|
log_user 0
|
||||||
set timeout 5
|
set timeout 60
|
||||||
match_max 100000
|
match_max 100000
|
||||||
|
|
||||||
if ![info exists env(CLICKHOUSE_PORT_TCP)] {set env(CLICKHOUSE_PORT_TCP) 9000}
|
if ![info exists env(CLICKHOUSE_PORT_TCP)] {set env(CLICKHOUSE_PORT_TCP) 9000}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/expect -f
|
#!/usr/bin/expect -f
|
||||||
|
|
||||||
log_user 0
|
log_user 0
|
||||||
set timeout 5
|
set timeout 60
|
||||||
match_max 100000
|
match_max 100000
|
||||||
|
|
||||||
if ![info exists env(CLICKHOUSE_PORT_TCP)] {set env(CLICKHOUSE_PORT_TCP) 9000}
|
if ![info exists env(CLICKHOUSE_PORT_TCP)] {set env(CLICKHOUSE_PORT_TCP) 9000}
|
||||||
|
@ -17,7 +17,7 @@ function test_completion_word()
|
|||||||
# NOTE: here and below you should escape variables of the expect.
|
# NOTE: here and below you should escape variables of the expect.
|
||||||
timeout 60s expect << EOF
|
timeout 60s expect << EOF
|
||||||
log_user 0
|
log_user 0
|
||||||
set timeout 3
|
set timeout 60
|
||||||
match_max 100000
|
match_max 100000
|
||||||
# A default timeout action is to do nothing, change it to fail
|
# A default timeout action is to do nothing, change it to fail
|
||||||
expect_after {
|
expect_after {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/expect -f
|
#!/usr/bin/expect -f
|
||||||
|
|
||||||
log_user 0
|
log_user 0
|
||||||
set timeout 5
|
set timeout 60
|
||||||
match_max 100000
|
match_max 100000
|
||||||
# A default timeout action is to do nothing, change it to fail
|
# A default timeout action is to do nothing, change it to fail
|
||||||
expect_after {
|
expect_after {
|
||||||
|
Loading…
Reference in New Issue
Block a user