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
editTesting 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