[Koha-bugs] [Bug 23640] L1 cache too long in SIP Server

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 6 02:11:51 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23640

--- Comment #26 from David Cook <dcook at prosentient.com.au> ---
Here's a new better draft test plan:

Test plan:
1. Enable IssueLog
2. Start SIP server
    2a. change to Koha git directory
    2b. koha-shell kohadev -c "bash misc/bin/sip_run.sh etc/SIPconfig.xml"
    2c. If necessary, logs are at /var/lib/koha/kohadev/sip.out and
/var/lib/koha/kohadev/sip.err 
3. Issue book via SIP

    perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su koha -sp koha -l CPL
--patron 1 --item 3999900000001 -m checkout

4. Check action_logs or circulation logs for "CIRCULATION ISSUE
<borrowernumber> <biblionumber>" line

    http://localhost:8081/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=1

5. Disable IssueLog
6. Issue another book via SIP
7. Check action_logs

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list