Skip to content

Commit

Permalink
Fix BwC Tests looking for UUID Pre 6.4 (#32158) (#32169)
Browse files Browse the repository at this point in the history
* UUID field was added for #31791 and only went into 6.4 and 7.0
* Fixes #32119
  • Loading branch information
original-brownbear committed Jul 18, 2018
1 parent 2d3c0db commit 4bd9de2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion qa/mixed-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ for (Version version : bwcVersions.wireCompatible) {
tasks.getByName("${baseName}#mixedClusterTestRunner").configure {
/* To support taking index snapshots, we have to set path.repo setting */
systemProperty 'tests.path.repo', new File(buildDir, "cluster/shared/repo")
systemProperty 'tests.rest.blacklist', ['indices.stats/10_index/Index - all'].join(',')
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ setup:

---
"Index - all":
- skip:
version: " - 6.3.99"
reason: "uuid is only available from 6.4.0 on"

- do:
indices.stats: { index: _all }

Expand Down

0 comments on commit 4bd9de2

Please sign in to comment.