pgsql: Add isolation test for errors during logical slot creation. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Add isolation test for errors during logical slot creation.
Date
Msg-id E1nJqnA-0003jI-7s@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add isolation test for errors during logical slot creation.

I didn't include this test in 2f6501fa3c5, because I was not sure the error
messages for the terminated connection is stable across platforms. But it
sounds like it is, and if not, we'd want to do something about the instability
anyway...

Discussion: https://postgr.es/m/CAD21AoDAeEpAbZEyYJsPZJUmSPaRicVSBObaL7sPaofnKz+9zg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/278cdea6b9d2993d1a819fbb28262236a72f6d02

Modified Files
--------------
contrib/test_decoding/Makefile                     |   2 +-
.../test_decoding/expected/slot_creation_error.out | 113 +++++++++++++++++++++
.../test_decoding/specs/slot_creation_error.spec   |  41 ++++++++
3 files changed, 155 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove command checks in tests of pg_basebackup and pg_receivewa
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove pg_atoi()