From: Tatsuo Ishii Date: Mon, 18 Mar 2024 04:50:03 +0000 (+0900) Subject: Test: enhance 082.guard_against_bad_protocol script comment. X-Git-Tag: V4_6_0_BETA1~114 X-Git-Url: http://git.postgresql.org/gitweb/static/help.php?a=commitdiff_plain;h=475f290ffe20958aa54d68d85e43906f94db0207;p=pgpool2.git Test: enhance 082.guard_against_bad_protocol script comment. --- diff --git a/src/test/regression/tests/082.guard_against_bad_protocol/test.sh b/src/test/regression/tests/082.guard_against_bad_protocol/test.sh index 7b9529c90..5192c32f3 100755 --- a/src/test/regression/tests/082.guard_against_bad_protocol/test.sh +++ b/src/test/regression/tests/082.guard_against_bad_protocol/test.sh @@ -34,6 +34,7 @@ wait_for_pgpool_startup timeout 1 $PGPROTO -d $PGDATABASE -p $PGPOOL_PORT -f ../pgproto.data |& grep 'simple query "SAVEPOINT PGJDBC_AUTOSAVE" arrived ' if [ $? != 0 ];then +# timeout happened or pgproto returned non 0 status echo "test failed." ./shutdownall exit 1