Skip to content

Commit

Permalink
Update to Lucene 4.8.0/ elasticsearch 2.0.0
Browse files Browse the repository at this point in the history
Latest changes break tests

Closes #21.
(cherry picked from commit 04c77e8)
  • Loading branch information
dadoonet committed Apr 29, 2014
1 parent 314b146 commit 7d7b224
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ governing permissions and limitations under the License. -->
<elasticsearch.version>2.0.0-SNAPSHOT</elasticsearch.version>
<google.gce.version>v1-rev15-1.18.0-rc</google.gce.version>
<google.api.version>1.18.0-rc</google.api.version>
<lucene.version>4.7.0</lucene.version>
<lucene.version>4.8.0</lucene.version>
<tests.shuffle>true</tests.shuffle>
<tests.output>onerror</tests.output>
<tests.client.ratio></tests.client.ratio>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

@ElasticsearchIntegrationTest.ClusterScope(
scope = ElasticsearchIntegrationTest.Scope.SUITE,
numNodes = 2,
numDataNodes = 2,
transportClientRatio = 0.0)
public abstract class AbstractGceComputeServiceTest extends ElasticsearchIntegrationTest {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@AbstractGceTest.GceTest
@ElasticsearchIntegrationTest.ClusterScope(
scope = ElasticsearchIntegrationTest.Scope.TEST,
numNodes = 1,
numDataNodes = 1,
transportClientRatio = 0.0)
public class GceSimpleITest extends AbstractGceTest {

Expand Down

0 comments on commit 7d7b224

Please sign in to comment.