]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Improve recently-added test reliability
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 6 Aug 2022 13:52:10 +0000 (15:52 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 6 Aug 2022 13:52:10 +0000 (15:52 +0200)
commit782e5631e5ddb8c2777a8cb26ac51437b787cd70
treed15170b45ef358c2c6ecdb8bb89100a619a6b71e
parent704fc3c8d08076e4426f606cc44196d448fbf751
Improve recently-added test reliability

Commit 59be1c942a47 already tried to make
src/test/recovery/t/033_replay_tsp_drops more reliable, but it wasn't
enough.  Try to improve on that by making this use of a replication slot
to be more like others.  Also, don't drop the slot.

Make a few other stylistic changes while at it.  It's still quite slow,
which is another thing that we need to fix in this script.

Backpatch to all supported branches.

Discussion: https://postgr.es/m/349302.1659191875@sss.pgh.pa.us
src/test/recovery/t/033_replay_tsp_drops.pl