]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Temporarily skip recovery deadlock test in back branches.
authorAndres Freund <andres@anarazel.de>
Fri, 6 May 2022 16:01:08 +0000 (09:01 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 6 May 2022 16:07:39 +0000 (09:07 -0700)
commit4e39957e6eb52887c2d631e9edf08a07c306ec9f
tree4a1f4b902252264ba2e0a1fa0ed3c2d6700233c9
parent6ab90d215afcec4c8d6583cb359ee0c1c1530a20
Temporarily skip recovery deadlock test in back branches.

The recovery deadlock test has a timing issue that was fixed in 5136967f1eb in
HEAD. Unfortunately the same fix doesn't quite work in the back branches: 1)
adjust_conf() doesn't exist, which is easy enough to work around 2) a restart
cleares the recovery conflict stats < 15.

These issues can be worked around, but given the upcoming set of minor
releases, skip the problematic test for now. The buildfarm doesn't show
failures in other parts of 031_recovery_conflict.pl.

Discussion: https://postgr.es/m/20220506155827.dfnaheq6ufylwrqf@alap3.anarazel.de
Backpatch: 10-14
src/test/recovery/t/031_recovery_conflict.pl