Skip to content

Commit

Permalink
Un-mute data stream REST test (#60120) (#60657)
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann authored Aug 4, 2020
1 parent 272ebb0 commit 00aade5
Showing 1 changed file with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
indices.delete:
index: logs-foobar

# close request will not fail but will not match any data streams
- do:
indices.close:
index: logs-*
- is_true: acknowledged
- length: { indices: 0 }

- do:
indices.delete_data_stream:
name: logs-foobar
Expand Down Expand Up @@ -84,17 +91,6 @@
name: simple-data-stream1
- is_true: acknowledged

---
"APIs temporarily muted":
- skip:
version: "all"
reason: "restore to above test after data stream resolution PRs have been merged"

- do:
catch: bad_request
indices.close:
index: logs-*

---
"Prohibit shrink on data stream's write index":
- skip:
Expand Down

0 comments on commit 00aade5

Please sign in to comment.