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

Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong committed Mar 26, 2024
1 parent 3907ec9 commit 21ec5bf
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 21ec5bf

Please sign in to comment.