Re: Failure in commit_ts tap tests
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
From: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, Pavan Deolasee <pavan.deolasee@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-01-23T13:28:37Z
Lists: pgsql-hackers
On 01/20/2017 01:22 PM, Tom Lane wrote: > Pavan Deolasee <pavan.deolasee@gmail.com> writes: >> I'm surprised nobody reported this problem earlier. > It looks like at least part of the answer is that the buildfarm isn't > running this test. AFAICS, it runs "make installcheck" not > "make check" in src/test/modules. I don't know whether any of the > critters would have duplicated the failure, but they weren't trying. > > I don't know if any of the other src/test/modules/ subdirectories > test more in make check mode than make installcheck mode, but if > they do, we probably oughta change the buildfarm script. > > Is there a reason why these tests aren't run under installcheck? If there is a justification I can look at it, or we should decide on one canonical mode of running the tests and stick to that. cheers andrew -- Andrew Dunstan https://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Remove test for COMMENT ON DATABASE
- 7fb29ea9c626 9.5.6 landed
- 56b42a334167 9.6.2 landed
- 331f8c311b7b 10.0 landed
-
tests: Use the right Perl operator
- a600ee9e3fcc 10.0 landed