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:
Mayya Sharipova 2020-09-30 08:59:17 -04:00
parent 803f1ec897
commit abfae16517
1 changed files with 0 additions and 1 deletions

View File

@ -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);