mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Merge pull request #26425 from ClickHouse/fix-flaky-test-19
Relax condition in flaky test
This commit is contained in:
commit
ccf9d2fd7f
@ -23,7 +23,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$|^0$|Table .+? doesn.t exist' &
|
||||
SELECT count() FROM memory WHERE NOT ignore(sleep(0.0001));" 2>&1 | grep -c -P '^1000$|^0$|Exception' &
|
||||
|
||||
sleep 0.05;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user