pgsql: MSYS: Skip src/test/recovery/t/017_shm.pl. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: MSYS: Skip src/test/recovery/t/017_shm.pl.
Date
Msg-id E1hFZsw-00087l-Hc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
MSYS: Skip src/test/recovery/t/017_shm.pl.

Commit 947a35014fdc2ec74cbf06c7dbac6eea6fae90c6 relied on a feature
available in v11 and later, so back-patching it to v10 and v9.6 was
invalid.  In those branches, revert it and skip the test on msys.

Discussion:
https://postgr.es/m/GrdLgAdUK9FdyZg8VIcTDKVOkys122ZINEb3CjjoySfGj2KyPiMKTh1zqtRp0TAD7FJ27G-OBB3eplxIB5GhcQH5o8zzGZfp0MuJaXJxVxk=@yesql.se

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6b7906e1d9e757bfbbf80df9461a31bf8bc578dd

Modified Files
--------------
src/test/perl/PostgresNode.pm  | 4 +---
src/test/recovery/t/017_shm.pl | 9 ++++++++-
2 files changed, 9 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: When Perl "kill(9, ...)" fails, try "pg_ctl kill".
Next
From: Michael Paquier
Date:
Subject: pgsql: Switch TAP tests of pg_rewind to use non-superuser role,take tw