File tree 2 files changed +7
-0
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test/index
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
154
154
- Fix recovery path for searchable snapshots ([ 4813] ( https://github.com/opensearch-project/OpenSearch/pull/4813 ) )
155
155
- Fix bug in AwarenessAttributeDecommissionIT([ 4822] ( https://github.com/opensearch-project/OpenSearch/pull/4822 ) )
156
156
- Fix 'org.apache.hc.core5.http.ParseException: Invalid protocol version' under JDK 16+ ([ #4827 ] ( https://github.com/opensearch-project/OpenSearch/pull/4827 ) )
157
+ - [ BUG] : flaky test index/80_geo_point/Single point test([ #4860 ] ( https://github.com/opensearch-project/OpenSearch/pull/4860 ) )
157
158
158
159
### Security
159
160
- CVE-2022 -25857 org.yaml: snakeyaml DOS vulnerability ([ #4341 ] ( https://github.com/opensearch-project/OpenSearch/pull/4341 ) )
Original file line number Diff line number Diff line change 12
12
13
13
---
14
14
" Single point test " :
15
+ - skip :
16
+ version : " - 2.3.99"
17
+ reason : " geojson format is supported in 2.4 and above"
15
18
- do :
16
19
bulk :
17
20
refresh : true
75
78
76
79
---
77
80
" Multi points test " :
81
+ - skip :
82
+ version : " - 2.3.99"
83
+ reason : " geojson format is supported in 2.4 and above"
78
84
- do :
79
85
bulk :
80
86
refresh : true
You can’t perform that action at this time.
0 commit comments