mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Wait inside the function
This commit is contained in:
parent
e20ae34c30
commit
4c44c1f6ea
@ -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