Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.9] Un-mute data stream REST test (#60120) #60657

Merged
merged 1 commit into from
Aug 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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