[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-31-g8e1b95951f

Git repo owner gitmaster at git.koha-community.org
Thu Apr 9 23:11:41 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.05.x has been updated
       via  8e1b95951f374a8b524330e70668fb98043920e7 (commit)
       via  3f556c45695781cc50fa746975550af7818c7f32 (commit)
      from  bcf6cdb6eaa683adcd0cf2c51f229b5f0942ddac (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 8e1b95951f374a8b524330e70668fb98043920e7
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Mar 6 11:13:15 2020 +0000

    Bug 24760: (follow-up) Add a neighboring test messsage
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 390f838d27984ea47572b729145b1268e9866f29)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 3f556c45695781cc50fa746975550af7818c7f32
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Feb 28 14:22:34 2020 +0100

    Bug 24760: Use C4::BackgroundJob->fetch in tests
    
    Starting with YAML 1.30 and YAML::Syck 1.32, these modules don't bless
    loaded objects by default. This is not a problem as
    C4::BackgroundJob->fetch bless them anyway.
    
    So, instead of testing what's in the session, test the result of
    C4::BackgroundJob->fetch, which is what's used everywhere else
    
    Test plan:
    1. Install latest version of YAML::Syck (or YAML if YAML::Syck is not
    installed)
    2. prove t/db_dependent/BackgroundJob.t => should FAIL
    3. Apply patch
    4. prove t/db_dependent/BackgroundJob.t => should PASS
    5. Verify that background jobs are still working (for instance,
    tools/batchMod.pl)
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit c1c3cfed5ca2709b99587e8907b68d158ce013f9)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/BackgroundJob.t | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list