Fix 02910_bad_logs_level_in_local in fast tests!

This commit is contained in:
Raúl Marín 2024-08-01 14:13:11 +02:00
parent 453ee52f86
commit 029deaeee8

View File

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