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: rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.resolve_cluster/10_basic_resolve_cluster.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ setup:
39
39
- do:
40
40
indices.resolve_cluster:
41
41
name: '*'
42
-
expand_wildcards: [closed]
42
+
expand_wildcards: closed
43
43
44
44
- match: {(local).connected: true}
45
45
- match: {(local).skip_unavailable: false}
@@ -65,7 +65,7 @@ setup:
65
65
- do:
66
66
indices.resolve_cluster:
67
67
name: 'index2*'
68
-
expand_wildcards: [open,closed]
68
+
expand_wildcards: open,closed
69
69
70
70
- match: {(local).connected: true}
71
71
- match: {(local).skip_unavailable: false}
@@ -75,7 +75,7 @@ setup:
75
75
- do:
76
76
indices.resolve_cluster:
77
77
name: 'index2*'
78
-
expand_wildcards: [closed]
78
+
expand_wildcards: closed
79
79
80
80
- match: {(local).connected: true}
81
81
- match: {(local).skip_unavailable: false}
@@ -115,7 +115,7 @@ setup:
115
115
- do:
116
116
indices.resolve_cluster:
117
117
name: 'my_alias2,doesnotexist*'
118
-
expand_wildcards: [all]
118
+
expand_wildcards: all
119
119
120
120
- match: {(local).connected: true}
121
121
- match: {(local).skip_unavailable: false}
@@ -141,10 +141,10 @@ setup:
141
141
- do:
142
142
indices.resolve_cluster:
143
143
name: '*'
144
-
expand_wildcards: [all]
145
-
ignore_unavailable: [true]
146
-
ignore_throttled: [true]
147
-
allow_no_indices: [true]
144
+
expand_wildcards: all
145
+
ignore_unavailable: true
146
+
ignore_throttled: true
147
+
allow_no_indices: true
148
148
allowed_warnings:
149
149
- "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."
150
150
@@ -157,10 +157,10 @@ setup:
157
157
- do:
158
158
indices.resolve_cluster:
159
159
name: '*'
160
-
expand_wildcards: [open]
161
-
ignore_unavailable: [false]
162
-
ignore_throttled: [false]
163
-
allow_no_indices: [false]
160
+
expand_wildcards: open
161
+
ignore_unavailable: false
162
+
ignore_throttled: false
163
+
allow_no_indices: false
164
164
allowed_warnings:
165
165
- "[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of frozen indices."
0 commit comments