Re: MSVC buildfarm critters are not running modules' TAP tests
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>, pgsql-hackers@lists.postgresql.org
Date: 2019-09-09T00:43:06Z
Lists: pgsql-hackers
On Sun, Sep 08, 2019 at 07:44:16PM -0400, Tom Lane wrote: > Yeah, perhaps, but I wasn't sure about how to do that easily. > Feel free to add it ... Feeding the makefile contents and then doing a lookup using =~ should be enough. I think that we should just refactor set of routines for fetchTests() so as it uses the flag to look after as input. fetchRegressOpts() has tweaks for ENCODING and NO_LOCALE which don't apply to the isolation tests so perhaps a different routine would be better. > Hm, yeah, if there are any such tests in those directories. snapshot_too_old is a good example to work with. > The whole thing should be back-patched into branches that have > any affected tests. (But, please, not till after beta4 is > tagged.) Sure. Don't worry about that. I am focused on another thing lately and it does not touch back-branches. -- Michael
Commits
-
Expand properly list of TAP tests used for prove in vcregress.pl
- 3d12829ccb16 9.4.25 landed
- bfd6db8560c5 9.5.20 landed
- e25c87a8e1a8 9.6.16 landed
- 9b9f0d790476 10.11 landed
- 8da17f3f5061 11.6 landed
- dc92bf5cad7c 12.0 landed
- 9d6e1ec5ceed 13.0 landed
-
Avoid using INFO elevel for what are fundamentally debug messages.
- db438318997b 13.0 cited