Skip to content

Commit

Permalink
Upgrade lucene snapshot to r1677039
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Apr 30, 2015
1 parent 12c1950 commit a0451a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -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>
Expand Down
Expand Up @@ -1863,6 +1863,7 @@ public void testParentChildQueriesViaScrollApi() throws Exception {
}

@Test
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/10897")
public void testValidateThatHasChildAndHasParentFilterAreNeverCached() throws Exception {
assertAcked(prepareCreate("test")
.setSettings(builder().put(indexSettings())
Expand Down
Expand Up @@ -118,6 +118,7 @@ public static int incrementScriptCounter() {
}

@Test
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/10897")
public void testCustomScriptCache() throws Exception {
assertAcked(prepareCreate("test").setSettings(
ImmutableSettings.settingsBuilder()
Expand Down

0 comments on commit a0451a3

Please sign in to comment.