Skip to content

Commit 269eed4

Browse files
committed
[yaml] update skipped tests
1 parent b51fb97 commit 269eed4

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

yaml_test_runner/skip.yml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,44 @@ tests:
2121
# --> missing expansion of stashed values
2222
- "Test invalidate api keys"
2323

24+
xpack/data_stream/10_basic.yml:
25+
# expected value json[""][idx0name.as_str().unwrap()]["mappings"]["properties"]["@timestamp"]["type"] to match String("date") but was Null'
26+
- "Create data stream"
27+
# expected value at &json[""][idx0name.as_str().unwrap()]["settings"] to be true (not null) but was null
28+
- "Delete data stream with backing indices"
29+
30+
xpack/data_stream/10_data_stream_resolvability.yml:
31+
# expected value json[""][idx0name.as_str().unwrap()]["settings"]["index"]["lifecycle"]["name"] to match String("my_moveable_timeseries_lifecycle") but was Null'
32+
- "Verify data stream resolvability in ILM remove policy API"
33+
34+
xpack/data_stream/40_supported_apis.yml:
35+
# expected value at &json[""][idx0name.as_str().unwrap()]["settings"] to be true (not null) but was null
36+
- "Open write index for data stream opens all backing indices"
37+
# expected value at &json[""][idx0name.as_str().unwrap()] to be true (not null) but was null
38+
- "Verify get field mappings api"
39+
# expected value at &json[""][idx0name.as_str().unwrap()] to be true (not null) but was null
40+
- "Verify get index api"
41+
# expected value at &json[""][idx0name.as_str().unwrap()]["mappings"] to be true (not null) but was null
42+
- "Verify get mapping api"
43+
# expected value json["indices"][idx0name.as_str().unwrap()]["shards"][0]["stores"][0]["allocation"] to match String("primary") but was Null
44+
- "Verify shard stores api"
45+
46+
xpack/data_stream/50_delete_backing_indices.yml:
47+
# expected value at &json["acknowledged"] to be true (not null) but was null
48+
- "Attempt to delete write index on data stream is rejected"
49+
# expected value at &json["acknowledged"] to be true (not null) but was null
50+
- "Delete backing index on data stream"
51+
52+
xpack/data_stream/60_get_backing_indices.yml:
53+
# expected value at &json[""][idx0name.as_str().unwrap()]["settings"] to be true (not null) but was null
54+
- "Get backing indices for data stream"
55+
56+
xpack/data_stream/80_resolve_index_data_streams.yml:
57+
# expected value json["indices"][3]["name"] to match String("test_index1") but was String(".security-7")
58+
- "Resolve index with hidden and closed indices"
59+
# expected value json["indices"][0]["name"] to match String("test_index1") but was String(".security-7")'
60+
- "Resolve index with indices, aliases, and data streams"
61+
2462
xpack/ssl/10_basic.yml:
2563
# this test returns the CA cert before the cert, so always fails
2664
- "Test get SSL certificates"
@@ -78,6 +116,19 @@ tests:
78116
# this test fails as the regex needs a \n before the ending $
79117
- "Test cat indices using health status"
80118

119+
free/cat.templates/10_basic.yml:
120+
# Regex do not account for hidden templates returned by the request
121+
- "Multiple template"
122+
- "No templates"
123+
- "Sort templates"
124+
# To many spaces in regex compared to API call result
125+
- "Select columns"
126+
127+
free/indices.put_index_template/10_basic.yml:
128+
# Succeeds when run individually but fails in the test suite?!?
129+
# left: `Null`, right: `Array([String("test-*")])`
130+
- "Put index template with 'create' flag"
131+
81132
free/indices.shard_stores/10_basic.yml:
82133
# uses number as a key into object. serde_json::Value expects a string key
83134
- "basic index test"
@@ -103,3 +154,25 @@ tests:
103154
# The use of an invalid window interval results in a 400 response which looks like
104155
# it suppresses the sending of deprecation headers
105156
- "Bad window deprecated interval"
157+
158+
free/search/60_query_string.yml:
159+
# Succeeds when run individually but fails in the test suite?!?
160+
# expected value json["hits"]["total"] to match 1 but was Number(0)'
161+
- "search with query_string parameters"
162+
163+
free/indices.simulate_template/10_basic.yml:
164+
# Succeeds when run individually but fails in the test suite?!?
165+
# left: `String("test")`, right: `String("v1_template")
166+
- "Simulate template matches overlapping legacy and composable templates"
167+
# expected value &json["overlapping"] to have length 0 but was 2'
168+
- "Simulate replacing a template with a newer version"
169+
# left: `String("winning_v2_template")`, right: `String("existing_test")
170+
- "Simulate index template specifying a new template"
171+
# Differing arrays
172+
- "Simulate template without a template in the body"
173+
174+
free/indices.simulate_index_template/10_basic.yml:
175+
# left: `Null`, right: `String("true")`
176+
- "Simulate index template specifying a new template"
177+
# left: `String("test")`, right: `String("v1_template")`
178+
- "Simulate index matches overlapping legacy and composable templates"

0 commit comments

Comments
 (0)