pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre
Date: 2021-07-31 01:28:27
Message-ID: E1m9dnf-0003rJ-6O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Enable TAP tests of pg_receivewal for ZLIB on Windows, take three

This reverts commit 6a2c532. fairywren and bowerbird failed those tests
because of incorrect versions of ZLIB linked to, causing errors like
SIGBREAKs that stopped buildfarm runs or EACCES failures when writing
compressed WAL segments.

Andrew Dunstan has done all the investigation here, so he deserves all
the credit for being able to enable those tests on Windows.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0b8ea707580640f9d5562de77f4b563fa9131547

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-07-31 01:32:53 Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows
Previous Message John Naylor 2021-07-30 22:56:14 pgsql: Fix expect file for MinGW32 ECPG regression tests