[koha-commits] main Koha release repository branch master updated. v17.05.00-296-g6d8b26b

Git repo owner gitmaster at git.koha-community.org
Wed Jul 26 19:42:12 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  6d8b26b01f505771fe0d359d29fff8bc963e5291 (commit)
       via  99d18bf0f3f729261b6560f0dd3c5d757aba3a19 (commit)
       via  139b66f65611cff0a2551662e0fd5c2e50b4c10f (commit)
      from  8e0bb409aef75ac0f18a50d3a34a749f4e87da84 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6d8b26b01f505771fe0d359d29fff8bc963e5291
Author: Lari Taskula <lari.taskula at jns.fi>
Date:   Mon Jul 24 18:16:25 2017 +0300

    Bug 18976: (follow-up) Fix t/db_dependent/Search/History.t cleanup
    
    Same problem in t/db_dependent/Search/History.t.
    
    To replicate:
    1. Check the row count of borrowers, branches, categories, sessions, sms_providers
       tables
    2. prove t/db_dependent/Search/History.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.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 99d18bf0f3f729261b6560f0dd3c5d757aba3a19
Author: Lari Taskula <lari.taskula at jns.fi>
Date:   Mon Jul 24 16:43:18 2017 +0300

    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
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 139b66f65611cff0a2551662e0fd5c2e50b4c10f
Author: Lari Taskula <lari.taskula at jns.fi>
Date:   Mon Jul 24 18:30:10 2017 +0300

    Bug 18977: Rollback branch in t/db_dependent/SIP/Message.t
    
    To test:
    1. Before applying patch, check the amount of branches in database
    2. prove t/db_dependent/SIP/Message.t
    3. See that a new branch is stored
    4. Apply patch
    5. prove t/db_dependent/SIP/Message.t
    6. See that a new branch is no longer stored
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

-----------------------------------------------------------------------

Summary of changes:
 t/db_dependent/Auth.t           |    4 ++++
 t/db_dependent/SIP/Message.t    |    6 ++----
 t/db_dependent/Search/History.t |    4 ++++
 3 files changed, 10 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list