Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FBTFS: test failure in t/connection.t #28

Open
gregoa opened this issue Jul 10, 2022 · 1 comment
Open

FBTFS: test failure in t/connection.t #28

gregoa opened this issue Jul 10, 2022 · 1 comment

Comments

@gregoa
Copy link

gregoa commented Jul 10, 2022

We have the following bug reported to the Debian package of
Mojo-SQLite, c.f. https://bugs.debian.org/1014724

It doesn't seem to be a bug in the packaging, so you may want to take
a look. Thanks!

------8<-----------8<-----------8<-----------8<-----------8<-----

Source: libmojo-sqlite-perl
Version: 3.001-2
Severity: serious
Tags: upstream ftbfs
Justification: fails to build from source

As seen on ci.debian.net, libmojo-sqlite-perl recently fails the
t/connection.t test:

Use of uninitialized value in string eq at /build/libmojo-sqlite-perl-3.009/blib/lib/Mojo/SQLite.pm line 70.

    #   Failed test 'right data source'
    #   at t/connection.t line 60.
    #          got: 'dbi:SQLite:'
    #     expected: 'dbi:SQLite:dbname=/tmp/sqlite.db?#'
    # Looks like you failed 1 test of 2.

t/connection.t ......... 
    ok 1 - right data source
    ok 2 - right options
    1..2
ok 1 - Defaults
    ok 1 - right data source
    ok 2 - right options
    1..2
ok 2 - Minimal connection string with file
    ok 1 - right data source
    ok 2 - right options
    1..2
ok 3 - Minimal connection string with in-memory database and option
    not ok 1 - right data source
    ok 2 - right options
    1..2
not ok 4 - Connection string with absolute filename and options
    ok 1 - right data source
    ok 2 - right options
    1..2
ok 5 - Connection string with lots of zeros
    ok 1 - right data source
    ok 2 - right options
    1..2
ok 6 - Parse filename
    ok 1 - right error
    1..1
ok 7 - Invalid connection string
    ok 1 - right data source
    ok 2 - right options
    1..2
ok 8 - Legacy sqlite_unicode enabled
    ok 1 - right data source
    ok 2 - right options
    1..2
ok 9 - Legacy sqlite_unicode disabled
1..9
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/9 subtests 


Cf. https://ci.debian.net/data/autopkgtest/testing/amd64/libm/libmojo-sqlite-perl/23502612/log.gz


Maybe I'm wrong, but there's a coincidence with the recent upload of
URI 5.11 and some other test failures in other packages. And the
tests pass in testing (with URI 5.10).


Cheers,
gregor

------8<-----------8<-----------8<-----------8<-----------8<-----

Thanks for considering,
gregor herrmann,
Debian Perl Group

@gregoa
Copy link
Author

gregoa commented Jul 11, 2022

Fixed with URI 5.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant