pgsql: Remove race condition in 022_crash_temp_files.pl test.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove race condition in 022_crash_temp_files.pl test.
Дата
Msg-id E1nbtmQ-000VXf-5X@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove race condition in 022_crash_temp_files.pl test.

It's possible for the query that "waits for restart" to complete a
successful iteration before the postmaster has noticed its SIGKILL'd
child and begun the restart cycle.  (This is a bit hard to believe
perhaps, but it's been seen at least twice in the buildfarm, mainly
on ancient platforms that likely have quirky schedulers.)

To provide a more secure interlock, wait for the other session
we're using to report that it's been forcibly shut down.

Patch by me, based on a suggestion from Andres Freund.
Back-patch to v14 where this test case came in.

Discussion: https://postgr.es/m/1801850.1649047827@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e37ad5fa4df2319e26a7e779607130feae1a5029

Modified Files
--------------
src/test/recovery/t/022_crash_temp_files.pl | 34 +++++++++++++++++++++++++----
1 file changed, 30 insertions(+), 4 deletions(-)


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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Fix compilerwarning in logging size_t
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql: Change aggregated log format of pgbench.