Skip to content

Commit 525e80a

Browse files
committed
Add streaming tests against latest SNAPSHOTs
Signed-off-by: Andriy Redko <[email protected]>
1 parent 398481e commit 525e80a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/test-spec.yml

+8
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,17 @@ jobs:
4949
- version: 2.19.0
5050
hub: opensearchstaging
5151
ref: '@sha256:4da23e0137b2b67206d23b36fcf0914cc39b3bf19310c782f536e4934b86f6cc'
52+
- version: 2.19.0
53+
hub: opensearchstaging
54+
ref: '@sha256:4da23e0137b2b67206d23b36fcf0914cc39b3bf19310c782f536e4934b86f6cc'
55+
tests: plugins/streaming
5256
- version: 3.0.0
5357
hub: opensearchstaging
5458
ref: '@sha256:727643acdfebed77bfdb26362dbcff536b7ea02a0cc4ae2da2521729171333de'
59+
- version: 3.0.0
60+
hub: opensearchstaging
61+
ref: '@sha256:727643acdfebed77bfdb26362dbcff536b7ea02a0cc4ae2da2521729171333de'
62+
tests: plugins/streaming
5563

5664
name: test-opensearch-spec (version=${{ matrix.entry.version }}, hub=${{ matrix.entry.hub || 'opensearchproject' }}, tests=${{ matrix.entry.tests || 'default' }})
5765
runs-on: ubuntu-latest

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1515
- Added `/_cluster/stats/{metric}/nodes/{node_id}` and `/_cluster/stats/{metric}/{index_metric}/nodes/{node_id}` ([#639](https://github.com/opensearch-project/opensearch-api-specification/pull/639))
1616
- Added `PhoneAnalyzer` from `analysis-phonenumber` plugin ([#609](https://github.com/opensearch-project/opensearch-api-specification/pull/609))
1717
- Added `/_list/indices` & `/_list/shards` api specs ([#613](https://github.com/opensearch-project/opensearch-api-specification/pull/613))
18+
- Added streaming tests against latest SNAPSHOTs ([#675](https://github.com/opensearch-project/opensearch-api-specification/pull/675))
1819

1920
### Removed
2021
- Removed unsupported `_common.mapping:SourceField`'s `mode` field and associated `_common.mapping:SourceFieldMode` enum ([#652](https://github.com/opensearch-project/opensearch-api-specification/pull/652))

0 commit comments

Comments
 (0)