Regression test errors

From: Martín Marqués <martin(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Regression test errors
Date: 2014-03-08 00:46:49
Message-ID: CABeG9LsKxPV8RrN9cY9ASQhxpfBqe3ztjwHauurUJrxczuMBVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I was testing some builds I was doing and found that the regression
tests fails when doing the against a Hot Standby server:

$ make standbycheck
[...]
============== running regression test queries ==============
test hs_standby_check ... ok
test hs_standby_allowed ... FAILED
test hs_standby_disallowed ... FAILED
test hs_standby_functions ... ok

======================
2 of 4 tests failed.
======================

The differences that caused some tests to fail can be viewed in the
file "/usr/local/postgresql-9.3.3/src/test/regress/regression.diffs".
A copy of the test summary that you see
above is saved in the file
"/usr/local/postgresql-9.3.3/src/test/regress/regression.out".

The regression.diffs and patch attached.

I haven't checked how far back those go. I don't think it's even
important to back patch this, but it's nice for future testing.

Regards,

--
Martín Marqués http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
regression.diffs application/octet-stream 1.6 KB
0001-Standby-regression-checks-failed.patch text/x-patch 2.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2014-03-08 01:57:44 Re: TABLE not synonymous with SELECT * FROM?
Previous Message Tom Lane 2014-03-08 00:19:09 Re: Static Code Analysis Exploits.