Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Integration tests for ScriptScoreQuery using Painless
setup:
- skip:
version: " - 7.9.99"
version: " - 7.99.99"
reason: "boost was corrected in script_score query from 8.0"
- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ setup:
---
"histogram with hard bounds":
- skip:
version: " - 7.9.99"
version: " - 7.99.99"
reason: hard_bounds were introduced in 8.0.0

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ setup:
---
"date_histogram on range with hard bounds":
- skip:
version: " - 7.9.99"
reason: hard_bounds introduced in 8.0.0
version: " - 7.99.99"
reason: waiting for backport

- do:
search:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setup:
"Request with negative from value url parameter":

- skip:
version: " - 7.9.99"
version: " - 7.99.99"
reason: waiting for backport

- do:
Expand All @@ -43,7 +43,7 @@ setup:
"Request with negative from value in body":

- skip:
version: " - 7.9.99"
version: " - 7.99.99"
reason: waiting for backport

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ setup:
---
"Get snapshot info with metadata":
- skip:
version: " - 7.9.99"
version: " - 7.99.99"
reason: "8.0 changes get snapshots response format"

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ setup:
---
"Indexing a document into a data stream without a timestamp field":
- skip:
version: " - 7.9.99"
version: " - 7.99.99"
reason: "enable in 7.9+ when backported"
features: allowed_warnings

Expand Down