Skip to content

Commit

Permalink
Skip date_histogram on range fields before 7.4.1 (#51771)
Browse files Browse the repository at this point in the history
range fields didn't have doc_values before 7.4.1. They were added in
 #47472.
  • Loading branch information
nik9000 committed Jan 31, 2020
1 parent d4f6f38 commit 2e0bba0
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,8 @@ setup:
---
"date_histogram on range":
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/51525"
# When fixed, reinstate these lines
#version: " - 7.1.99"
#reason: calendar_interval introduced in 7.2.0
version: " - 7.4.1"
reason: doc values on ranges implemented in 7.4.1

- do:
indices.create:
Expand Down Expand Up @@ -364,11 +361,8 @@ setup:
---
"date_histogram on range with offset":
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/51525"
# When fixed, reinstate these lines
#version: " - 7.1.99"
#reason: calendar_interval introduced in 7.2.0
version: " - 7.4.1"
reason: doc values on ranges implemented in 7.4.1

- do:
indices.create:
Expand Down

0 comments on commit 2e0bba0

Please sign in to comment.