IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Testing Azure
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Testing Azure
editIntegrations tests in this plugin require working Azure configuration and therefore disabled by default.
To enable tests prepare a config file elasticsearch.yml
with the following content:
cloud: azure: storage: account: "YOUR-AZURE-STORAGE-NAME" key: "YOUR-AZURE-STORAGE-KEY"
Replaces account
, key
with your settings. Please, note that the test will delete all snapshot/restore related
files in the specified bucket.
To run test:
mvn -Dtests.azure=true -Dtests.config=/path/to/config/file/elasticsearch.yml clean test