haystack/releasenotes/notes/fix-document-store-in-test-3640b8b079ff4539.yaml

10 lines
350 B
YAML
Raw Normal View History

---
fixes:
- |
The `test_comparison_in` test case in the base document store tests used to
always pass, no matter how the `in` filtering logic was implemented in
document stores. With the fix, the `in` logic is actually tested. Some tests
might start to fail for document stores that don't implement the `in` filter
correctly.