We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcba65a commit 5b5dd9eCopy full SHA for 5b5dd9e
qa/translog-policy/build.gradle
@@ -15,9 +15,8 @@ apply plugin: 'elasticsearch.testclusters'
15
apply plugin: 'elasticsearch.standalone-test'
16
apply from : "$rootDir/gradle/bwc-test.gradle"
17
18
-boolean isDefaultDistro = System.getProperty('tests.distribution', 'oss') == 'default'
19
for (Version bwcVersion : BuildParams.bwcVersions.indexCompatible) {
20
- if (bwcVersion.before('6.3.0') && isDefaultDistro) {
+ if (bwcVersion.before('6.3.0')) {
21
// explicitly running restart on the current node does not work in step 2
22
// below when plugins are installed, wihch is the case for x-pack as a plugin
23
// prior to 6.3.0
0 commit comments