Wait inside the function

This commit is contained in:
Antonio Andelic 2023-07-07 06:32:42 +00:00
parent e20ae34c30
commit 4c44c1f6ea

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