Add isolation test for errors during logical slot creation.
commit278cdea6b9d2993d1a819fbb28262236a72f6d02
authorAndres Freund <andres@anarazel.de>
Tue, 15 Feb 2022 05:52:55 +0000 (14 21:52 -0800)
committerAndres Freund <andres@anarazel.de>
Tue, 15 Feb 2022 05:53:36 +0000 (14 21:53 -0800)
tree44cc247c21a7a23ead0747aa419dc121ad50f034
parenta4e1deb42b378650aaa2bcb3897caad9fe895957
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
contrib/test_decoding/Makefile
contrib/test_decoding/expected/slot_creation_error.out [new file with mode: 0644]
contrib/test_decoding/specs/slot_creation_error.spec [new file with mode: 0644]