pgsql: Make src/test/recovery/t/017_shm.pl safe for concurrentexecutio

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Make src/test/recovery/t/017_shm.pl safe for concurrentexecutio
Дата
Msg-id E1hBvry-0001IL-2E@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make src/test/recovery/t/017_shm.pl safe for concurrent execution.

Buildfarm members idiacanthus and komodoensis, which share a host, both
executed this test in the same second.  That failed.  Back-patch to 9.6,
where the test first appeared.

Discussion: https://postgr.es/m/20190404020543.GA1319573@rfd.leadboat.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1106438c37db44cbd627490dec3b662d4cc5b4f8

Modified Files
--------------
src/test/recovery/t/017_shm.pl | 33 ++++++++++++++++++++++++++++-----
1 file changed, 28 insertions(+), 5 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Consistently test for in-use shared memory.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix back-patch of 16ee6eaf80a40007a138b60bb5661660058d0422 tov9