Skip to content

Commit 1d1d370

Browse files
authored
Update supported version for the bug fix which add more index blocks check for resize APIs (opensearch-project#12921)
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
1 parent 8d5a1d2 commit 1d1d370

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.clone/10_basic.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ setup:
113113
index.number_of_replicas: 0
114114
index.number_of_shards: 6
115115

116+
# Related issue: https://github.com/opensearch-project/OpenSearch/issues/4845
116117
---
117118
"Returns error if target index's metadata write is blocked":
118-
119119
- skip:
120-
version: " - 2.99.99"
121-
reason: "only available in 3.0+"
120+
version: " - 2.7.99"
121+
reason: "the bug was fixed in 2.8.0"
122122

123123
# block source index's write operations
124124
- do:

rest-api-spec/src/main/resources/rest-api-spec/test/indices.shrink/10_basic.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ setup:
7272
- match: { _id: "1" }
7373
- match: { _source: { foo: "hello world" } }
7474

75+
# Related issue: https://github.com/opensearch-project/OpenSearch/issues/4845
7576
---
7677
"Returns error if target index's metadata write is blocked":
77-
7878
- skip:
79-
version: " - 2.99.99"
80-
reason: "only available in 3.0+"
79+
version: " - 2.7.99"
80+
reason: "the bug was fixed in 2.8.0"
8181

8282
# block source index's write operations
8383
- do:

rest-api-spec/src/main/resources/rest-api-spec/test/indices.split/10_basic.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ setup:
219219
index.number_of_replicas: 0
220220
index.number_of_shards: 6
221221

222+
# Related issue: https://github.com/opensearch-project/OpenSearch/issues/4845
222223
---
223224
"Returns error if target index's metadata write is blocked":
224-
225225
- skip:
226-
version: " - 2.99.99"
227-
reason: "only available in 3.0+"
226+
version: " - 2.7.99"
227+
reason: "the bug was fixed in 2.8.0"
228228

229229
# block source index's write operations
230230
- do:

0 commit comments

Comments
 (0)