pgsql: MSYS: Skip src/test/recovery/t/017_shm.pl.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: MSYS: Skip src/test/recovery/t/017_shm.pl.
Дата
Msg-id E1hFZsw-00087k-Hd@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2bc0474792e346c6c7f16cdc33607568e9e92c74

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 по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: When Perl "kill(9, ...)" fails, try "pg_ctl kill".
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Switch TAP tests of pg_rewind to use non-superuser role,take tw