Commit 1d1d370 1 parent 8d5a1d2 commit 1d1d370 Copy full SHA for 1d1d370
File tree 3 files changed +9
-9
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ setup:
113
113
index.number_of_replicas : 0
114
114
index.number_of_shards : 6
115
115
116
+ # Related issue: https://github.com/opensearch-project/OpenSearch/issues/4845
116
117
---
117
118
" Returns error if target index's metadata write is blocked " :
118
-
119
119
- 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 "
122
122
123
123
# block source index's write operations
124
124
- do :
Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ setup:
72
72
- match : { _id: "1" }
73
73
- match : { _source: { foo: "hello world" } }
74
74
75
+ # Related issue: https://github.com/opensearch-project/OpenSearch/issues/4845
75
76
---
76
77
" Returns error if target index's metadata write is blocked " :
77
-
78
78
- 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 "
81
81
82
82
# block source index's write operations
83
83
- do :
Original file line number Diff line number Diff line change @@ -219,12 +219,12 @@ setup:
219
219
index.number_of_replicas : 0
220
220
index.number_of_shards : 6
221
221
222
+ # Related issue: https://github.com/opensearch-project/OpenSearch/issues/4845
222
223
---
223
224
" Returns error if target index's metadata write is blocked " :
224
-
225
225
- 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 "
228
228
229
229
# block source index's write operations
230
230
- do :
You can’t perform that action at this time.
0 commit comments