mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
This commit fixes a race in the test for the new response format with search templates. The test indexes a document and then executes a search with the expectation of 0 results. In some instances, the index will refresh prior to the search execution and 1 hit will be found causing the test fail. Closes #42664