Skip to content

Commit 9b50aae

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 645125b commit 9b50aae

4 files changed

Lines changed: 22 additions & 19 deletions

File tree

.github/workflows/test-spec.yml

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

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)