Use --no-loop for new calls of pg_receivewal --endpos in TAP tests
authorMichael Paquier <michael@paquier.xyz>
Fri, 30 Jul 2021 12:28:03 +0000 (21:28 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 30 Jul 2021 12:28:03 +0000 (21:28 +0900)
commit3df93a66593c344e6298e618df3fa5090fca4309
tree308bd09186f878bf89b7b46ee35eb843776aeb7a
parentdf9f0c716cc75d9842b3de79159b9191c108987c
Use --no-loop for new calls of pg_receivewal --endpos in TAP tests

Those tests are not designed to fail, but if they do, like on some cases
for Windows because of ZLIB (?), they could remain stuck.  Using
--no-loop makes the test fail immediately.  The oldest test with
--endpos already did that.

Those tests have been added in ffc9dda.

Reviewed-by: Andrew Dunstan
Discussion: https://postgr.es/m/ec093ff1-a53c-0091-46a2-4537354b0dd4@dunslane.net
src/bin/pg_basebackup/t/020_pg_receivewal.pl