Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1334276

Summary: The *-test subpackage is not working correctly
Product: Red Hat Software Collections Reporter: Pavel Raiskup <praiskup>
Component: postgresql92Assignee: Pavel Raiskup <praiskup>
Status: CLOSED EOL QA Contact: qe-baseos-daemons
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: postgresql92CC: databases-maint, pkajaba, praiskup
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1334706 (view as bug list) Environment:
Last Closed: 2017-03-31 15:02:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1334706    

Description Pavel Raiskup 2016-05-09 10:32:31 UTC
This happens because we don't change the --psqldir in
$pg_regress_installcheck variable in Makefile.regress.

This issue is in all collections;  for postgresql92 on RHEL7 it is not that
obvious if system-default postgresql-libs package is installed because the SCL
version of postgresql matches the system-default version (9.2).  For that
reason the testsuite passes.

The fix should be:
-pg_regress_installcheck = ./pg_regress --inputdir=$(srcdir) --psqldir='/usr/bin' $(pg_regress_locale_flags)
+pg_regress_installcheck = ./pg_regress --inputdir=$(srcdir) --psqldir='/opt/rh/rh-postgresql94/root/usr/bin' $(pg_regress_locale_flags)

Comment 1 Joe Orton 2016-10-12 12:52:33 UTC
Red Hat does not currently plan to provide any further changes to this collection in a Red Hat Software Collections update release.

This software collection is nearing the retirement date (October 2016) after which customers are encouraged either to upgrade to a later release or continue on as self-supported without official Red Hat Support.

Please contact Red Hat Support if you have further questions, or refer to the support lifecycle page for more information. https://access.redhat.com/support/policy/updates/rhscl/

Comment 2 Joe Orton 2017-03-31 15:02:02 UTC
In accordance with the Red Hat Software Collections Product Life Cycle, the support period for this collection has ended.

New bug fix, enhancement, and security errata updates, as well as technical support services will no longer be made available for this collection.

Customers are encouraged to upgrade to a later release.

Please contact Red Hat Support if you have further questions, or refer to the support lifecycle page for more information. https://access.redhat.com/support/policy/updates/rhscl/