mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 09:29:11 +00:00
Added AwaitsFix
This commit is contained in:
parent
0f23485a3c
commit
8817281a70
@ -23,6 +23,7 @@ import com.carrotsearch.randomizedtesting.annotations.Nightly;
|
||||
import com.google.common.base.Charsets;
|
||||
import com.google.common.collect.ImmutableList;
|
||||
import com.google.common.io.Resources;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.apache.lucene.util.LuceneTestCase.Slow;
|
||||
import org.elasticsearch.ElasticsearchException;
|
||||
import org.elasticsearch.ElasticsearchIllegalStateException;
|
||||
@ -671,6 +672,7 @@ public class SuggestSearchTests extends ElasticsearchIntegrationTest {
|
||||
|
||||
@Test
|
||||
@Nightly
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elasticsearch/elasticsearch/pull/5962")
|
||||
public void testPhraseBoundaryCases() throws ElasticsearchException, IOException {
|
||||
CreateIndexRequestBuilder builder = prepareCreate("test").setSettings(settingsBuilder()
|
||||
.put(indexSettings()).put(SETTING_NUMBER_OF_SHARDS, 1) // to get reliable statistics we should put this all into one shard
|
||||
|
Loading…
x
Reference in New Issue
Block a user