Bug 24119

Summary: Records indexed into ES during tests are not removed by rollback
Product: Koha Reporter: Nick Clemens <nick>
Component: Test SuiteAssignee: Chris Cormack <chris>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: andreas.jonsson, black23
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Nick Clemens 2019-11-26 13:01:31 UTC
If SearchEngine is set to Elasticsearch we index bibs directly into the engine. This means that a rollback won't remove these records.

Zebra only indexes from the zebraqueue which is in DB so is protected by transactions