mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
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:
commit
e36a638014
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user