mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-14 17:05:36 +00:00
Unmute test DeleteByQueryConcurrentTests
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
This commit is contained in:
parent
803f1ec897
commit
abfae16517
@ -35,7 +35,6 @@ import static org.hamcrest.Matchers.equalTo;
|
||||
|
||||
public class DeleteByQueryConcurrentTests extends ReindexTestCase {
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62609")
|
||||
public void testConcurrentDeleteByQueriesOnDifferentDocs() throws Throwable {
|
||||
final Thread[] threads = new Thread[scaledRandomIntBetween(2, 5)];
|
||||
final long docs = randomIntBetween(1, 50);
|
||||
|
Loading…
x
Reference in New Issue
Block a user