43 Commits

Author SHA1 Message Date
Robert Muir
bc2f603ae3 engage forbidden apis 2015-05-21 10:34:18 -04:00
Robert Muir
5f423da911 Use tests.jvms=1 like the old parallelism of 1 2015-05-13 23:17:37 -04:00
Robert Muir
e2675c3616 Use ThirdParty annotation and remove duplicate test config.
See elastic/elasticsearch-parent#41
2015-05-13 22:46:49 -04:00
Robert Muir
7f65196ee8 remove unnecessary prop 2015-05-11 21:26:36 -04:00
Robert Muir
53bf03fbca enable security manager in tests 2015-05-11 19:48:54 -04:00
David Pilato
947569a566 Remove oss snapshot repo as defined in parent
(cherry picked from commit 20e154e)
(cherry picked from commit 994c8ef)
2015-04-24 12:41:36 +02:00
David Pilato
7efb77b24f Update to GCE API v1-rev59-1.20.0
GCE API have been updated to `v1-rev59-1.20.0`.

We now can depend only on:

```xml
<dependency>
  <groupId>com.google.apis</groupId>
  <artifactId>google-api-services-compute</artifactId>
  <version>v1-rev59-1.20.0</version>
</dependency>
```

It comes with all needed dependencies.

Closes #49.
(cherry picked from commit f95dc16)
(cherry picked from commit 4ee6c95)
2015-04-24 12:41:23 +02:00
David Pilato
2c94de30e9 Move to elastic owner
(cherry picked from commit d745edb)
(cherry picked from commit 8231854)
2015-03-25 15:41:08 +01:00
David Pilato
d6231e2c9f Move parent after artifact coordinates 2015-03-25 15:40:58 +01:00
David Pilato
7839cdf3c2 Depend on elasticsearch-parent
To simplify plugins maintenance and provide more value in the future, we are starting to build an `elasticsearch-parent` project. This commit is the first step for this plugin to depend on this new `pom` maven project.
2015-01-02 21:30:46 +01:00
Adrien Grand
ced093fec2 Upgrade to Lucene 5.0.0-snapshot-1642891 2014-12-02 18:22:17 +01:00
Michael McCandless
9529d735be Upgrade to Lucene 5.0.0-snapshot-1641343 2014-11-24 05:52:16 -05:00
tlrx
554d942acf [TESTS] Upgrade randomizedtesting-runner to 2.1.10
(cherry picked from commit 87b1b25)
2014-11-12 15:05:45 +01:00
Michael McCandless
d79ae5d39a Upgrade to Lucene 5.0.0-snapshot-1637347 2014-11-10 16:46:31 -05:00
Robert Muir
00eeb866cf upgrade to lucene 5 snapshot (the compile is still broken as it was before, so untested...) 2014-11-05 17:56:00 -05:00
David Pilato
51c10c18ba Tests: refactor tests
We need to simplify a bit our tests.
Also, we need to mark as `@Ignore` tests as they break now due to some cluster controls after each test in elasticsearch test infra.

