Merge pull request #51925 from ClickHouse/another-fix-for-02481_async_insert_race_long

Another fix for `02481_async_insert_race_long`
This commit is contained in:
Alexey Milovidov 2023-07-07 19:40:20 +03:00 committed by GitHub
commit e36a638014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,8 @@ function insert3()
${MY_CLICKHOUSE_CLIENT} --wait_for_async_insert 1 -q "INSERT INTO async_inserts_race VALUES (7, 'g') (8, 'h')" &
sleep 0.05
done
wait
}
function select1()