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)