pgsql: test_decoding: Protect against rare spurious test failures. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: test_decoding: Protect against rare spurious test failures.
Date
Msg-id E1ZeNyd-0000eZ-O4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eef34e523693c15eb4ad7067c96269ab96c87ef5

Modified Files
--------------
contrib/test_decoding/expected/binary.out |    8 ++++----
contrib/test_decoding/sql/binary.sql      |    8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: test_decoding: Protect against rare spurious test failures.
Next
From: Andres Freund
Date:
Subject: pgsql: test_decoding: Protect against rare spurious test failures.