]> granicus.if.org Git - postgresql/commit
test_decoding: Protect against rare spurious test failures.
authorAndres Freund <andres@anarazel.de>
Tue, 22 Sep 2015 13:33:30 +0000 (15:33 +0200)
committerAndres Freund <andres@anarazel.de>
Tue, 22 Sep 2015 13:46:57 +0000 (15:46 +0200)
commit55728ea501de5a153e4dc55c21fb4b6f4d0f44c4
tree22693b4ce3ee3f47e441d696e25295983f70412a
parent62e503b0c29bbb9e0ac7ebce6990bf3c7c3c9a89
test_decoding: Protect against rare spurious test failures.

A bunch of tests missed specifying that empty transactions shouldn't be
displayed. That causes problems when e.g. autovacuum runs in an
unfortunate moment. The tests in question only run for a very short
time, making this quite unlikely.

Reported-By: Buildfarm member axolotl
Backpatch: 9.4, where logical decoding was introduced
contrib/test_decoding/expected/binary.out
contrib/test_decoding/sql/binary.sql