Make 009_twophase.pl test pass with recovery_min_apply_delay set
authorHeikki Linnakangas <[email protected]>
Mon, 16 Dec 2024 13:56:38 +0000 (15:56 +0200)
committerHeikki Linnakangas <[email protected]>
Mon, 16 Dec 2024 13:59:38 +0000 (15:59 +0200)
commite438b0f4241e32c5f61da8be187aafdb993dd299
tree11a5664a78b6dcb02e533339c3763e812da0a40a
parentec0dc2c596ff7c950ea3d47bf0994ef0e322ceb7
Make 009_twophase.pl test pass with recovery_min_apply_delay set

The test failed if you ran the regression tests with TEMP_CONFIG with
recovery_min_apply_delay = '500ms'. Fix the race condition by waiting
for transaction to be applied in the replica, like in a few other
tests.

The failing test was introduced in commit cbfbda7841. Backpatch to all
supported versions like that commit (except v12, which is no longer
supported).

Reported-by: Alexander Lakhin
Discussion: https://www.postgresql.org/message-id/09e2a70a-a6c2-4b5c-aeae-040a7449c9f2@gmail.com
src/test/recovery/t/009_twophase.pl