测试 GCE

编辑

此插件中的集成测试需要有效的 GCE 配置,因此默认情况下已禁用。要启用测试,请准备一个包含以下内容的配置文件 elasticsearch.yml

cloud:
  gce:
      project_id: es-cloud
      zone: europe-west1-a
discovery:
      seed_providers: gce

请将 project_idzone 替换为您的设置。

运行测试

mvn -Dtests.gce=true -Dtests.config=/path/to/config/file/elasticsearch.yml clean test