pgsql: Disable TAP tests of pg_receivewal for ZLIB on Windows - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Disable TAP tests of pg_receivewal for ZLIB on Windows
Date
Msg-id E1m6Pr7-0008Lu-Ht@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: jit: Don't inline functions that access thread-locals.
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows