pgsql: Move security_label test

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move security_label test
Date: 2014-12-01 19:13:44
Message-ID: E1XvWPo-0007zU-GX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move security_label test

Rather than have the core security_label regression test depend on the
dummy_seclabel module, have that part of the test be executed by
dummy_seclabel itself directly. This simplifies the testing rig a bit;
in particular it should silence the problems from the MSVC buildfarm
phylum, which haven't yet gotten taught how to install src/test/modules.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/df761e3cf79db09d602610ee61e51cb378288382

Modified Files
--------------
src/test/modules/dummy_seclabel/Makefile | 2 +
.../dummy_seclabel/input/dummy_seclabel.source | 79 +++++++++++++
.../dummy_seclabel/output/dummy_seclabel.source | 87 ++++++++++++++
src/test/regress/GNUmakefile | 16 +--
src/test/regress/expected/security_label.out | 47 ++++++++
src/test/regress/input/security_label.source | 108 -----------------
src/test/regress/output/security_label.source | 123 --------------------
src/test/regress/sql/security_label.sql | 49 ++++++++
8 files changed, 268 insertions(+), 243 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-12-01 20:25:28 pgsql: Guard against bad "dscale" values in numeric_recv().
Previous Message Andrew Dunstan 2014-12-01 17:49:26 pgsql: Fix backpatching error in commit 55c88079