Remove backend warnings from SSL tests

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Remove backend warnings from SSL tests
Дата
Msg-id A87D4FFB-ACBC-4F96-AE12-E252997A0140@yesql.se
обсуждение исходный текст
Ответы Re: Remove backend warnings from SSL tests  (Aleksander Alekseev <aleksander@timescale.com>)
Список pgsql-hackers
When looking at a patch in the CFBot I realized that the SSL tests generate
backend warnings under ENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS due to roles
and databases not following the regression test naming convention.  While not
impacting the tested functionality, it's pretty silly to have warnings in the
test logs which can be avoided since those can throw off users debugging a test
failure.

The attached renames all roles with a regress_ prefix and databases with a
regression_ prefix to match the convention, and regenerates the certificates to
match.  With this I get a clean warning-free testrun.  There are no functional
changes included, just changed names (and comments to match).

--
Daniel Gustafsson


Вложения

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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: Performance degradation on concurrent COPY into a single relation in PG16.
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: RFC: logical publication via inheritance root?