Explorar o código

Upgrade lucene snapshot to r1677039

Ryan Ernst %!s(int64=10) %!d(string=hai) anos
pai
achega
a0451a37cc

+ 1 - 1
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>

+ 1 - 0
src/test/java/org/elasticsearch/search/child/SimpleChildQuerySearchTests.java

@@ -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())

+ 1 - 0
src/test/java/org/elasticsearch/search/scriptfilter/ScriptFilterSearchTests.java

@@ -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()