pgsql: Disable TAP tests of pg_receivewal for ZLIB on Windows

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Disable TAP tests of pg_receivewal for ZLIB on Windows
Дата
Msg-id E1m6Pr7-0008Lu-Ht@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Disable TAP tests of pg_receivewal for ZLIB on Windows

This reverts commit 91d395f, to avoid running those tests on Windows.
The tests are globally stable across all buildfarm members, except
fairywren (crash of pg_receivewal) and bowerdird (SIGBREAK preventing
the buildfarm run to complete).  Those errors are rather strange, as
other hosts with very similar characteristics are able to run those
tests without breaking a sweat.

For now, disable those tests on Windows to turn back the buildfarm to
green.

Per discussion with Andrew Dunstan.

Discussion: https://postgr.es/m/9040d5ed-6462-66a4-07ac-2923785ae563@dunslane.net

Branch
------
master

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

Modified Files
--------------
src/bin/pg_basebackup/t/020_pg_receivewal.pl | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: jit: Don't inline functions that access thread-locals.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows