Re: Refactoring the regression tests for more independence

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: Refactoring the regression tests for more independence
Дата
Msg-id 20220102174945.GZ24477@telsasoft.com
обсуждение исходный текст
Ответ на Refactoring the regression tests for more independence  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Refactoring the regression tests for more independence  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Dec 24, 2021 at 05:00:17PM -0500, Tom Lane wrote:
> While I've not done so here, I'm tempted to rename
> create_function_0 to create_function_c and create_function_3 to
> create_function_sql, to give them better-defined charters and
> eliminate the confusion with trailing digits for variant files.

+1

> (Maybe we should provide a way to run specified test script(s) *without*
> invoking the whole schedule first.)

+1 ; it can be done later, though.

It's nice to be able to get feedback within a few seconds.  That supports the 
idea of writing tests earlier.

I guess this may expose some instabilities due to timing of autovacuum (which
I'd say is a good thing).

If you rearrange the creation of objects, that may provide an opportunity to
rename some tables with too-short names, since backpatching would already have
conflicts.

-- 
Justin



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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*)
Следующее
От: Tom Lane
Дата:
Сообщение: Index-only scans vs. partially-retrievable indexes