[koha-commits] main Koha release repository branch master updated. v17.05.00-847-g41e63c4

Git repo owner gitmaster at git.koha-community.org
Tue Oct 17 17:22:21 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, master has been updated
       via  41e63c44e06fa17959b7cd1c9035c75b2577c633 (commit)
       via  708d02047d67bc5f8d5b43690c6967cc5e191f82 (commit)
      from  6bf390f38c7a0a1ae0be91f72baf7aa284ee0edb (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 41e63c44e06fa17959b7cd1c9035c75b2577c633
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Oct 17 16:57:16 2017 +0200

    Bug 19463: Additional changes to gen_text
    
    Use Bytes::Random::Secure instead of perl rand.
    Return a string from 50 to 100% of $size.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 708d02047d67bc5f8d5b43690c6967cc5e191f82
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 17 11:29:06 2017 -0300

    Bug 19463: Reduce the chance to have TestBuilder generate twice the same value
    
    When an id is generated by TestBuilder (branchcode for instance) and the
    size of the generated string is 1, we have too many chances to get
    "Violation of unique constraint in Branch".
    
    This patch increases the number of retries to 5.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Amended to make room for follow-up.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 t/lib/TestBuilder.pm |   28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list