mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
More robust test
This commit is contained in:
parent
b2f44beeb4
commit
eb0a8d1709
@ -24,14 +24,22 @@ function thread2()
|
|||||||
export -f thread1;
|
export -f thread1;
|
||||||
export -f thread2;
|
export -f thread2;
|
||||||
|
|
||||||
timeout 5 bash -c thread1 2> /dev/null &
|
timeout 15 bash -c thread1 2> /dev/null &
|
||||||
timeout 5 bash -c thread1 2> /dev/null &
|
timeout 15 bash -c thread1 2> /dev/null &
|
||||||
timeout 5 bash -c thread1 2> /dev/null &
|
timeout 15 bash -c thread1 2> /dev/null &
|
||||||
timeout 5 bash -c thread1 2> /dev/null &
|
timeout 15 bash -c thread1 2> /dev/null &
|
||||||
timeout 5 bash -c thread2 2> /dev/null &
|
timeout 15 bash -c thread2 2> /dev/null &
|
||||||
timeout 5 bash -c thread2 2> /dev/null &
|
timeout 15 bash -c thread2 2> /dev/null &
|
||||||
timeout 5 bash -c thread2 2> /dev/null &
|
timeout 15 bash -c thread2 2> /dev/null &
|
||||||
timeout 5 bash -c thread2 2> /dev/null &
|
timeout 15 bash -c thread2 2> /dev/null &
|
||||||
|
timeout 15 bash -c thread1 2> /dev/null &
|
||||||
|
timeout 15 bash -c thread1 2> /dev/null &
|
||||||
|
timeout 15 bash -c thread1 2> /dev/null &
|
||||||
|
timeout 15 bash -c thread1 2> /dev/null &
|
||||||
|
timeout 15 bash -c thread2 2> /dev/null &
|
||||||
|
timeout 15 bash -c thread2 2> /dev/null &
|
||||||
|
timeout 15 bash -c thread2 2> /dev/null &
|
||||||
|
timeout 15 bash -c thread2 2> /dev/null &
|
||||||
|
|
||||||
wait
|
wait
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user