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:
alexey-milovidov 2021-06-18 14:41:29 +03:00 committed by GitHub
commit e4d80f53fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 10 additions and 19 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 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

@ -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

@ -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

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 {