Un-mute data stream REST test (#60120) (#60939)

This commit is contained in:
Dan Hermann 2020-08-11 08:10:04 -05:00 committed by GitHub
parent 4aae278d1d
commit 839c6cdfc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 11 deletions

View File

@ -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
@ -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: