[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.00-31-gd45bc6a

Git repo owner gitmaster at git.koha-community.org
Mon Jun 12 11:13:19 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  d45bc6ad530bc28b3065818e1fbd29c75af43cce (commit)
       via  178ecea26000f6c3b8b16630ac6f13277d828d68 (commit)
      from  e464f291b8793909400d9f44d0b297d5bee238d7 (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 d45bc6ad530bc28b3065818e1fbd29c75af43cce
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jun 9 10:08:37 2017 -0300

    Bug 18759: (follow-up) Try to fix random failure from Circulation.t
    
    If IndependentBranches, CanBookBeRenewed will set ITEMNOTSAMEBRANCH
    or BORRNOTSAMEBRANCH flags, if the branches do not match.
    
    (cherry picked from commit 1577460c713e3ac7e602dce81738f974e86ddf9d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 178ecea26000f6c3b8b16630ac6f13277d828d68
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 8 11:54:18 2017 -0300

    Bug 18759: Try to fix random failure from Circulation.t
    
    Circulation.t is failing randomly on our CI
    https://jenkins.koha-community.org/job/Koha_Master_D8/192/console
    
        #   Failed test at t/db_dependent/Circulation.t line 1147.
        #          got: '1'
        #     expected: '0'
    
        #   Failed test at t/db_dependent/Circulation.t line 1152.
        #          got: '1'
        #     expected: '0'
    
        #   Failed test at t/db_dependent/Circulation.t line 1156.
        #          got: '1'
        #     expected: '0'
    
        #   Failed test at t/db_dependent/Circulation.t line 1170.
        #          got: '1'
        #     expected: '0'
    
        #   Failed test at t/db_dependent/Circulation.t line 1184.
        #          got: '1'
        #     expected: '0'
        # Looks like you failed 5 tests of 23.
    
    Sometimes one of the alert or impossible flags is set.
    This patch guesses that it's because of the 'restricted' value of the item that is evaluated to 1.
    If it is not fixed by this patch, we will have more info next time (at least know
    if alert or impossible is set).
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    The fix is trivial. Using random data will lead to this situations. The good thing is that
    it lets us spot places in which tests need more fine-grained data.
    
    (cherry picked from commit 9a55f5783c91b92cb8518f423ab23bd9727051ee)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list