pgsql: Make new isolationtester test more stable

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Make new isolationtester test more stable
Дата
Msg-id E1aaTbv-0007YR-Bl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make new isolationtester test more stable

The original coding of the test was relying too much on the ordering in
which backends are awakened once an advisory lock which they wait for is
released.  Change the code so that each backend uses its own advisory
lock instead, so that the output becomes stable.  Also add a few seconds
of sleep between lock releases, so that the test isn't broken in
overloaded buildfarm animals, as suggested by Tom Lane.

Per buildfarm members spoonbill and guaibasaurus.

Discussion: https://www.postgresql.org/message-id/19294.1456551587%40sss.pgh.pa.us

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/54638f5708e59e5fd7c79b8315d8c6e810d7bc13

Modified Files
--------------
src/test/isolation/expected/tuplelock-update.out | 26 +++++++++++++++++-------
src/test/isolation/specs/tuplelock-update.spec   | 16 ++++++++++-----
2 files changed, 30 insertions(+), 12 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add isolationtester spec for old heapam.c bug
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: doc: document MANPATH as /usr/local/pgsql/share/man