Skip to content

Commit

Permalink
Update mixed cluster test skip version for downsampling (#106942) (#1…
Browse files Browse the repository at this point in the history
…06944)

All nodes on the mixed cluster need to be at least on version
8.10 since PR #97557 introduced execution of downsampling tasks
using the persisten task framework which is incompatible with
how execution was coordinated before.
  • Loading branch information
salvatore-campagna committed Mar 31, 2024
1 parent caa3a90 commit 8c28f22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugin/downsample/qa/mixed-cluster/build.gradle
Expand Up @@ -26,7 +26,7 @@ restResources {
}

def supportedVersion = bwcVersion -> {
return bwcVersion.onOrAfter("8.8.0");
return bwcVersion.onOrAfter("8.10.0");
}

BuildParams.bwcVersions.withWireCompatible(supportedVersion) { bwcVersion, baseName ->
Expand Down
@@ -1,7 +1,7 @@
setup:
- skip:
version: " - 8.4.99"
reason: "rollup renamed to downsample in 8.5.0"
version: " - 8.9.99"
reason: "Downsampling executed using persistent task framework from version 8.10"

- do:
indices.create:
Expand Down Expand Up @@ -87,6 +87,9 @@ setup:

---
"Downsample index":
- skip:
version: " - 8.9.99"
reason: "Downsampling executed using persistent task framework from version 8.10"

- do:
indices.downsample:
Expand Down

0 comments on commit 8c28f22

Please sign in to comment.