mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 05:44:59 +00:00
[reindex] Mark test awaits fix because it is unstable
Fix coming.
This commit is contained in:
parent
c257e2c51f
commit
223cb6a7f0
@ -19,6 +19,7 @@
|
||||
|
||||
package org.elasticsearch.index.reindex;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||
import org.elasticsearch.action.ListenableActionFuture;
|
||||
import org.elasticsearch.action.bulk.BackoffPolicy;
|
||||
import org.elasticsearch.action.bulk.BulkRequestBuilder;
|
||||
@ -43,6 +44,7 @@ import static org.hamcrest.Matchers.greaterThan;
|
||||
* Integration test for retry behavior. Useful because retrying relies on the way that the rest of Elasticsearch throws exceptions and unit
|
||||
* tests won't verify that.
|
||||
*/
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/18456")
|
||||
public class RetryTests extends ReindexTestCase {
|
||||
/**
|
||||
* The number of concurrent requests to test.
|
||||
|
Loading…
x
Reference in New Issue
Block a user