Skip to content

Commit 20d32cf

Browse files
Fix version check in yml test file for double range profiler shows filter rewrite info (#16125) (#16131)
(cherry picked from commit e6e290d) Signed-off-by: Gao Binlong <gbinlong@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d5c4081 commit 20d32cf

File tree

1 file changed

+2
-2
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/40_range.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,8 @@ setup:
535535
---
536536
"Double range profiler shows filter rewrite info":
537537
- skip:
538-
version: " - 2.99.99"
539-
reason: debug info for filter rewrite added in 3.0.0 (to be backported to 2.15.0)
538+
version: " - 2.15.99"
539+
reason: debug info for filter rewrite was added in 2.16.0
540540

541541
- do:
542542
indices.create:

0 commit comments

Comments
 (0)