From: Jason Boyer Date: Thu, 24 Feb 2022 12:02:59 +0000 (-0500) Subject: Update pgtap version to deal with pg10+ X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cf955f6f06675add9e13809d289555d535710b9c;p=working%2Frandom.git Update pgtap version to deal with pg10+ Some installcheck tests fail for 0.97.0 because of insert / select ordering, similar to issues we saw with Concerto in 10+. Signed-off-by: Jason Boyer --- diff --git a/installer/stretch/eg_stretch_installer.sh b/installer/stretch/eg_stretch_installer.sh index 03c76d861..4c6be8dd3 100755 --- a/installer/stretch/eg_stretch_installer.sh +++ b/installer/stretch/eg_stretch_installer.sh @@ -908,7 +908,7 @@ function evergreen_db_create { echo Return Value = $? echo Installing pgtap - PG_TAP_VER="0.97.0" + PG_TAP_VER="1.2.0" wget -N http://api.pgxn.org/dist/pgtap/$PG_TAP_VER/pgtap-$PG_TAP_VER.zip \ && unzip pgtap-$PG_TAP_VER.zip \ && cd pgtap-$PG_TAP_VER \