[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.01-79-gb15a3c1

Git repo owner gitmaster at git.koha-community.org
Thu Jul 27 12:10:25 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, 17.05.x has been updated
       via  b15a3c1b5ed37f973fcb3fec583622a3f70175fd (commit)
       via  da0ed1cba584a7eb182876d75ccd535bbd5d5b35 (commit)
      from  7943a4500d45344e5ac4b02d2075ae039faf3d83 (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 b15a3c1b5ed37f973fcb3fec583622a3f70175fd
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jul 21 12:07:19 2017 +0000

    Bug 18826 - (QA Followup) Add mock SessionStorage to patrons.t
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit a696843f82dc026ab6545f18b113af8efc753715)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit da0ed1cba584a7eb182876d75ccd535bbd5d5b35
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 12 17:24:24 2017 -0300

    Bug 18826: rollback transaction for api tests
    
    The holds.t tests for the REST api do no rollback properly and modify
    the DB (no cleanup).
    This comes from a bug caused by SessionStorage = mysql (default)
    
    The error is:
        "rollback ineffective with AutoCommit enabled"
    
    Test plan:
      select count(*) from borrowers;
      prove t/db_dependent/api/v1/holds.t
      select count(*) from borrowers;
    => The number of entry must be the same before and after the tests have
    been executed
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit d5dc473382ccfa118e78e91507384245ce0dcfcb)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 t/db_dependent/api/v1/holds.t   |   14 +++++++++-----
 t/db_dependent/api/v1/patrons.t |   12 ++++++++----
 2 files changed, 17 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list