mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Add test
This commit is contained in:
parent
6d8b1bea4b
commit
d45321a941
@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
. $CURDIR/../shell_config.sh
|
||||
|
||||
export NO_SHELL_CONFIG=1
|
||||
|
||||
$CURDIR/00097_long_storage_buffer_race_condition.sh &
|
||||
$CURDIR/00097_long_storage_buffer_race_condition.sh &
|
||||
$CURDIR/00097_long_storage_buffer_race_condition.sh &
|
||||
$CURDIR/00097_long_storage_buffer_race_condition.sh &
|
||||
|
||||
wait
|
||||
|
||||
$CLICKHOUSE_CLIENT -q "SELECT 'Still alive'";
|
Loading…
Reference in New Issue
Block a user