[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.08-58-gc106d5a29d

Git repo owner gitmaster at git.koha-community.org
Mon Aug 17 00:04:11 CEST 2020


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, 19.11.x has been updated
       via  c106d5a29d32572276489b5b1f3b8941ab17c778 (commit)
      from  22809514f581dde652f2ab96dad1dc7cdfb5d1ac (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 c106d5a29d32572276489b5b1f3b8941ab17c778
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 22 14:11:03 2020 +0200

    Bug 26043: Fix random failure from Holds.t
    
     #   Failed test 'Test ModReserveMinusPriority()'
     #   at t/db_dependent/Holds.t line 202.
     #          got: undef
     #     expected: '1605'
     # Looks like you failed 1 test of 66.
    
    It is coming from Koha::Patron->holds that is ordering by reservedate,
    so "sometimes" they are ordered in reverse (at least it's my
    understanding of the problem).
    
    Test plan:
    Run the test file several times (from 20 to 60x), it must never fail
    with this patch
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 80a611797bf67b263b6b84a6e931833ea336b6a5)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit c98a283d118bb936dc44db1b73cfeb8e45f89a22)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 t/db_dependent/Holds.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list