pgsql: Add minimal tests for recovery conflict handling. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Add minimal tests for recovery conflict handling.
Date
Msg-id E1nca5h-000nN0-6f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add minimal tests for recovery conflict handling.

Previously none of our tests triggered recovery conflicts. The test is
primarily motivated by needing tests for recovery conflict stats for shared
memory based pgstats. But it's also a decent start for recovery conflict
handling in general.

The only type of recovery conflict not tested yet are rcovery deadlock
conflicts.

By configuring log_recovery_conflict_waits the test adds some very minimal
testing for that path as well.

Author: Melanie Plageman <melanieplageman@gmail.com>
Author: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/20220303021600.hs34ghqcw6zcokdh@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9f8a050f68dcb38fb0a1ea87e0e5d04df32b56f4

Modified Files
--------------
src/test/recovery/t/031_recovery_conflict.pl | 296 +++++++++++++++++++++++++++
1 file changed, 296 insertions(+)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Revert "Rewrite some RI code to avoid using SPI"
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Rewrite some RI code to avoid using SPI