[Git][qa/jenkins.debian.net][master] reproducible Debian system health: detect various postgresql issues
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Jul 6 19:51:39 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
1f66c32e by Holger Levsen at 2023-07-06T20:51:27+02:00
reproducible Debian system health: detect various postgresql issues
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -318,6 +318,12 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
else
small_note "psql: could not connect to server"
fi
+ elif $(grep -q "^ERROR: permission denied for table" $LOG) ; then
+ small_note "postgresql: permission denied"
+ elif $(grep -E -q "^ERROR: column .* does not exist" $LOG) ; then
+ small_note "postgresql: column does not exist"
+ elif $(grep -E -q "^ERROR: relation .* does not exist" $LOG) ; then
+ small_note "postgresql: relation does not exist"
elif $(grep -q "^kex_exchange_identification: Connection closed by remote host" $LOG) ; then
small_note "ssh login to remote host failed"
elif $(grep -E -q "^ssh: connect to host .* No route to host" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1f66c32e8b7253055d14b90e90f66281d953fc76
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1f66c32e8b7253055d14b90e90f66281d953fc76
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230706/75b346f4/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list