Re: CI and test improvements

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: CI and test improvements
Дата
Msg-id ZK5AgYxG4zLErD5O@telsasoft.com
обсуждение исходный текст
Ответ на Re: CI and test improvements  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: CI and test improvements  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Tue, Jan 17, 2023 at 11:35:09AM -0600, Justin Pryzby wrote:
> However, this finds two real problems and one false-positive with
> missing regress/isolation tests:
> 
> $ for makefile in `find src contrib -name Makefile`; do for testname in `sed -r '/^(REGRESS|ISOLATION) =/!d; s///;
:l;/\\\\$/{s///; N; b l}; s/\n//g' "$makefile"`; do meson=${makefile%/Makefile}/meson.build; grep -Fw "$testname"
"$meson">/dev/null || echo "$testname is missing from $meson"; done; done
 

And, since 681d9e462:

security is missing from contrib/seg/meson.build



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: 'ERROR: attempted to update invisible tuple' from 'ALTER INDEX ... ATTACH PARTITION' on parent index
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Use COPY for populating all pgbench tables