Summary: | REST tests cleanup ineffective | ||
---|---|---|---|
Product: | Koha | Reporter: | Lari Taskula <lari.taskula> |
Component: | Test Suite | Assignee: | Chris Cormack <chris> |
Status: | RESOLVED DUPLICATE | QA Contact: | Galen Charlton <gmcharlt> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart |
Version: | Main | ||
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: |
Description
Lari Taskula
2016-07-26 10:01:05 UTC
Duplicate issue: 1. Run t/db_dependent/api/v1/patrons.t 2. Have a look at borrowers table. The test data did not cleanup. Compare to holds.t: 3. Run t/db_dependent/api/v1/holds.t 4. Have a look at borrowers table. The test borrowers from holds.t are cleaned. (In reply to Lari Taskula from comment #1) > 4. Have a look at borrowers table. The test borrowers from holds.t are > cleaned. Note that this is no longer valid, holds.t does not rollback correctly either. |