Re: MSVC buildfarm critters are not running modules' TAP tests
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>,
pgsql-hackers@lists.postgresql.org
Date: 2019-09-08T23:44:16Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > I think that it is a good idea to add in subdircheck an extra path to > check after TAP tests and run optionally these on top of the normal > regression tests. I have a couple of comments. > Shouldn't we check after TAP_TESTS in the Makefile? Yeah, perhaps, but I wasn't sure about how to do that easily. Feel free to add it ... > There is an argument to also check after isolation tests and run > them. Hm, yeah, if there are any such tests in those directories. > The glob() part is a good idea in itself I think. Why not > back-patching it? I could double-check it as well. The whole thing should be back-patched into branches that have any affected tests. (But, please, not till after beta4 is tagged.) regards, tom lane
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