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>
|
||||
<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>
|
||||
<testframework.version>2.1.14</testframework.version>
|
||||
<tests.jvms>auto</tests.jvms>
|
||||
|
|
|
@ -1863,6 +1863,7 @@ public class SimpleChildQuerySearchTests extends ElasticsearchIntegrationTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/10897")
|
||||
public void testValidateThatHasChildAndHasParentFilterAreNeverCached() throws Exception {
|
||||
assertAcked(prepareCreate("test")
|
||||
.setSettings(builder().put(indexSettings())
|
||||
|
|
|
@ -118,6 +118,7 @@ public class ScriptFilterSearchTests extends ElasticsearchIntegrationTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/10897")
|
||||
public void testCustomScriptCache() throws Exception {
|
||||
assertAcked(prepareCreate("test").setSettings(
|
||||
ImmutableSettings.settingsBuilder()
|
||||
|
|
Loading…
Reference in New Issue