[koha-commits] main Koha release repository branch master updated. v3.14.00-121-gf90cca4

Git repo owner gitmaster at git.koha-community.org
Fri Dec 13 20:41:46 CET 2013


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  f90cca4831dc90c74f4b6c18e415b1cce361fdb2 (commit)
       via  1219b3153ee3501d61f22a767b7b3e68c7c8933e (commit)
       via  4604f595d66f65ba15d6625b2366acb147797ffc (commit)
      from  54937c5eb34c511e00de8d0831141516422885c7 (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 f90cca4831dc90c74f4b6c18e415b1cce361fdb2
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Dec 6 10:15:52 2013 +0100

    Bug 11124: QA Follow-up adding optional dependency HTTPD::Bench::ApacheBench
    
    This dependency is used in load testing (misc/load_testing/*)
    
    Test plan:
    Check if you see the dependency listed on About/Perl modules.
    Verify if the version information is correct.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 1219b3153ee3501d61f22a767b7b3e68c7c8933e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Dec 6 11:13:41 2013 +0100

    Bug 11124: QA Follow-up resolving a warning and three typos
    
    Resolves warning on uninitialized author in split on line 128.
    Just adds the same behavior for title on line 129 for completeness.
    Fixes typo on occurrences and two other minor typos.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 4604f595d66f65ba15d6625b2366acb147797ffc
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Oct 23 16:48:14 2013 +0200

    Bug 11124: disallow trying to run the staff benchmark script as the DB account
    
    On step 6 (at least), the circulation and return page redirect to the
    select branch page and nothing is done.
    
    The script should die if the user used is the sql administrator account.
    
    Test plan:
    Suppose that the sql admin account is root/root and koha/koha a
    superlibrarian account.
    
    1/
    perl misc/load_testing/benchmark_staff.pl --steps=6
    --url=http://admin.koha.local/cgi-bin/koha/
    --password="koha" --user="koha"
    should produce:
      ...
      Step 6
      ...
    
    2/
    perl misc/load_testing/benchmark_staff.pl --steps=1
    --url=http://admin.koha.local/cgi-bin/koha/
    --password="root" --user="root"
    should produce:
    Authentication successful
    You cannot use the database administrator account to launch this script
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm     |    5 +++++
 misc/load_testing/benchmark_staff.pl |   14 +++++++++-----
 2 files changed, 14 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list