pgsql: Fix a test in 003_logical_slots. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Fix a test in 003_logical_slots.
Date
Msg-id E1r8YYC-007uKZ-0K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix a test in 003_logical_slots.

We allow to upgrade the slot iff there is no pending WAL to be processed.
The test first disables the subscription to avoid unnecessary LOGs on the
subscriber and then stops the publisher node. It is quite possible that
just before the shutdown of the publisher, autovacuum generates some WAL
record that needs to be processed, so just disable the autovacuum for this
test.

Per buildfarm.

Author: Hayato Kuroda
Reviewed-by: Amit Kapila
Discussion: http://postgr.es/m/OS3PR01MB9882FED1F0060468FB01B9DAF583A@OS3PR01MB9882.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3e36e48d8efecea9f2c991c0341e567af2eb363a

Modified Files
--------------
src/bin/pg_upgrade/t/003_logical_slots.pl | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: Fix wrong description of BackgroundPsql's timeout.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Improve "user mapping not found" error message