Re: [BUG] Logical replica crash if there was an error in a function.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUG] Logical replica crash if there was an error in a function.
Дата
Msg-id 2068440.1667489344@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUG] Logical replica crash if there was an error in a function.  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: [BUG] Logical replica crash if there was an error in a function.
Список pgsql-hackers
Amit Kapila <amit.kapila16@gmail.com> writes:
> LGTM. I don't know if it is a good idea to omit the test case for this
> scenario. If required, we can reuse the test case from Sawada-San's
> patch in the email [1].

I don't think the cost of that test case is justified by the tiny
probability that it'd ever catch anything.  If we were just adding a
query or two to an existing scenario, that could be okay; but spinning
up and syncing a whole new primary and standby database is *expensive*
when you multiply it by the number of times developers and buildfarm
animals are going to run the tests in the future.

There's also the little issue that I'm not sure it would actually
detect a problem if we had one.  The case is going to fail, and
what we want to know is just how messily it fails, and I think the
TAP infrastructure isn't very sensitive to that ... especially
if the test isn't even checking for specific error messages.

            regards, tom lane



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

Предыдущее
От: Maxim Orlov
Дата:
Сообщение: Re: Add palloc_aligned() to allow arbitrary power of 2 memory alignment
Следующее
От: Ankit Kumar Pandey
Дата:
Сообщение: Re: Speed up transaction completion faster after many relations are accessed in a transaction