@@ -78,6 +78,19 @@ tests:
78
78
# this test fails as the regex needs a \n before the ending $
79
79
- " Test cat indices using health status"
80
80
81
+ free/cat.templates/10_basic.yml :
82
+ # Regex do not account for hidden templates returned by the request
83
+ - " Multiple template"
84
+ - " No templates"
85
+ - " Sort templates"
86
+ # To many spaces in regex compared to API call result
87
+ - " Select columns"
88
+
89
+ free/indices.put_index_template/10_basic.yml :
90
+ # Succeeds when run individually but fails in the test suite?!?
91
+ # left: `Null`, right: `Array([String("test-*")])`
92
+ - " Put index template with 'create' flag"
93
+
81
94
free/indices.shard_stores/10_basic.yml :
82
95
# uses number as a key into object. serde_json::Value expects a string key
83
96
- " basic index test"
@@ -103,3 +116,25 @@ tests:
103
116
# The use of an invalid window interval results in a 400 response which looks like
104
117
# it suppresses the sending of deprecation headers
105
118
- " Bad window deprecated interval"
119
+
120
+ free/search/60_query_string.yml :
121
+ # Succeeds when run individually but fails in the test suite?!?
122
+ # expected value json["hits"]["total"] to match 1 but was Number(0)'
123
+ - " search with query_string parameters"
124
+
125
+ free/indices.simulate_template/10_basic.yml :
126
+ # Succeeds when run individually but fails in the test suite?!?
127
+ # left: `String("test")`, right: `String("v1_template")
128
+ - " Simulate template matches overlapping legacy and composable templates"
129
+ # expected value &json["overlapping"] to have length 0 but was 2'
130
+ - " Simulate replacing a template with a newer version"
131
+ # left: `String("winning_v2_template")`, right: `String("existing_test")
132
+ - " Simulate index template specifying a new template"
133
+ # Differing arrays
134
+ - " Simulate template without a template in the body"
135
+
136
+ free/indices.simulate_index_template/10_basic.yml :
137
+ # left: `Null`, right: `String("true")`
138
+ - " Simulate index template specifying a new template"
139
+ # left: `String("test")`, right: `String("v1_template")`
140
+ - " Simulate index matches overlapping legacy and composable templates"
0 commit comments