replace awaitsfix url with underlying lucene issue for index lookup failure

This commit is contained in:
Ryan Ernst 2015-02-20 11:18:53 -08:00
parent 9302126162
commit 94348cb788
1 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcke
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount;
import static org.hamcrest.Matchers.equalTo;
@AwaitsFix(bugUrl="https://github.com/elasticsearch/elasticsearch/pull/9746")
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/LUCENE-6271")
public class IndexLookupTests extends ElasticsearchIntegrationTest {
String includeAllFlag = "_FREQUENCIES | _OFFSETS | _PAYLOADS | _POSITIONS | _CACHE";