[Piuparts-commits] [piuparts] 05/14: detect_piuparts_issues: add another postgres failure pattern

Holger Levsen holger at moszumanska.debian.org
Mon Dec 9 11:58:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 58a34bca38319839a174bc428f8db1679fafc349
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Dec 8 22:57:35 2013 +0100

    detect_piuparts_issues: add another postgres failure pattern
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 master-bin/detect_piuparts_issues.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index e39996f..86a4dae 100755
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -52,6 +52,7 @@ for SECTION in $SECTIONS ; do
 		rgrep -l -e 'invoke-rc.d: initscript mysql, action "start" failed.' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'invoke-rc.d: initscript postgresql, action "start" failed.' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'No database found online on port 5432' $MASTER/$SECTION/$subdir >> $FILE
+		rgrep -l -e 'unable to connect to postgresql server' $MASTER/$SECTION/$subdir >> $FILE
 		rgrep -l -e 'Firebird .* server already running.' $MASTER/$SECTION/$subdir >> $FILE
 	done
 done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list