mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Merge pull request #25311 from ClickHouse/fix-bad-test-client_print_query_id
Fix flaky test 01520_client_print_query_id and others.
This commit is contained in:
commit
e4d80f53fa
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -92,13 +92,4 @@ for w in "${compwords_positive[@]}"; do
|
||||
test_completion_word "$w" || echo "[FAIL] $w (positive)"
|
||||
done
|
||||
|
||||
# One negative is enough
|
||||
compwords_negative=(
|
||||
# system.clusters
|
||||
test_shard_localhost_no_such_cluster
|
||||
)
|
||||
for w in "${compwords_negative[@]}"; do
|
||||
test_completion_word "$w" && echo "[FAIL] $w (negative)"
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user