Re: Failure in commit_ts tap tests
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Cc: Pavan Deolasee <pavan.deolasee@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-01-23T14:22:28Z
Lists: pgsql-hackers
Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes: > On 01/23/2017 09:03 AM, Tom Lane wrote: >> Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes: >>> On 01/20/2017 01:22 PM, Tom Lane wrote: >>>> 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. > OK, so should we just change "make installcheck" to "make check"? I'm in favor (just for src/test/modules, to be clear). regards, tom lane
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