[Koha-bugs] [Bug 18976] Fix t/db_dependent/Auth.t cleanup

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 24 15:47:47 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18976

--- Comment #1 from Lari Taskula <lari.taskula at jns.fi> ---
Created attachment 65195
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65195&action=edit
Bug 18976: Fix t/db_dependent/Auth.t cleanup

Test t/db_dependent/Auth.t seems to have an ineffective test data cleanup.
Data generated by TestBuilder is left in borrowers, branches, categories,
sms_providers and sessions tables after the test.

To replicate:
1. Check the row count of borrowers, branches and categories tables
2. prove t/db_dependent/Auth.t
3. Repeat step 1
4. Observe borrowers the following tables have increased in row count:
   - borrowers
   - branches
   - categories
   - sessions
   - sms_providers

To test:
1. Before applying the patch, go through steps at "To replicate" plan
2. Apply patch
3. Go through steps at "To replicate" plan
4. Observe step 4 no longer applies and those tables have the same number of
   rows as before executing the test.

This issue has been happening in REST tests as well, and this solution is
directly copy-pasted from t/db_dependent/api/v1/cities.t

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list