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,48 @@ 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- - version : 3.1 .0
39+ - version : 3.6 .0
4040 tests : plugins/ml
41- - version : 3.1 .0
41+ - version : 3.6 .0
4242 tests : routing
43- - version : 3.1 .0
43+ - version : 3.6 .0
4444 tests : snapshot
45- - version : 3.1 .0
45+ - version : 3.6 .0
4646 tests : remote_store
47- - version : 3.1 .0
47+ - version : 3.6 .0
4848 tests : dangling
4949 url : http://localhost:9200
50- - version : 3.1 .0
50+ - version : 3.6 .0
5151 tests : plugins/replication
5252 url : http://localhost:9200
53- - version : 3.1 .0
53+ - version : 3.6 .0
5454 tests : plugins/streaming
5555 http1 : true
56- - version : 3.1 .0
56+ - version : 3.6 .0
5757 tests : plugins/notifications
58- - version : 3.1 .0
58+ - version : 3.6 .0
5959 tests : plugins/query_insights
60- - version : 3.1 .0
60+ - version : 3.6 .0
6161 tests : plugins/workload-management
62- - version : 3.1 .0
62+ - version : 3.6 .0
6363 tests : plugins/analysis
64- - version : 3.1 .0
64+ - version : 3.6 .0
6565 tests : plugins/knn
66- - version : 3.1 .0
66+ - version : 3.6 .0
6767 tests : plugins/security
6868 cert : tests/plugins/security/.kirk.pem
6969 key : tests/plugins/security/.kirk-key.pem
70- - version : 3.1 .0
70+ - version : 3.6 .0
7171 tests : plugins/search_relevance
7272 url : http://localhost:9200
7373 - 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