Re: Extending USE_MODULE_DB to more test suite types
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Noah Misch <noah@leadboat.com>, pgsql-hackers@postgresql.org
Date: 2019-04-01T17:36:58Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On 2019-04-01 06:52:13 -0700, Noah Misch wrote: >> I plan to back-patch the PostgreSQL patch, to combat buildfarm noise. Perhaps >> someone has test automation that sets USE_MODULE_DB and nonetheless probes the >> exact database name "pl_regression", but I'm not too worried. The original >> rationale for USE_MODULE_DB, in commit ad69bd0, was to facilitate pg_upgrade >> testing. Folks using "make installcheck-world" to populate a cluster for >> pg_upgrade testing will see additional test coverage, which may cause >> additional failures. I'm fine with that, too. > +1 for all of that. I haven't tested the patch, but also +1 for the idea. regards, tom lane
Commits
-
Handle USE_MODULE_DB for all tests able to use an installed postmaster.
- 624edab58288 9.4.22 landed
- 267d83c7d7d2 9.5.17 landed
- 991a9125351c 9.6.13 landed
- 8541304d5c77 10.8 landed
- 426d93d24429 11.3 landed
- f433394e48af 12.0 landed
-
Add mode where contrib installcheck runs each module in a separately named database.
- ad69bd052f8a 9.3.0 cited