ClickHouse/dbms/tests/queries/0_stateless/00097_long_storage_buffer_race_condition_mt.sh

16 lines
399 B
Bash
Raw Normal View History

2018-09-06 15:31:28 +00:00
#!/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'";