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

Fix test failure with newer (DBD::)SQLite #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gregoa
Copy link
Contributor

@gregoa gregoa commented Jan 17, 2022

In Debian we are currently applying the following patch to UR.
We thought you might be interested in it too.

Description: Fix test failure with newer (DBD::)SQLite
 ```
 t/URT/t/04a_sqlite.t
 �
 not ok 80 - column details for table inline are correct

 #   Failed test 'column details for table inline are correct'
 #   at t/URT/t/04a_sqlite.t line 53.
 #     Structures begin differing at:
 #          $got->[0]{DATA_TYPE} = 'INTEGER'
 #     $expected->[0]{DATA_TYPE} = 'integer'
 # Looks like you failed 1 test of 80.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/80 subtests 
 ```
 Use Test::Deep's cmp_deeply to be able to check against a case-insenstive regexp.
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2022-01-17

The patch is tracked in our Git repository at
https://salsa.debian.org/perl-team/modules/packages/libur-perl/raw/master/debian/patches/sqlite-case-insensitve.patch

Thanks for considering,
gregor herrmann,
Debian Perl Group

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

Successfully merging this pull request may close these issues.

1 participant