https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40978 Bug ID: 40978 Summary: t/db_dependent/Budgets.t fails on Debian 13 due to warnings Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: victor@tuxayo.net QA Contact: testopia@bugs.koha-community.org Test plan 1. KOHA_IMAGE=main-bookworm ktd up 2. prove t/db_dependent/Budgets.t 3. pass 4. KOHA_IMAGE=main-trixie ktd up 5. prove t/db_dependent/Budgets.t # Failed test 'no warnings' # at /usr/share/perl/5.40/Test/Builder.pm line 193. # There were 30 warning(s) # Previous test 65 'total ordered price is 20' # Use of uninitialized value $row[0] in hash element at /usr/lib/x86_64-linux-gnu/perl5/5.40/DBI.pm line 2122. # at /usr/lib/x86_64-linux-gnu/perl5/5.40/DBI.pm line 2122. # DBD::_::st::fetchall_hashref(DBI::st=HASH(0x557454dac660), "budget_id") called at /usr/lib/x86_64-linux-gnu/perl5/5.40/DBD/mysql.pm line 866 # DBD::mysql::st::__ANON__(DBI::st=HASH(0x557454dac660), "budget_id") called at /usr/lib/x86_64-linux-gnu/perl5/5.40/DBI.pm line 1684 # DBD::_::db::selectall_hashref(DBI::db=HASH(0x557454733ab0), "\x{a} SELECT shipmentcost_budgetid as budget_id,\x{a} "..., "budget_id") called at /kohadevbox/koha/C4/Budgets.pm line 750 # C4::Budgets::GetBudgetHierarchy(36) called at /kohadevbox/koha/C4/Budgets.pm line 1442 # C4::Budgets::CloneBudgetPeriod(HASH(0x557454dc9ca0)) called at t/db_dependent/Budgets.t line 598 # etc Maybe you need to apply bug 40680 if there are other warnings interfering. Or just ignore them and focus on the "Use of uninitialized value" ones. Severity = major because it makes the CI fail and hides issues even if not as much as Bug 40680. Maybe critical, I don't know. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.