mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
Set missing feature flag in searchable snapshots QA Azure test (#54861)
This commit is contained in:
parent
50186b2580
commit
aae12bb7a2
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
|
import org.elasticsearch.gradle.info.BuildParams
|
||||||
import static org.elasticsearch.gradle.PropertyNormalization.IGNORE_VALUE
|
import static org.elasticsearch.gradle.PropertyNormalization.IGNORE_VALUE
|
||||||
|
|
||||||
apply plugin: 'elasticsearch.standalone-rest-test'
|
apply plugin: 'elasticsearch.standalone-rest-test'
|
||||||
|
@ -73,6 +73,10 @@ testClusters.integTest {
|
||||||
testDistribution = 'DEFAULT'
|
testDistribution = 'DEFAULT'
|
||||||
plugin file(repositoryPlugin.bundlePlugin.archiveFile)
|
plugin file(repositoryPlugin.bundlePlugin.archiveFile)
|
||||||
|
|
||||||
|
if (BuildParams.isSnapshotBuild() == false) {
|
||||||
|
systemProperty 'es.searchable_snapshots_feature_enabled', 'true'
|
||||||
|
}
|
||||||
|
|
||||||
keystore 'azure.client.searchable_snapshots.account', azureAccount
|
keystore 'azure.client.searchable_snapshots.account', azureAccount
|
||||||
keystore 'azure.client.searchable_snapshots.key', azureKey
|
keystore 'azure.client.searchable_snapshots.key', azureKey
|
||||||
keystore 'azure.client.searchable_snapshots.sas_token', azureSasToken
|
keystore 'azure.client.searchable_snapshots.sas_token', azureSasToken
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue