Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 132740
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: greg [...] turnstep.com
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.12.0
Fixed in: 3.12.1



Subject: t/12placeholders.t fails on FreeBSD 13
From the failed test: Test Summary Report ------------------- t/12placeholders.t (Wstat: 65280 Tests: 257 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 259 tests but ran 257. Files=17, Tests=2861, 44 wallclock secs ( 0.56 usr 0.16 sys + 7.35 cusr 3.25 csys = 11.33 CPU) Result: FAIL Failed 1/17 test programs. 0/2861 subtests failed. *** Error code 255
Thank you for the report. This took a while to track down, as I originally thought this was FreeBSD related, but it turns out this was because of a patch applied to Postgres 9.5.22 that loosened the legal specification for the circle type, such that the previous failing "SELECT '(12,34)'::circle" is now working. Should be fixed as of d38a52f14ac18968dc2b4319f7b826c4218ebbfc, and will be a part of the next release.