Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created June 23, 2020 at 8:44 AM
Updated July 31, 2020 at 1:15 PM
Resolved July 1, 2020 at 9:50 AM
Most of the test applied to predicates are very similar across different predicate types: boost, multi-index compatibility, searchable/non-searchable, ...
We should factorize this code somehow, so that:
It's easier to change all tests when a feature changes (e.g. boosts).
It's easier to test new predicates.
And more importantly, we don't have 1700-line-long tests consisting mostly of copy-pasted code anymore.