You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/data-streams/qa/rest/src/test/resources/rest-api-spec/test/data-streams/20_unsupported_apis.yml
+7-11
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,13 @@
41
41
indices.delete:
42
42
index: logs-foobar
43
43
44
+
# close request will not fail but will not match any data streams
45
+
- do:
46
+
indices.close:
47
+
index: logs-*
48
+
- is_true: acknowledged
49
+
- length: { indices: 0 }
50
+
44
51
- do:
45
52
indices.delete_data_stream:
46
53
name: logs-foobar
@@ -84,17 +91,6 @@
84
91
name: simple-data-stream1
85
92
- is_true: acknowledged
86
93
87
-
---
88
-
"APIs temporarily muted":
89
-
- skip:
90
-
version: "all"
91
-
reason: "restore to above test after data stream resolution PRs have been merged"
0 commit comments