Skip to content

Commit

Permalink
[8.14] Mute all collapse tests for 8.13 (#109594) (#109624)
Browse files Browse the repository at this point in the history
* Mute all collapse tests for 8.13 (#109594)

related to: #109476

(cherry picked from commit d846223)

* adjusing skip logic
  • Loading branch information
benwtrent authored Jun 12, 2024
1 parent 83967a1 commit 5c90d29
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ setup:

---
"standard retriever collapse":
- skip:
reason: "https://github.com/elastic/elasticsearch/issues/109476"
version: "8.13.0 - 8.13.5"
- do:
search:
index: animals
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
setup:
- skip:
reason: "https://github.com/elastic/elasticsearch/issues/109476"
version: "8.13.0 - 8.13.5"
- do:
indices.create:
index: test
Expand Down Expand Up @@ -85,7 +88,6 @@ setup:

---
"field collapsing and from":

- do:
search:
rest_total_hits_as_int: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
setup:
- skip:
reason: "https://github.com/elastic/elasticsearch/issues/109476"
version: "8.13.0 - 8.13.5"
- requires:
cluster_features: ["gte_v8.10.0"]
reason: Collapse with max score was fixed in 8.10.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
setup:
- skip:
reason: "https://github.com/elastic/elasticsearch/issues/109476"
version: "8.13.0 - 8.13.5"
---
"two levels fields collapsing":

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
setup:

- skip:
reason: "https://github.com/elastic/elasticsearch/issues/109476"
version: "8.13.0 - 8.13.5"
- requires:
cluster_features: ["gte_v8.0.0"]
reason: "collapse on unsigned_long was added in 8.0"
Expand Down

0 comments on commit 5c90d29

Please sign in to comment.