pgsql: Don't run recover crash_temp_files test in Windows perl

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't run recover crash_temp_files test in Windows perl
Date: 2021-03-21 19:13:12
Message-ID: E1lO3Vg-0005pP-VX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't run recover crash_temp_files test in Windows perl

This reverts commit 677271a3a125e294b33b891669f594a2c8cb36ce.
"Unbreak recovery test on Windows"

The test hangs on Windows, and attempts to remedy the problem have
proved fragile at best. So we simply disable the test on Windows perl.
(Msys perl seems perfectly happy).

Discussion: https://postgr.es/m/5b748470-7335-5439-e876-6a88c951e1c5@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ef823873840c9f341239e18633bdb0116d8d2738

Modified Files
--------------
src/test/recovery/t/022_crash_temp_files.pl | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-03-21 20:26:54 pgsql: Make compression.sql regression test independent of default.
Previous Message Andrew Dunstan 2021-03-21 18:32:28 Re: pgsql: Unbreak recovery test on Windows