Update 00992_system_parts_race_condition_zookeeper_long.sh

This commit is contained in:
Alexander Tokmakov 2024-07-12 19:25:32 +02:00 committed by GitHub
parent 8a5088fcc9
commit b38928b09f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ function thread3()
function thread4() function thread4()
{ {
while true; do $CLICKHOUSE_CLIENT -q "OPTIMIZE TABLE alter_table0 FINAL"; done while true; do $CLICKHOUSE_CLIENT --receive_timeout=3 -q "OPTIMIZE TABLE alter_table0 FINAL" | grep -Fv "Timeout exceeded while receiving data from server"; done
} }
function thread5() function thread5()