Merge pull request #17506 from ClickHouse/fix-bad-test

Fix bad test 01317_no_password_in_command_line.sh
This commit is contained in:
alexey-milovidov 2020-11-28 15:38:22 +03:00 committed by GitHub
commit 19bb345440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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