Skip to content

Commit

Permalink
Fix bwc for concurrent segment search GA
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Deng <jayd0104@gmail.com>
  • Loading branch information
jed326 authored and Jay Deng committed Feb 3, 2024
1 parent 26a66f0 commit c941b2b
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 c941b2b

Please sign in to comment.