pgsql: Try to stabilize the reloptions test.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Try to stabilize the reloptions test.
Date: 2022-01-18 18:45:16
Message-ID: E1n9tTo-00055Y-Gv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try to stabilize the reloptions test.

Where we test vacuum_truncate's effects, sometimes this is failing to
truncate as expected on the build farm. That could be explained by page
skipping, so disable it explicitly, with the theory that commit fe246d1c
didn't go far enough.

Back-patch to 12, where the vacuum_truncate tests were added.

Discussion: https://postgr.es/m/CA%2BhUKGLT2UL5_JhmBzUgkdyKfc%3D5J-gJSQJLysMs4rqLUKLAzw%40mail.gmail.com

Branch
------
REL_12_STABLE

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

Modified Files
--------------
src/test/regress/expected/reloptions.out | 4 ++--
src/test/regress/sql/reloptions.sql | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-01-18 18:50:57 pgsql: Modify pg_basebackup to use a new COPY subprotocol for base back
Previous Message Thomas Munro 2022-01-18 18:45:04 pgsql: Try to stabilize the reloptions test.