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-00075H-Tg@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
------
REL9_5_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/ae372e60b98990863058edc596df8a20207b08d0
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(+)
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 |