File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
modules/reindex/src/test/java/org/elasticsearch/reindex Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 99
1010package org .elasticsearch .reindex ;
1111
12+ import org .apache .lucene .tests .util .LuceneTestCase ;
1213import org .elasticsearch .action .ActionFuture ;
1314import org .elasticsearch .action .admin .cluster .node .info .NodeInfo ;
1415import org .elasticsearch .action .admin .cluster .node .tasks .list .ListTasksResponse ;
5758 * Integration test for bulk retry behavior. Useful because retrying relies on the way that the
5859 * rest of Elasticsearch throws exceptions and unit tests won't verify that.
5960 */
61+ @ LuceneTestCase .AwaitsFix (bugUrl = "depends on being able to fill the write queue" )
6062public class RetryTests extends ESIntegTestCase {
6163
6264 private static final int DOC_COUNT = 20 ;
You can’t perform that action at this time.
0 commit comments