Re: Regression test errors

From: Martín Marqués <martin(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Regression test errors
Date: 2014-03-09 12:23:33
Message-ID: CABeG9LudL19W0=4pU2wtvcxmNXiQt-o2-EUd7fkAMhfOcJ0cgA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

OK, noticed how horrible this patch was (thanks for the heads up from
Jaime Casanova). This happens when trying to fetch changes one made on
a test copy after a day of lots of work back to a git repository: you
just make very silly mistakes.

Well, now I got the changes right (tested the patch, because silly
changes should be tested as well ;)).

2014-03-07 21:46 GMT-03:00 Martín Marqués <martin(at)2ndquadrant(dot)com>:
> 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

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

Attachment Content-Type Size
0001-Two-Hot-Standby-regression-tests-failed-for-various-.patch text/x-diff 2.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2014-03-09 20:00:53 db_user_namespace a "temporary measure"
Previous Message Amit Kapila 2014-03-09 06:45:55 Re: Patch: show relation and tuple infos of a lock to acquire