Add OpenSearch 2.8.0 to test case (#10886)
This commit is contained in:
parent
fe1cb78584
commit
e4dfbd466b
|
|
@ -391,6 +391,9 @@ jobs:
|
|||
- name: Storage OpenSearch 2.4.0
|
||||
config: test/e2e-v2/cases/storage/opensearch/e2e.yaml
|
||||
env: OPENSEARCH_VERSION=2.4.0
|
||||
- name: Storage OpenSearch 2.8.0
|
||||
config: test/e2e-v2/cases/storage/opensearch/e2e.yaml
|
||||
env: OPENSEARCH_VERSION=2.8.0
|
||||
- name: Storage ES Sharding
|
||||
config: test/e2e-v2/cases/storage/es/es-sharding/e2e.yaml
|
||||
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
* Support Metrics Query Expression(MQE) and allows users to do simple query-stage calculation through the expression.
|
||||
* Deprecated metrics query v2 protocol.
|
||||
* Deprecated record query protocol.
|
||||
* Add OpenSearch 2.8.0 to test case.
|
||||
|
||||
#### UI
|
||||
* Revert: cpm5d function. This feature is cancelled from backend.
|
||||
|
|
|
|||
Loading…
Reference in New Issue