mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
Clean up desired nodes in between dry run tests (#88797)
This commit is contained in:
parent
a0ba59d27d
commit
c0bc85522d
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ setup:
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 8.3.99"
|
version: " - 8.3.99"
|
||||||
reason: "Support for the dry run option was added in in 8.4.0"
|
reason: "Support for the dry run option was added in in 8.4.0"
|
||||||
|
---
|
||||||
|
teardown:
|
||||||
|
- do:
|
||||||
|
_internal.delete_desired_nodes: { }
|
||||||
|
|
||||||
---
|
---
|
||||||
"Test dry run doesn't update empty desired nodes":
|
"Test dry run doesn't update empty desired nodes":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue