pgsql: Remove dependency on error ordering in isolation tests

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Remove dependency on error ordering in isolation tests
Дата
Msg-id E1R8dra-0007ca-IO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove dependency on error ordering in isolation tests

We now report errors reported by the just-unblocked and unblocking
transactions identically; this should fix relatively common buildfarm
failures reported by animals that are failing the "wrong" session.

Branch
------
master

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

Modified Files
--------------
src/test/isolation/expected/fk-deadlock.out    |    8 +-
src/test/isolation/expected/fk-deadlock2.out   |   16 ++--
src/test/isolation/expected/fk-deadlock2_1.out |   18 ++--
src/test/isolation/expected/fk-deadlock2_2.out |  110 ------------------------
src/test/isolation/expected/fk-deadlock_1.out  |   12 ++--
src/test/isolation/isolationtester.c           |   83 +++++++++++++++++-
src/test/isolation/isolationtester.h           |    1 +
src/test/isolation/specparse.y                 |    1 +
8 files changed, 107 insertions(+), 142 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix typo
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Take sepgsql regression tests out of the regular regression test