[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.04-4-g0b44544

Git repo owner gitmaster at git.koha-community.org
Fri Sep 29 11:05:00 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  0b445446018ad23a793f8d75c3be417d85e6c3f6 (commit)
      from  300a76a573673b74ad0863c3b93c6ea3a66eb1ea (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 0b445446018ad23a793f8d75c3be417d85e6c3f6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 31 11:18:23 2017 -0300

    Bug 19009: Fix random failures from Circulation.t
    
    From jenkins output:
     Subtest: CanBookBeIssued + Koha::Patron->is_debarred<7c>has_overdues
    1..8
    not ok 1
    [SKIP]
    
    I executed it several times and display the different $error, $alerts and question keys.
    GNA and RESTRICTED were sometimes set, which block the issue.
    Reading the code it seems that some patron's attributes must be removed to avoid the checkin rejection.
    
    Test plan:
    Execute the tests several times and notice that it fails randomly
    With this patch they should always pass.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 4bbec5c382590f881e6d2af62b2608fe9cf9e051)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 t/db_dependent/Circulation.t |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list