Add OpenSearch 2.8.0 to test case (#10886)

This commit is contained in:
kezhenxu94 2023-06-07 11:09:26 +08:00 committed by GitHub
parent fe1cb78584
commit e4dfbd466b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -391,6 +391,9 @@ jobs:
- name: Storage OpenSearch 2.4.0 - name: Storage OpenSearch 2.4.0
config: test/e2e-v2/cases/storage/opensearch/e2e.yaml config: test/e2e-v2/cases/storage/opensearch/e2e.yaml
env: OPENSEARCH_VERSION=2.4.0 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 - name: Storage ES Sharding
config: test/e2e-v2/cases/storage/es/es-sharding/e2e.yaml config: test/e2e-v2/cases/storage/es/es-sharding/e2e.yaml

View File

@ -51,6 +51,7 @@
* Support Metrics Query Expression(MQE) and allows users to do simple query-stage calculation through the expression. * Support Metrics Query Expression(MQE) and allows users to do simple query-stage calculation through the expression.
* Deprecated metrics query v2 protocol. * Deprecated metrics query v2 protocol.
* Deprecated record query protocol. * Deprecated record query protocol.
* Add OpenSearch 2.8.0 to test case.
#### UI #### UI
* Revert: cpm5d function. This feature is cancelled from backend. * Revert: cpm5d function. This feature is cancelled from backend.