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

--- Comment #5 from David Cook <[email protected]> ---
(In reply to David Cook from comment #4)
> In KTD, if I run "memcdump -s memcached:11211", I do see a couple of keys...
> koha_kohadev::MarcSubfieldStructure-
> koha_kohadev::MarcSubfieldStructure-BKS
> 
> I wonder if in a fresh KTD if the cache gets populated on the first run of
> t/db_dependent/ILSDI_Services.t whereas on the CI server it's already been
> pre-populated I guess I have an idea on how to test that...

Admittedly memcdump isn't the best tool. I've found it doesn't already report
everything.

But I just tried to add a MARC record in Default Framework and BKS framework
via the webapp to pre-prime the caches...

Which gave me these cache keys:
koha_kohadev::MarcSubfieldStructure-
koha_kohadev::MarcStructure-1-BKS
koha_kohadev::MarcStructure-1-

After running t/db_dependent/ILSDI_Services.t, I get the following:
koha_kohadev::MarcStructure-0-
koha_kohadev::MarcStructure-1-
koha_kohadev::MarcStructure-1-BKS
koha_kohadev::MarcSubfieldStructure-

In theory the bibliographic framework used should be the default one...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to