Skip Menu |

This queue is for tickets about the DBIx-TableLoader CPAN distribution.

Report information
The Basics
Id: 128131
Status: resolved
Priority: 0/
Queue: DBIx-TableLoader

People
Owner: RWSTAUNER [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc: ishigaki [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.100
Fixed in: (no value)



CC: ishigaki [...] cpan.org
Subject: t/default_column_type.t started to fail (with newest DBD::SQLite?)
My smokers detected a new test failure: ... # Failed test 'db data type' # at t/default_column_type.t line 55. # got: 'TEXT' # expected: undef # Failed test 'db data type' # at t/default_column_type.t line 55. # got: 'INTEGER' # expected: undef # Looks like you failed 2 tests of 5. # Failed test 'SQLite' # at t/default_column_type.t line 57. # Looks like you failed 1 test of 4. t/default_column_type.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests (less 3 skipped subtests: 0 okay) ... It seems that this failure happens only if a recent DBD::SQLite version is installed. (But I cannot prove it with statistical analysis, as DBD::SQLite is not specified as a dependency, so test reports are missing the DBD::SQLite version numbers)
On Sun Dec 30 05:00:09 2018, SREZIC wrote: Show quoted text
> My smokers detected a new test failure: > > ... > # Failed test 'db data type' > # at t/default_column_type.t line 55. > # got: 'TEXT' > # expected: undef > > # Failed test 'db data type' > # at t/default_column_type.t line 55. > # got: 'INTEGER' > # expected: undef > # Looks like you failed 2 tests of 5. > > # Failed test 'SQLite' > # at t/default_column_type.t line 57. > # Looks like you failed 1 test of 4. > t/default_column_type.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/4 subtests > (less 3 skipped subtests: 0 okay) > ... > > > It seems that this failure happens only if a recent DBD::SQLite > version is installed. (But I cannot prove it with statistical > analysis, as DBD::SQLite is not specified as a dependency, so test > reports are missing the DBD::SQLite version numbers)
FYI, this is because type_info_all() was implemented as of DBD::SQLite 1.61_02.
Any update on this? There's been no movement for a number of months.
On Wed May 08 05:18:46 2019, NHORNE wrote: Show quoted text
> Any update on this? There's been no movement for a number of months.
Thanks for the prod. I've been thinking about doing this, but didn't realize I'd been thinking about it for 5 months. Took me 3 hours to get my environment setup for it, but I fixed up the tests and pushed a new released.