pgsql: test_decoding: Protect against rare spurious test failures.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: test_decoding: Protect against rare spurious test failures.
Дата
Msg-id E1ZeNyh-0000fH-QR@gemulon.postgresql.org
обсуждение исходный текст
Список 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_4_STABLE

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

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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: test_decoding: Protect against rare spurious test failures.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Restrict file mode creation mask during tmpfile().