pgsql: Revert all new recent changes to add PGXS options for TAP and is

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert all new recent changes to add PGXS options for TAP and is
Date: 2018-11-26 02:17:33
Message-ID: E1gR6Sr-0005SE-Ie@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert all new recent changes to add PGXS options for TAP and isolation

A set of failures in buildfarm machines are proving that this is not
quite ready yet because of another set of issues:
- MSVC scripts assume that REGRESS_OPTS can only use top_builddir. Some
test suites actually finish by using top_srcdir, like pg_stat_statements
which cause the regression tests to never run.
- Trying to enforce top_builddir does not work either when using VPATH
as this is not recognized properly.
- TAP tests of bloom are unstable on various platforms, causing various
failures.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1d7dd18686d0373289a3bf2b3669edae20875cbc

Modified Files
--------------
contrib/bloom/Makefile | 7 ++--
contrib/oid2name/Makefile | 10 ++++-
contrib/test_decoding/Makefile | 67 ++++++++++++++++++++++--------
contrib/vacuumlo/Makefile | 10 ++++-
doc/src/sgml/extend.sgml | 61 +--------------------------
src/makefiles/pgxs.mk | 32 +-------------
src/test/modules/brin/.gitignore | 2 +-
src/test/modules/brin/Makefile | 25 +++++++++--
src/test/modules/commit_ts/Makefile | 6 ++-
src/test/modules/snapshot_too_old/Makefile | 35 ++++++++++++----
src/test/modules/test_pg_dump/Makefile | 6 ++-
11 files changed, 133 insertions(+), 128 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-11-26 02:21:15 Re: pgsql: Add PGXS options to control TAP and isolation tests
Previous Message Michael Paquier 2018-11-26 01:54:53 pgsql: Fix regression test handling of test_decoding with MSVC