Skip to content

Commit a2e3ac5

Browse files
committed
Upgrade test matrix to OpenSearch 2.19.5 and 3.6.0
Bump plugin tests from 3.1.0 to 3.6.0 and default tests from 2.19.2 to 2.19.5 (latest patch releases). Signed-off-by: Sean Chittenden <sean.chittenden@crowdstrike.com>
1 parent 5d4a7e8 commit a2e3ac5

4 files changed

Lines changed: 22 additions & 20 deletions

File tree

.github/workflows/test-spec.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff 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

tests/default/_core/search/agentic_query.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ epilogues:
3737
status: [200, 404]
3838
chapters:
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:

tests/default/indices/open.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
$schema: ../../../json_schemas/test_story.schema.yaml
22

33
description: Test opening an index.
4+
version: '>= 2.4'
45
prologues:
56
- path: /movies
67
method: PUT

tests/plugins/search_relevance/judgments.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)