pgsql: Remove some recently-added pg_dump test cases.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove some recently-added pg_dump test cases.
Date: 2022-04-25 13:31:16
Message-ID: E1niyo8-0014Br-HQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove some recently-added pg_dump test cases.

Commit d2d35479796c3510e249d6fc72adbd5df918efbf included a pretty
extensive set of test cases, and some of them don't work on all
of our Windows machines. This happens because IPC::Run expands
its arguments as shell globs on a few machines, but doesn't on most
of the buildfarm. It might be good to fix that problem systematically
somehow, but in the meantime, there are enough test cases for this
commit that it seems OK to just remove the ones that are failing.

Discussion: http://postgr.es/m/3a190754-b2b0-d02b-dcfd-4ec1610ffbcb@dunslane.net
Discussion: http://postgr.es/m/CA+TgmoYRGUcFBy6VgN0+Pn4f6Wv=2H0HZLuPHqSy6VC8Ba7vdg@mail.gmail.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/75a006beef6c502a16bc4e1c0dc4d67d2cd5de9c

Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl | 34 ++--------------------------------
1 file changed, 2 insertions(+), 32 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-04-25 13:31:33 Re: pgsql: Remove some recently-added pg_dump test cases.
Previous Message Alvaro Herrera 2022-04-25 13:04:38 pgsql: Cover brin/gin/gist/spgist ambuildempty routines in regression t