Re: Weird test mixup

Поиск
Список
Период
Сортировка
От Andrey M. Borodin
Тема Re: Weird test mixup
Дата
Msg-id 400510C8-AE7F-4FF6-BAC2-7E4BB4D01DB4@yandex-team.ru
обсуждение исходный текст
Ответ на Re: Weird test mixup  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Weird test mixup  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers

> On 18 Mar 2024, at 06:04, Michael Paquier <michael@paquier.xyz> wrote:
>
> new function call injection_points_local() that can
> be added on top of a SQL test to make it concurrent-safe.

Maybe consider function injection_points_attach_local(‘point name’) instead of static switch?
Or even injection_points_attach_global(‘point name’), while function injection_points_attach(‘point name’) will be
global?This would favour writing concurrent test by default… 


Best regards, Andrey Borodin.


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

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: pg16: XX000: could not find pathkey item to sort
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Switching XLog source from archive to streaming when primary available