pgsql: Add new simple TAP test for tablespaces. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Add new simple TAP test for tablespaces.
Date
Msg-id E1n8Kgp-0000tJ-JL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add new simple TAP test for tablespaces.

The tablespace tests in the main regression tests have been changed to
use "in-place" tablespaces, so that they work when streamed to a replica
on the same host.  Add a new TAP test that exercises tablespaces with
absolute paths, for coverage.

Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/CA%2BhUKGKpRWQ9SxdxxDmTBCJoR0YnFpMBe7kyzY8SUQk%2BHeskxg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d1511fe1b040853f6e10d353e56b42bb96ae239d

Modified Files
--------------
src/test/modules/test_misc/t/002_tablespace.pl | 96 ++++++++++++++++++++++++++
1 file changed, 96 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Rename value node fields
Next
From: Thomas Munro
Date:
Subject: pgsql: Revert "Test replay of regression tests."