测试 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