Remove backend warnings from SSL tests - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Remove backend warnings from SSL tests
Date
Msg-id A87D4FFB-ACBC-4F96-AE12-E252997A0140@yesql.se
Whole thread Raw
Responses Re: Remove backend warnings from SSL tests
List 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


Attachment

pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: Performance degradation on concurrent COPY into a single relation in PG16.
Next
From: Aleksander Alekseev
Date:
Subject: Re: RFC: logical publication via inheritance root?