mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-04 18:09:21 +00:00
Unmute DeleteByQueryConcurrentTests testConcurrentDeleteByQueriesOnDifferentDocs test. LUCENE-9449 introduced a bug in sorting on _doc, which resulted in failure of this test. As Lucene bug has been fixed, this reenables the test. Closes #62609