mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
fixup
This commit is contained in:
parent
72fddba2b1
commit
ead6d5992c
@ -33,7 +33,7 @@ server_pid=none
|
|||||||
|
|
||||||
function stop_server
|
function stop_server
|
||||||
{
|
{
|
||||||
if kill -0 -- "$server_pid"
|
if ! kill -0 -- "$server_pid"
|
||||||
then
|
then
|
||||||
echo "ClickHouse server pid '$server_pid' is not running"
|
echo "ClickHouse server pid '$server_pid' is not running"
|
||||||
return 0
|
return 0
|
||||||
@ -274,7 +274,7 @@ then
|
|||||||
stop_server ||:
|
stop_server ||:
|
||||||
|
|
||||||
# Clean the data so that there is no interference from the previous test run.
|
# Clean the data so that there is no interference from the previous test run.
|
||||||
rm -rf "$FASTTEST_DATA"/{meta,}data ||:
|
rm -rf "$FASTTEST_DATA"/{{meta,}data,user_files} ||:
|
||||||
|
|
||||||
start_server
|
start_server
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user