Skip to content

Commit bd17db3

Browse files
gaobinlongdk2k
authored andcommitted
Fix version check in yml test file for double range profiler shows filter rewrite info (opensearch-project#16125)
Signed-off-by: Gao Binlong <[email protected]>
1 parent 90b2444 commit bd17db3

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)