mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix flapping test
This commit is contained in:
parent
0522ab9563
commit
71a9430924
@ -40,8 +40,8 @@ function thread2()
|
||||
export -f thread1;
|
||||
export -f thread2;
|
||||
|
||||
bash -c thread1 &
|
||||
bash -c thread2 &
|
||||
bash -c thread1 > /dev/null 2>&1 &
|
||||
bash -c thread2 > /dev/null 2>&1 &
|
||||
|
||||
wait
|
||||
echo OK
|
||||
|
Loading…
Reference in New Issue
Block a user