Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This change disables query cache when internally querying for operation uid. This code path is executed only when assertions are enabled to check if an op already exists in the index. The current code fetches the searcher using acquireSearcher, which reuses the queryCache and conflicts with tests on the cache. (cherry picked from commit a7d3884) Signed-off-by: Marc Handalian <handalm@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information