mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Fix 02910_bad_logs_level_in_local in fast tests!
This commit is contained in:
parent
453ee52f86
commit
029deaeee8
@ -1,14 +1,14 @@
|
||||
#!/usr/bin/expect -f
|
||||
|
||||
log_user 0
|
||||
set timeout 60
|
||||
set timeout 30
|
||||
match_max 100000
|
||||
|
||||
spawn bash -c "clickhouse-local"
|
||||
|
||||
expect ":) "
|
||||
send -- "SET send_logs_level = 't'\r"
|
||||
expect "Exception on client:"
|
||||
expect "Unexpected value of LogsLevel:" {} timeout {exit 1}
|
||||
expect ":) "
|
||||
send -- "exit\r"
|
||||
expect eof
|
||||
|
Loading…
Reference in New Issue
Block a user