From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Temporarily(?) remove BRIN isolation test. |
Date: | 2015-08-10 14:22:55 |
Message-ID: | E1ZOnyZ-0004ah-T8@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Temporarily(?) remove BRIN isolation test.
Commit 2834855cb added a not-very-carefully-thought-out isolation test
to check a BRIN index bug fix. The test depended on the availability
of the pageinspect contrib module, which meant it did not work in
several common testing scenarios such as "make check-world". It's not
clear whether we want a core test depending on a contrib module like
that, but in any case, failing to deal with the possibility that the
module isn't present in the installation-under-test is not acceptable.
Remove that test pending some better solution.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/6a1e14c62b739a754335c088474e12f42a6763bd
Modified Files
--------------
src/test/isolation/expected/brin-1.out | 39 ----------------------------
src/test/isolation/isolation_schedule | 1 -
src/test/isolation/specs/brin-1.spec | 44 --------------------------------
3 files changed, 84 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2015-08-10 14:42:51 | pgsql: Work around an apparent bug in the Msys DTK perl's regex engine. |
Previous Message | Tom Lane | 2015-08-10 14:08:32 | Re: Using contrib modules in check (Re: pgsql: Fix BRIN to use SnapshotAny during summarization) |