Summary: | Enhancing the performance test suite | ||
---|---|---|---|
Product: | Koha | Reporter: | Chris Cormack <chris> |
Component: | Test Suite | Assignee: | Paul Poulain <paul.poulain> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | P3 | CC: | paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 7119 | ||
Bug Blocks: | 5992 | ||
Attachments: |
Proposed Patch
Test suite improvement follow-up Bug 6015 : Improving load_testing Bug 6015 : Test suite improvement follow-up Bug 6015, new script for load testing |
Description
Chris Cormack
2011-03-30 22:28:31 UTC
Created attachment 3558 [details] [review] Proposed Patch This bug is mentioned in: Bug 6015 : Improving load_testing http://lists.koha-community.org/pipermail/koha-patches/2011-March/014383.html Updating Version : This ENH will be for Koha 3.8 Bug versionned for master. entries will be made against rel_3_8 once the patch has been applied (see thread about that on koha-devel yesterday) Created attachment 6410 [details] [review] Test suite improvement follow-up * fixing use Strict errors * adding parameters and POD doc Created attachment 6418 [details] [review] Bug 6015 : Improving load_testing Adding a benchmark for OPAC it tests : - mainpage - search page - detail page Staff : Adding a test on member searches Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Created attachment 6419 [details] [review] Bug 6015 : Test suite improvement follow-up * fixing use Strict errors * adding parameters and POD doc Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Created attachment 6542 [details] [review] Bug 6015, new script for load testing This benchmark_staff.pl script is based on the previous benchmark_circulation.pl script As it does not test only circulation, the renaming was necessary. The script has many enhancement compared to the benchmark_circulation.pl one The benchmark_staff will run a benchmark on the following pages: * mainpage.pl * catalogue/detail.pl * catalogue/search.pl * members/member.pl (search on a name) * members/member.pl (search on a 1st letter) * circulation/circulation.pl and return.pl (check-out and check-in) * all those steps at the same time run the script without any parameter to get syntax Comment on attachment 6418 [details] [review] Bug 6015 : Improving load_testing obsoleted by benchmark_staff.pl Comment on attachment 6419 [details] [review] Bug 6015 : Test suite improvement follow-up obsoleted by benchmark_staff.pl |