Subject: | t/105view_deps.t tests fails since SQLite-3.9.0 |
After upgrading SQLite from 3.8.11.1 to 3.9.0, t/105view_deps.t tests fails like this:
$ prove -l -v t/105view_deps.t
t/105view_deps.t ..
#
ok 1 - use DBIx::Class::ResultSource::View;
ok 2 - 'A new view' isa 'DBIx::Class::ResultSource'
ok 3 - 'A new view also' isa 'DBIx::Class'
ok 4 - DBIx::Class::ResultSource::View->can('new')
ok 5 - DBIx::Class::ResultSource::View->can('from')
ok 6 - DBIx::Class::ResultSource::View->can('deploy_depends_on')
ok 7 - Connected to ViewDeps schema OK
ok 8 - SQLT view order triumphantly matches our order.
ok 9 - Query on TrackNumberFives succeeds
ok 10 - Query on AbaNameArtists succeeds
ok 11 - Query on Year2010CDsWithManyTracks succeeds
ok 12 - Query on AbNameArtists succeeds
ok 13 - Query on ANameArtists succeeds
ok 14 - Query on Year2010CDs succeeds
ok 15 - Query on AbaNameArtistsAnd2010CDsWithManyTracks succeeds
ok 16 - Connected to ViewDepsBad schema OK
not ok 17 - Deploying the bad schema produces a warning: aba_name_artists was not created.
ok 18 - SQLT view order triumphantly matches our order.
ok 19 - Query on AbNameArtists succeeds
ok 20 - Query on Year2010CDsWithManyTracks succeeds
ok 21 - Query on TrackNumberFives succeeds
ok 22 - Query on AbaNameArtists succeeds
ok 23 - Query on Year2010CDs succeeds
ok 24 - Query on ANameArtists succeeds
not ok 25 - Query on AbaNameArtistsAnd2010CDsWithManyTracks throws, because the table does not exist
1..25
# Auto checked 6 references for leaks - none detected
# Failed test 'Deploying the bad schema produces a warning: aba_name_artists was not created.'
# at t/105view_deps.t line 79.
# didn't find a warning
# expected to find warning: (?^:no such table: main.aba_name_artists)
# Failed test 'Query on AbaNameArtistsAnd2010CDsWithManyTracks throws, because the table does not exist'
# at t/105view_deps.t line 110.
# expecting: Regexp ((?^:no such table: aba_name_artists_and_2010_cds_with_many_tracks))
# found: normal exit
# Looks like you failed 2 tests of 25.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/25 subtests