Subject: | Tests massively fail if libfbembed is found and DBD::FirebirdEmbedded is built |
Please consider applying the following two patches to get the embedded
tests to not fail all over the place due to lack of firebird.conf:
https://github.com/ribasushi/perl-dbd-firebird/compare/embed
Even after these changes two tests still fail - I tried to figure out
what they expect, but couldn't figure it out. Perhaps these aren't even
applicable to embedded mode?
t/embed-80-event-ithreads.t ..... 1/22
# Failed test at t/embed-80-event-ithreads.t line 126.
# got: '1'
# expected: '5'
# Failed test at t/embed-80-event-ithreads.t line 140.
# got: '1'
# expected: '5'
# Looks like you failed 2 tests of 22.
t/embed-80-event-ithreads.t ..... Dubious, test returned 2 (wstat 512,
0x200)
Failed 2/22 subtests
t/embed-81-event-fork.t ......... 9/17
# Failed test 'compare number of deleted rows'
# at t/embed-81-event-fork.t line 113.
# got: '1'
# expected: '5'
# Looks like you failed 1 test of 17.
t/embed-81-event-fork.t ......... Dubious, test returned 1 (wstat 256,
0x100)
Failed 1/17 subtests