Merge branch 'master' into added-test-for-race-conditions

This commit is contained in:
Alexey Milovidov 2019-08-20 21:12:03 +03:00
commit 593487c170

View File

@ -20,7 +20,7 @@ INSERT INTO memory SELECT * FROM numbers(1000);"
${CLICKHOUSE_CLIENT} --multiquery --query="
SET max_threads = 1;
SELECT count() FROM memory WHERE NOT ignore(sleep(0.0001));" 2>&1 | grep -c -P '^1000$|Table .+? doesn.t exist' &
SELECT count() FROM memory WHERE NOT ignore(sleep(0.0001));" 2>&1 | grep -c -P '^1000$|^0$|Table .+? doesn.t exist' &
sleep 0.05;