Skip to content

Commit

Permalink
Update supported version for fixing the bug of noop_update_total metr…
Browse files Browse the repository at this point in the history
…ic cannot be updated by bulk API

Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong committed Jan 18, 2024
1 parent 904c9a9 commit c437f05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Fix issue when calling Delete PIT endpoint and no PITs exist ([#11711](https://github.com/opensearch-project/OpenSearch/pull/11711))
- Fix tracing context propagation for local transport instrumentation ([#11490](https://github.com/opensearch-project/OpenSearch/pull/11490))
- Fix parsing of single line comments in `lang-painless` ([#11815](https://github.com/opensearch-project/OpenSearch/issues/11815))
- Update supported version for fixing the bug of noop_update_total metric cannot be updated by bulk API

### Security

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ setup:
---
"Test noop_update_total metric can be updated by both update API and bulk API":
- skip:
version: " - 2.99.99" #TODO: change to 2.11.99 after the PR is backported to 2.x branch
reason: "fixed in 3.0"
version: " - 2.11.99"
reason: "fixed in 2.12.0"

- do:
update:
Expand Down

0 comments on commit c437f05

Please sign in to comment.