pgsql: Disable dump_connstr test on Msys2

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Disable dump_connstr test on Msys2
Date: 2019-03-04 22:36:31
Message-ID: E1h0wCF-0001CM-4X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Disable dump_connstr test on Msys2

For some reason the dump test with names with high bits set fails on
Msys2 (although not Msys1). Disable the tests for now, so that other
tests can run.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1638623f34b716cab8e260b11720466223fe2589

Modified Files
--------------
src/bin/pg_dump/t/010_dump_connstr.pl | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2019-03-05 01:58:32 pgsql: Note case where nbtree VACUUM finishes splits.
Previous Message Andrew Dunstan 2019-03-04 20:54:08 pgsql: Allow recovery tests to run on Windows as an admin user