Upgrade lucene snapshot to r1677039

This commit is contained in:
Ryan Ernst 2015-04-30 13:36:36 -07:00
parent 12c19508fb
commit a0451a37cc
3 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<properties> <properties>
<lucene.version>5.2.0</lucene.version> <lucene.version>5.2.0</lucene.version>
<lucene.snapshot.revision>1675927</lucene.snapshot.revision> <lucene.snapshot.revision>1677039</lucene.snapshot.revision>
<lucene.maven.version>5.2.0-snapshot-${lucene.snapshot.revision}</lucene.maven.version> <lucene.maven.version>5.2.0-snapshot-${lucene.snapshot.revision}</lucene.maven.version>
<testframework.version>2.1.14</testframework.version> <testframework.version>2.1.14</testframework.version>
<tests.jvms>auto</tests.jvms> <tests.jvms>auto</tests.jvms>

View File

@ -1863,6 +1863,7 @@ public class SimpleChildQuerySearchTests extends ElasticsearchIntegrationTest {
} }
@Test @Test
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/10897")
public void testValidateThatHasChildAndHasParentFilterAreNeverCached() throws Exception { public void testValidateThatHasChildAndHasParentFilterAreNeverCached() throws Exception {
assertAcked(prepareCreate("test") assertAcked(prepareCreate("test")
.setSettings(builder().put(indexSettings()) .setSettings(builder().put(indexSettings())

View File

@ -118,6 +118,7 @@ public class ScriptFilterSearchTests extends ElasticsearchIntegrationTest {
} }
@Test @Test
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/10897")
public void testCustomScriptCache() throws Exception { public void testCustomScriptCache() throws Exception {
assertAcked(prepareCreate("test").setSettings( assertAcked(prepareCreate("test").setSettings(
ImmutableSettings.settingsBuilder() ImmutableSettings.settingsBuilder()