Fix bad test 01317_no_password_in_command_line.sh

This commit is contained in:
Alexey Milovidov 2020-11-28 08:27:59 +03:00
parent b26dcdea7c
commit 44b059c681

View File

@ -24,7 +24,8 @@ do
if ! kill -0 -- $bg_query
then
>&2 echo "The SELECT sleep(1) query finished earlier that we could grep for it in the process list, but it should have run for at least one second. Looks like a bug"
# The SELECT sleep(1) query finished earlier that we could grep for it in the process list, but it should have run for at least one second. It is Ok.
break
fi
done
@ -47,7 +48,8 @@ do
if ! kill -0 -- $bg_query
then
>&2 echo "The SELECT sleep(1) query finished earlier that we could grep for it in the process list, but it should have run for at least one second. Looks like a bug"
# The SELECT sleep(1) query finished earlier that we could grep for it in the process list, but it should have run for at least one second. It is Ok.
break
fi
done