Re: additional foreign key test coverage

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: additional foreign key test coverage
Дата
Msg-id 20181204132320.kzismcb7bajz4lvc@alvherre.pgsql
обсуждение исходный текст
Ответ на additional foreign key test coverage  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: additional foreign key test coverage  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On 2018-Dec-04, Peter Eisentraut wrote:

> During the development of my recent patch "unused/redundant foreign key
> code" [0], I had developed a few additional test cases to increase the
> coverage in ri_triggers.c.  They are in the attached patches with
> explanations.  With these, coverage should be pretty complete, except
> hard-to-trigger error cases.  Interested reviewers can also follow along
> on coverage.postgresql.org.

Hmm.  One of the things I did for FKs on partitioned tables was remove
all the cases involving only unpartitioned tables, then run just the
foreign_key test and see what the coverage looked like -- in the first
versions, there were large swaths of uncovered code.  That guided me to
add a few more tests to increase coverage in later versions.  This is
all to say that I think it would be useful to include the case of
partitioned tables in the tests you add, where relevant.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: additional foreign key test coverage
Следующее
От: Alvaro Herrera
Дата:
Сообщение: psql display of foreign keys