pgsql: pg_amcheck: Try to fix still more test failures.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_amcheck: Try to fix still more test failures.
Date: 2021-03-13 01:12:03
Message-ID: E1lKsp1-0007uT-7c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_amcheck: Try to fix still more test failures.

Avoid use of non-portable option ordering in command_checks_all().
The use of bare command line arguments before switches doesn't work
everywhere. Per buildfarm members drongo and hoverfly.

Avoid testing for the message "role \"%s\" does not exist", because
some buildfarm machines report a different error. fairywren complains
about "SSPI authentication failed for user \"%s\"", for example.

Mark Dilger

Discussion: http://postgr.es/m/9E76E46A-48B2-4869-BD0C-422204C1F767@enterprisedb.com
Discussion: http://postgr.es/m/F0A1FD70-A2F4-4528-8A03-8650CAEC0554%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/24189277f6ff3169b15c7bc82926a372ca7f2dbf

Modified Files
--------------
src/bin/pg_amcheck/t/002_nonesuch.pl | 4 ++--
src/bin/pg_amcheck/t/003_check.pl | 26 +++++++++++++-------------
2 files changed, 15 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2021-03-13 03:01:20 pgsql: pg_amcheck: Keep trying to fix the tests.
Previous Message Robert Haas 2021-03-13 01:09:38 Re: pgsql: Try to fix compiler warnings.