Re: pgsql: Clean up role created in new subscription test.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Andres Freund <andres@anarazel.de>,
Peter Eisentraut <peter@eisentraut.org>,
vignesh C <vignesh21@gmail.com>,
Alvaro Herrera <alvherre@alvh.no-ip.org>,
Robert Haas <robertmhaas@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-03-27T15:26:03Z
Lists: pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes: > The only option is to make the check opt-in via a command-line parameter for > use it in the main regress tests, and not use it for the contrib tests. The > attached v7 does that and passes CI, but I wonder if it's worth it all with > that restriction? Yeah, that seems hardly worth it --- and it's only an accident of implementation that we don't run the main tests in parallel with something else, anyway. Too bad, but ... regards, tom lane
Commits
-
Drop global objects after completed test
- 8ec99d0b79b2 12.21 landed
- e43e71b6cd2f 13.17 landed
- 988ddbef978b 14.14 landed
- 2eecaf4b8cfb 15.9 landed
- 4dd17490faa3 16.5 landed
- 936e3fa3787a 17.0 landed
-
Fix reported runtime for single tests in pg_regress
- 8cb94344c3c7 16.0 landed
-
Clean up role created in new subscription test.
- e9d202a1499d 16.0 cited