Skip to content

Commit

Permalink
Update supported version for the bug fix which add more index blocks …
Browse files Browse the repository at this point in the history
…check for resize APIs (opensearch-project#12921)

Signed-off-by: Gao Binlong <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
  • Loading branch information
gaobinlong authored and shiv0408 committed Apr 25, 2024
1 parent 84bc34b commit 1d9c539
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ setup:
index.number_of_replicas: 0
index.number_of_shards: 6

# Related issue: https://github.com/opensearch-project/OpenSearch/issues/4845
---
"Returns error if target index's metadata write is blocked":

- skip:
version: " - 2.99.99"
reason: "only available in 3.0+"
version: " - 2.7.99"
reason: "the bug was fixed in 2.8.0"

# block source index's write operations
- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ setup:
- match: { _id: "1" }
- match: { _source: { foo: "hello world" } }

# Related issue: https://github.com/opensearch-project/OpenSearch/issues/4845
---
"Returns error if target index's metadata write is blocked":

- skip:
version: " - 2.99.99"
reason: "only available in 3.0+"
version: " - 2.7.99"
reason: "the bug was fixed in 2.8.0"

# block source index's write operations
- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@ setup:
index.number_of_replicas: 0
index.number_of_shards: 6

# Related issue: https://github.com/opensearch-project/OpenSearch/issues/4845
---
"Returns error if target index's metadata write is blocked":

- skip:
version: " - 2.99.99"
reason: "only available in 3.0+"
version: " - 2.7.99"
reason: "the bug was fixed in 2.8.0"

# block source index's write operations
- do:
Expand Down

0 comments on commit 1d9c539

Please sign in to comment.