Summary: | Test cases requiring database access fail | ||
---|---|---|---|
Product: | Koha | Reporter: | Robin Sheat <robin> |
Component: | Test Suite | Assignee: | Robin Sheat <robin> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, cnighswonger, kmkale |
Version: | 3.4 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Proposed patch |
Description
Robin Sheat
2010-12-08 05:57:31 UTC
I plan to make a patch that solves this the first way, until a better idea comes along. Created attachment 2821 [details] [review] Proposed patch This bug is mentioned in: Bug 5477 - Fix test cases that require database access http://lists.koha-community.org/pipermail/koha-patches/2010-December/013209.html More tests which fail in this manner: t/Auth.t t/Auth_with_cas.t t/BackgroundJob.t t/Record.t t/Serials.t I'm fixing-up and signing off on the Robin's original patch. I'm also changing this to 3.4 and will backport the fix when pushed there. Note: There is already a Serials test in the db_dependent subdir, so I'm renaming Serials.t to Serials_2.t and moving it there as well. The two tests should probably be combined at some point. Also changing severity to major as this is causing a lot of noise from people worried about failed tests. Pushed, works locally and hudson confirms, marking resolved In order to build the 3.2.3 packages, I cherry picked the commit from master across on top of the v3.02.03 tag, and it worked fine. |