See [org.elasticsearch.test.ElasticsearchIntegrationTest#ensureClusterSizeConsistency()](https://github.com/elasticsearch/elasticsearch/blob/v1.3.1/src/test/java/org/elasticsearch/test/ElasticsearchIntegrationTest.java#L974-L979)

Closes #33.
2014-08-06 22:51:21 +02:00
Simon (Big Chief) Morley
3dcc5123b1 Update to Lucene 4.9.0
Closes #32.
2014-08-06 10:02:18 +02:00
David Pilato
e35e51556e Fix tests
When upgrading to elasticsearch 1.2.1 test framework, some tests are not working anymore because of
`ElasticsearchIntegrationTest#ensureClusterSizeConsistency()` method which check that the number of started nodes
is the number of available nodes in the cluster.

Disabling them temporary.

Also, a new clientNode could be added (depends on seed). It adds a node more than expected.

(cherry picked from commit bcc2cd5)
2014-06-15 23:32:04 +02:00
David Pilato
81742c3c1d Update to elasticsearch 1.3.0
Closes #24.

(cherry picked from commit 9c62411)
2014-06-15 23:31:42 +02:00
David Pilato
7d7b2241e5 Update to Lucene 4.8.0/ elasticsearch 2.0.0
Latest changes break tests

Closes #21.
(cherry picked from commit 04c77e8)
2014-04-29 22:05:41 +02:00
David Pilato
c0d047dccb Fix tests when running mvn tests
(cherry picked from commit 1edd72e)
2014-04-16 08:01:35 +02:00
David Pilato
290fb027c3 Upgrade to GCE v1-rev15-1.18.0-rc API
Closes #19.
2014-04-14 23:36:24 +02:00
David Pilato
3643233670 Update to elasticsearch master 2014-03-26 20:25:28 +01:00
David Pilato
4f04ded852 Run tests with only one JVM
(cherry picked from commit d003f39)
2014-03-26 20:09:59 +01:00
David Pilato
c5a03cb448 Create branches according to elasticsearch versions
We create branches:

* es-0.90 for elasticsearch 0.90
* es-1.0 for elasticsearch 1.0
* es-1.1 for elasticsearch 1.1
* master for elasticsearch master

We also check that before releasing we don't have a dependency to an elasticsearch SNAPSHOT version.

Add links to each version in documentation
(cherry picked from commit a51926c)
2014-03-26 19:58:45 +01:00
David Pilato
cbca1c4838 prepare for next development iteration 2014-03-12 12:19:17 +01:00
David Pilato
cba743df3f prepare release elasticsearch-cloud-gce-2.0.0 2014-03-12 12:14:09 +01:00
David Pilato
6aa36aa5be Move tests to elasticsearch test framework
Closes #16.
2014-03-12 12:03:27 +01:00
David Pilato
f39ba93ca8 Update to elasticsearch 1.0.0
Closes #14.
2014-03-11 17:45:58 +01:00
David Pilato
91bc7f8aff Add plugin release semi-automatic script
Closes #13.
2014-03-11 17:39:10 +01:00
David Pilato
4f11862cce Update to GCE API 1.17.0-rc
Seen in #9, Google changed its APIs. We need to update as it previous version causes a `404` error.

Closes #12.
Closes #9.
2014-01-29 11:21:45 +01:00
David Pilato
fd0354e26f prepare for next development iteration 2014-01-15 19:51:46 +01:00
David Pilato
b2247c977a prepare release elasticsearch-cloud-gce-2.0.0.RC1 2014-01-15 19:07:03 +01:00
David Pilato
853519ae95 Update to elasticsearch 1.0.0.RC1
Closes #7.
2014-01-13 16:12:52 +01:00
David Pilato
431f704d6d Move tests to elasticsearch test framework
Closes #8.
2014-01-13 16:07:27 +01:00
David Pilato
e2f6e5c152 prepare for next development iteration 2013-08-09 10:08:33 +02:00
David Pilato
1930c09eb2 prepare release elasticsearch-cloud-gce-1.1.0 2013-08-09 10:00:44 +02:00
David Pilato
ed562689f7 Update to Elasticsearch 0.90.3.
Closes #5.
2013-08-09 09:58:38 +02:00
David Pilato
d8f308c2ed prepare for next development iteration 2013-07-23 13:40:09 +02:00
David Pilato
e0a99df201 prepare release elasticsearch-cloud-gce-1.0.0 2013-07-23 13:17:44 +02:00
David Pilato
2814c51c24 Changes after @imotov review. 2013-07-09 18:55:56 +02:00
David Pilato
0d40a0e2f9 Trying to Mock GCE API for tests 2013-07-01 23:17:14 +02:00
David Pilato
5e14147991 Add cloud discovery for google compute engine
Google Compute Engine VM discovery allows to use the google APIs to perform automatic discovery (similar to multicast in non hostile
multicast environments). Here is a simple sample configuration:

```yaml
  cloud:
      gce:
          project_id: <your-google-project-id>
          zone: <your-zone>
  discovery:
          type: gce
```

How to start (short story)
--------------------------

* Create Google Compute Engine instance
* Install Elasticsearch
* Install Google Compute Engine Cloud plugin
* Modify `elasticsearch.yml` file
* Start Elasticsearch

Closes #1.
2013-06-28 09:45:02 +02:00