Re: Test::More version
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-11-20T14:08:27Z
Lists: pgsql-hackers
On 11/15/21 12:43, Tom Lane wrote: > > So, discounting prairiedog's intentionally trailing-edge installation, > the oldest stuff in the buildfarm is 0.98, of which there are five > instances belonging to four different owners. > > Based on this, I'm inclined to think we should select 0.98 as the > minimum version. Anything later would inconvenience some people. > OTOH, it doesn't look like there's any value in promising compatibility > with 0.96 instead, especially since I see a couple of subplan-related > bug fixes in 0.97 and 0.98 in Test::Simple's changelog. > > Yeah, so I think at this stage we're just waiting for you to update prairiedog and we can make this change. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
Commits
-
Require version 0.98 of Test::More for TAP tests
- 405f32fc4960 15.0 landed
-
Report found versions of required perl modules
- 1593998ae858 15.0 landed