Skip to content

Commit b9992fb

Browse files
picandocodigomiguelgrinberg
authored andcommitted
Adds more test cleanup
1 parent 9944ee3 commit b9992fb

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

tests/indices/clone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ teardown:
3232
- do:
3333
indices.delete:
3434
index: clone_source
35+
- do:
36+
indices.delete:
37+
index: clone_target
3538
---
3639
"Clone index via API":
3740
# make it read-only

tests/indices/data_streams.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ teardown:
4040
indices.delete_data_stream:
4141
name: logs-test
4242
- is_true: acknowledged
43+
- do:
44+
cluster.health:
45+
wait_for_status: green

tests/indices/split.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ teardown:
3535
- do:
3636
indices.delete:
3737
index: split_index_source
38+
- do:
39+
indices.delete:
40+
index: split_index_target
3841
---
3942
"Split index via API":
4043
# make it read-only

tests/searchable_snapshots/10_basic.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ teardown:
4848
repository: repository-test
4949
snapshot: snapshot
5050
ignore: 404
51+
- do:
52+
indices.delete:
53+
index: test_snapshots_searchable
54+
ignore: 404
5155
---
5256
'Searchable Snapshots':
5357
- do:

0 commit comments

Comments
 (0)