소스 검색

[8.x] Change backwards test configuration to use trial license (#115226) (#115244)

* Change backwards test configuration to use trial license (#115226)

* Change backwards test configuration to use trial license

* unmute

(cherry picked from commit 5e761fe4d0733c3cdc6d60c5f955dcd9086c1843)

# Conflicts:
#	muted-tests.yml

* Update muted-tests.yml
Kostas Krikellas 1 년 전
부모
커밋
d4cb781192
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      qa/mixed-cluster/build.gradle

+ 1 - 0
qa/mixed-cluster/build.gradle

@@ -71,6 +71,7 @@ BuildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
       numberOfNodes = 4
       numberOfNodes = 4
       setting 'path.repo', "${buildDir}/cluster/shared/repo/${baseName}"
       setting 'path.repo', "${buildDir}/cluster/shared/repo/${baseName}"
       setting 'xpack.security.enabled', 'false'
       setting 'xpack.security.enabled', 'false'
+      setting "xpack.license.self_generated.type", "trial"
       /* There is a chance we have more master changes than "normal", so to avoid this test from failing,
       /* There is a chance we have more master changes than "normal", so to avoid this test from failing,
        we increase the threshold (as this purpose of this test isn't to test that specific indicator). */
        we increase the threshold (as this purpose of this test isn't to test that specific indicator). */
       if (bwcVersion.onOrAfter(Version.fromString("8.4.0"))) {
       if (bwcVersion.onOrAfter(Version.fromString("8.4.0"))) {