pgsql: Further tweaking of deadlock isolation tests.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Further tweaking of deadlock isolation tests.
Дата
Msg-id E1aU5Ey-0002oe-2x@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Further tweaking of deadlock isolation tests.

The new deadlock-soft-2 test has a timing dependency too: it supposes
that isolationtester will detect step s1b as waiting before the deadlock
detector runs and grants it the lock.  Adjust deadlock_timeout to ensure
that that's true even in CLOBBER_CACHE_ALWAYS builds, where the wait
detection query is quite slow.  Per buildfarm member jaguarundi.

Branch
------
master

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

Modified Files
--------------
src/test/isolation/specs/deadlock-soft-2.spec | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Refactor check_functional_grouping() to use get_primary_key_attn
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Make builtin lwlock tranche names consistent.