This commit is contained in:
proller 2018-09-06 18:31:28 +03:00
parent 6d8b1bea4b
commit d45321a941

View File

@ -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'";