pgsql: pg_amcheck: Keep trying to fix the tests.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_amcheck: Keep trying to fix the tests.
Date: 2021-03-13 03:01:20
Message-ID: E1lKuWm-00006u-87@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_amcheck: Keep trying to fix the tests.

Commit 24189277f6ff3169b15c7bc82926a372ca7f2dbf managed to remove
one of the two places where we were checking for a "no such user"
error while leaving the other one right next to it. So remove that
too. In fact, remove the entire test, because the whole point of
this test was to see which message we got on a failure.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_amcheck/t/002_nonesuch.pl | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-03-13 04:20:14 pgsql: Improve FK trigger parallel-safety check added by 05c8482f7f.
Previous Message Robert Haas 2021-03-13 01:12:03 pgsql: pg_amcheck: Try to fix still more test failures.