Skip to content

Commit

Permalink
Add tsdb feature flag to xpack restart tests (#79648)
Browse files Browse the repository at this point in the history
These tests want to create a tsdb index as well so they need the feature
flag when run in non-snapshot mode.
  • Loading branch information
nik9000 authored Oct 21, 2021
1 parent 6cc0a41 commit 35cc201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/qa/full-cluster-restart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ BuildParams.bwcVersions.withIndexCompatiple { bwcVersion, baseName ->
keystore 'xpack.security.transport.ssl.secure_key_passphrase', 'testnode'

setting 'xpack.security.authc.api_key.enabled', 'true'
if (BuildParams.isSnapshotBuild() == false) {
systemProperty 'es.index_mode_feature_flag_registered', 'true'
}
}

tasks.register("${baseName}#oldClusterTest", StandaloneRestIntegTestTask) {
Expand Down

0 comments on commit 35cc201

Please sign in to comment.