Bug 24119 - Records indexed into ES during tests are not removed by rollback
Summary: Records indexed into ES during tests are not removed by rollback
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: Main
Hardware: All All
: P5 - low major (vote)
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-26 13:01 UTC by Nick Clemens
Modified: 2021-11-30 11:03 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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