Wait for checksum state transition in test The test for disabling data checksums after a failure didn't wait for the state transition to complete before testing, which could lead to false negatives in testing. Fix by passing the wait param when disabling. Identified on buildfarm member culicidae.
Author: Daniel Gustafsson <[email protected]> Reported-by: Alexander Lakhin <[email protected]> Reviewed-by: Alexander Lakhin <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 19 Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/135b867a530cac2e3796d87c852b53bef40f0077 Modified Files -------------- src/test/modules/test_checksums/t/005_injection.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
