pgsql: test_decoding: Protect against rare spurious test failures.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: test_decoding: Protect against rare spurious test failures.
Date: 2015-09-22 13:51:25
Message-ID: E1ZeNyf-0000ev-NH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/55728ea501de5a153e4dc55c21fb4b6f4d0f44c4

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-09-22 13:51:27 pgsql: test_decoding: Protect against rare spurious test failures.
Previous Message Andres Freund 2015-09-22 13:51:23 pgsql: test_decoding: Protect against rare spurious test failures.