summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTatsuo Ishii2024-03-18 04:50:03 +0000
committerTatsuo Ishii2024-03-18 04:50:03 +0000
commit475f290ffe20958aa54d68d85e43906f94db0207 (patch)
tree04a98f8e5dea85de2b9905937fb77529d7046d9a /src
parent240c668d120065534b1d298d6facc86839fcbab9 (diff)
Test: enhance 082.guard_against_bad_protocol script comment.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/test/regression/tests/082.guard_against_bad_protocol/test.sh1
1 files changed, 1 insertions, 0 deletions
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