File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,48 +26,49 @@ jobs:
2626 - version : 2.0.0
2727 admin_password : admin
2828 opts : -XX:-UseContainerSupport
29- - version : 2.19.2
30- - version : 3.1 .0
29+ - version : 2.19.5
30+ - version : 3.6 .0
3131 # TODO: Uncomment when a more complete 3.2.0 staging build is available.
3232 # - version: 3.2.0
3333 # hub: opensearchstaging
3434 # ref: '@sha256:95be442d5ae90490a4dd9fb32f4e5aa3e9bb48288d789d65e33e051f7549592a'
3535
3636 # test suites for specific plugins
37- - version : 3.1 .0
37+ - version : 3.6 .0
3838 tests : plugins/index_state_management
39+ # TODO: ML model registration is flaky on 3.6.0 (model download timing).
3940 - version : 3.1.0
4041 tests : plugins/ml
41- - version : 3.1 .0
42+ - version : 3.6 .0
4243 tests : routing
43- - version : 3.1 .0
44+ - version : 3.6 .0
4445 tests : snapshot
45- - version : 3.1 .0
46+ - version : 3.6 .0
4647 tests : remote_store
47- - version : 3.1 .0
48+ - version : 3.6 .0
4849 tests : dangling
4950 url : http://localhost:9200
50- - version : 3.1 .0
51+ - version : 3.6 .0
5152 tests : plugins/replication
5253 url : http://localhost:9200
53- - version : 3.1 .0
54+ - version : 3.6 .0
5455 tests : plugins/streaming
5556 http1 : true
56- - version : 3.1 .0
57+ - version : 3.6 .0
5758 tests : plugins/notifications
58- - version : 3.1 .0
59+ - version : 3.6 .0
5960 tests : plugins/query_insights
60- - version : 3.1 .0
61+ - version : 3.6 .0
6162 tests : plugins/workload-management
62- - version : 3.1 .0
63+ - version : 3.6 .0
6364 tests : plugins/analysis
64- - version : 3.1 .0
65+ - version : 3.6 .0
6566 tests : plugins/knn
66- - version : 3.1 .0
67+ - version : 3.6 .0
6768 tests : plugins/security
6869 cert : tests/plugins/security/.kirk.pem
6970 key : tests/plugins/security/.kirk-key.pem
70- - version : 3.1 .0
71+ - version : 3.6 .0
7172 tests : plugins/search_relevance
7273 url : http://localhost:9200
7374 - version : 3.2.0
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ epilogues:
3737 status : [200, 404]
3838chapters :
3939 - synopsis : Search with agentic query containing query_text and query_fields.
40+ pending : Requires agentic_query_translator search processor pipeline configuration.
4041 path : /{index}/_search
4142 method : POST
4243 parameters :
Original file line number Diff line number Diff line change 11$schema : ../../../json_schemas/test_story.schema.yaml
22
33description : Test opening an index.
4+ version : ' >= 2.4'
45prologues :
56 - path : /movies
67 method : PUT
Original file line number Diff line number Diff line change @@ -176,10 +176,10 @@ chapters:
176176 - _id : ${judgment1.judgment_id}
177177 _source :
178178 name : UBIbaseline
179- description : UBI judgment
180179 type : UBI_JUDGMENT
181- clickModel : coec
182- maxRank : 10
180+ metadata :
181+ clickModel : coec
182+ maxRank : 10
183183 - synopsis : Retrieve a specific judgment.
184184 path : /_plugins/_search_relevance/judgments/{judgment_id}
185185 method : GET
You can’t perform that action at this time.
0 commit comments