[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:57:42 CET 2020


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

--- Comment #35 from David Cook <dcook at prosentient.com.au> ---
(In reply to Jonathan Druart from comment #23)
> Could someone test this patch please?

Test plan:
1. Enable IssueLog
2. Start SIP server
    2a. change to Koha git directory
    2b. koha-shell kohadev 
    2c. perl C4/SIP/SIPServer.pm /etc/koha/sites/kohadev/SIPconfig.xml
3. Issue book via SIP

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

4. Check circulation logs for the item:

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

5. Disable IssueLog

6. Check in the book and then check it out again

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

7. Check circulation logs

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

8. Note results

Without the patch, you'll see a 2nd checkout. 

With the patch, you won't see the 2nd checkout. 

(Note: After applying the patch, you have to restart the SIP server.)

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


More information about the Koha-bugs mailing list