Upgrade lucene snapshot to r1677039
This commit is contained in:
parent
12c19508fb
commit
a0451a37cc
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
|
@ -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())
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue