mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
15 lines
206 B
YAML
15 lines
206 B
YAML
---
|
|
"Test pending tasks":
|
|
- do:
|
|
cluster.pending_tasks: {}
|
|
|
|
- is_true: tasks
|
|
---
|
|
"Test pending tasks with local flag":
|
|
- do:
|
|
cluster.pending_tasks:
|
|
local: true
|
|
|
|
- is_true: tasks
|
|
|