Fix AWS integration tests after BagofWords feature
Type of change
-
Bug Fix -
Feature
Please provide link to gitlab issue or ADR(Architecture Decision Record)
Does this introduce a change in the core logic?
- [NO]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
Google Cloud -
IBM
Does this introduce a breaking change?
- [NO]
What is the current behavior?
Integrations tests are currently broken on AWS following the enabling of the BagOfWords feature, which increase the number of results returned by a "text" query as the ES Analyzer changed.
What is the new/expected behavior?
Update the tests cases to force the query on a specific text field, thus still using exact matched and returning the correct number of expected results
Have you added/updated Unit Tests and Integration Tests?
Yes Related change on Indexer which introduce the failure: indexer-service!649 (merged)