https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32132 --- Comment #13 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- (In reply to Katrin Fischer from comment #12)
This makes a lot of tests fail as the test data seems not to be correct. See Jenkins reports on the dashboard. Example:
prove t/db_dependent/Acquisition/NewOrder.t t/db_dependent/Acquisition/NewOrder.t .. DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Field 'budget_period_id' doesn't have a default value at /kohadevbox/koha/C4/Budgets.pm line 657 # Looks like your test exited with 11 before it could output anything. t/db_dependent/Acquisition/NewOrder.t .. Dubious, test returned 11 (wstat 2816, 0xb00) Failed 8/8 subtests
prove t/db_dependent/Letters.t t/db_dependent/Letters.t .. 53/100 DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Field 'budget_period_id' doesn't have a default value at /kohadevbox/koha/C4/Budgets.pm line 657 # Looks like your test exited with 11 just after 56. t/db_dependent/Letters.t .. Dubious, test returned 11 (wstat 2816, 0xb00) Failed 44/100 subtests
Budget periods id has to be added at least to those tests which use C4::Budgets::AddBudget. Will look into this now. -- You are receiving this mail because: You are watching all bug changes.