pgsql: Re-add BRIN isolation test

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Re-add BRIN isolation test
Date: 2015-08-13 17:46:56
Message-ID: E1ZPwae-00075G-Tb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Re-add BRIN isolation test

This time, instead of using a core isolation test, put it on its own
test module; this way it can require the pageinspect module to be
present before running.

The module's Makefile is loosely modeled after test_decoding's, so that
it's easy to add further tests for either pg_regress or isolationtester
later.

Backpatch to 9.5.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/672e3ec0e93e3d2d5549b95f73b2a3ab58714146

Modified Files
--------------
src/test/modules/Makefile | 1 +
src/test/modules/brin/.gitignore | 3 ++
src/test/modules/brin/Makefile | 30 +++++++++++++
.../summarization-and-inprogress-insertion.out | 39 +++++++++++++++++
.../summarization-and-inprogress-insertion.spec | 44 ++++++++++++++++++++
5 files changed, 117 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-08-13 20:26:58 Re: [COMMITTERS] pgsql: Re-add BRIN isolation test
Previous Message Tom Lane 2015-08-13 17:25:41 pgsql: Improve regression test case to avoid depending on system catalo

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2015-08-13 17:54:20 Re: pg_dump quietly ignore missing tables - is it bug?
Previous Message Andrew Dunstan 2015-08-13 16:18:53 Re: TAP tests are badly named