Opened 10 years ago

Closed 10 years ago

#5299 closed enhancement (fixed)

postgresql-9.3.5

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.6
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Change History (3)

comment:1 by Fernando de Oliveira, 10 years ago

About the note on CVE-2014-0067

https://github.com/postgres/postgres/commit/6ef325429cad60d7d24504fa25b5318fd4e35379

Because this test method runs a temporary server, it will not work if you did the build as the root user, since the server will not start as root. Recommended procedure is not to do the build as root, or else to perform testing after completing the installation.

comment:2 by Fernando de Oliveira, 10 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

I've had a hard time with the tests.

After hours of experimenting, searching and reading, arrived to the conclusions below.

Tests must be run after install, with postgresql down, as normal user, (some written in previous comment).

Hope I will not upset anybody, slightly modifying a note in the beginning of the page and dropping the two sed's that "fix up the regression tests to use /tmp"

With those modifications, all tests passed:

     xml                      ... ok
test stats                    ... ok
============== shutting down postmaster               ==============

=======================
 All 136 tests passed. 
=======================

make[1]: Leaving directory '[...]postgresql-9.3.5/src/test/regress'

comment:3 by Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r13698.

Note: See TracTickets for help on using tickets.