Skip to content

Commit

Permalink
Fix bwc for concurrent segment search GA (opensearch-project#12156)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Deng <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
  • Loading branch information
jed326 authored and shiv0408 committed Apr 25, 2024
1 parent 031353f commit 6e42dd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"Help":
- skip:
version: " - 2.99.99"
version: " - 2.11.99"
reason: deleted docs and concurrent search are added in 2.12.0
features: node_selector
- do:
cat.shards:
help: true
node_selector:
version: "3.0.0 - "
version: "2.12.0 - "

- match:
$body: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
---
"Test cat thread_pool total_wait_time output with concurrent search thread_pool":
- skip:
version: " - 2.99.99"
version: " - 2.11.99"
reason: index_search thread_pool was introduced in V_2.12.0

- do:
Expand Down

0 comments on commit 6e42dd7

Please sign in to comment.