pgsql: Remove unstable pg_amcheck tests.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unstable pg_amcheck tests.
Date: 2021-10-14 21:52:17
Message-ID: E1mb8e9-00057s-TM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unstable pg_amcheck tests.

Recent pg_amcheck bugfix commit d2bf06db added a test case that the
buildfarm has shown to be non-portable. It doesn't particularly seem
worth keeping anyway. Remove it.

Discussion: https://postgr.es/m/CAH2-Wz=7HKJ9WzAh7+M0JfwJ1yfT9qoE+KPa3P7iGToPOtGhXg@mail.gmail.com
Backpatch: 14-, just like the original commit.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_amcheck/t/006_bad_targets.pl | 233 --------------------------------
1 file changed, 233 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-10-15 16:58:48 pgsql: Fix PostgresNode install_path sanity tests that fail on Windows
Previous Message Robert Haas 2021-10-14 20:18:22 pgsql: shm_mq: Update mq_bytes_written less often.