Bug 2069128 - perl-DBIx-Class-0.082842-8.fc37 FTBFS: Failed test 'columns_info works' at t/60core.t line 390 with sqlite ≥ 3.38
Summary: perl-DBIx-Class-0.082842-8.fc37 FTBFS: Failed test 'columns_info works' at t/...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-DBIx-Class
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL: https://koschei.fedoraproject.org/pac...
Whiteboard:
Depends On:
Blocks: F37FTBFS
TreeView+ depends on / blocked
 
Reported: 2022-03-28 10:47 UTC by Petr Pisar
Modified: 2022-04-04 08:57 UTC (History)
3 users (show)

Fixed In Version: perl-DBIx-Class-0.082842-9.fc37
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-04-04 08:57:30 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
CPAN 142019 0 None None None 2022-03-30 07:02:56 UTC

Description Petr Pisar 2022-03-28 10:47:59 UTC
perl-DBIx-Class-0.082842-8.fc37 fails to build in Fedora 37 because tests fail like this:

t/55namespaces_cleaned.t ............................ skipped: Skipping test on plain module install

#   Failed test 'columns_info works'
#   at t/60core.t line 390.
#     Structures begin differing at:
#          $got->{rank}{data_type} = 'INTEGER'
#     $expected->{rank}{data_type} = 'integer'

#   Failed test 'limited columns_info works'
#   at t/60core.t line 424.
#     Structures begin differing at:
#          $got->{rank}{data_type} = 'INTEGER'
#     $expected->{rank}{data_type} = 'integer'
# Looks like you failed 2 tests of 125.
t/60core.t ..........................................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/125 subtests
        (less 5 skipped subtests: 118 okay)
[...]
Test Summary Report
-------------------
t/60core.t                                        (Wstat: 512 Tests: 125 Failed: 2)
  Failed tests:  97, 99
  Non-zero exit status: 2
t/64db.t                                          (Wstat: 256 Tests: 4 Failed: 1)
  Failed test:  4
  Non-zero exit status: 1
t/sqlmaker/limit_dialects/generic_subq.t          (Wstat: 0 Tests: 19 Failed: 0)
  TODO passed:   9, 11, 13, 15, 17

This is triggered by upgrading sqlite from 3.36.0-5.fc36 to 3.38.0-1.fc37 which starter to capitalize the data types.


Note You need to log in before you can comment on or make changes to this bug.