pgsql: Make test portlock logic work with meson - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Make test portlock logic work with meson
Date
Msg-id E1tlWCW-000UUp-2O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make test portlock logic work with meson

Previously the portlock logic, added in 9b4eafcaf41, didn't actually work
properly when the tests were run via meson. 9b4eafcaf41 used the
MESON_BUILD_ROOT environment variable to determine the directory for the port
lock directory, but that's never set for running the tests.  That meant that
each test used its own portlock dir, unless the PG_TEST_PORT_DIR environment
variable was set.

Fix the problem by setting top_builddir for the environment. That's also used
for the autoconf/make build.

Backpatch back to 16, where meson support was added.

Reported-by: Zharkov Roman <r.zharkov@postgrespro.ru>
Reviewed-by: Andrew Dunstan <andrew@dunslane.net>
Backpatch-through: 16

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/28fcaa6a2cc0d261ae23d56507ca52f928e54340

Modified Files
--------------
meson.build                              | 2 ++
src/test/perl/PostgreSQL/Test/Cluster.pm | 4 +---
2 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Transfer statistics during pg_upgrade.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: remove non-breaking space in SGML files, causes make error