Skip to content

Commit 9192a09

Browse files
committed
Adds indices.get_data_lifecycle_stats test
1 parent aba22fe commit 9192a09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/indices/20_data_lifecycle.yml

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ teardown:
1818
body:
1919
data_retention: '7d'
2020
- is_true: 'acknowledged'
21+
22+
- do:
23+
indices.get_data_lifecycle_stats: {}
24+
- match: { data_streams: [] }
25+
2126
- do:
2227
indices.delete_data_lifecycle:
2328
name: 'my-data-stream'

0 commit comments

Comments
 (0)