Skip to content

Commit a8dd6a0

Browse files
authored
Fix bwc for concurrent segment search GA (opensearch-project#12156)
Signed-off-by: Jay Deng <[email protected]>
1 parent c564ee3 commit a8dd6a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/cat.shards/10_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"Help":
22
- skip:
3-
version: " - 2.99.99"
3+
version: " - 2.11.99"
44
reason: deleted docs and concurrent search are added in 2.12.0
55
features: node_selector
66
- do:
77
cat.shards:
88
help: true
99
node_selector:
10-
version: "3.0.0 - "
10+
version: "2.12.0 - "
1111

1212
- match:
1313
$body: |

rest-api-spec/src/main/resources/rest-api-spec/test/cat.thread_pool/10_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
---
2828
"Test cat thread_pool total_wait_time output with concurrent search thread_pool":
2929
- skip:
30-
version: " - 2.99.99"
30+
version: " - 2.11.99"
3131
reason: index_search thread_pool was introduced in V_2.12.0
3232

3333
- do:

0 commit comments

Comments
 (0)