Merge branch 'master' of github.com:ClickHouse/ClickHouse into add-test-37557

This commit is contained in:
Alexey Milovidov 2024-07-14 01:10:39 +02:00
commit 045a7f4b8f

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()