Skip to content

Commit db2c7d4

Browse files
committed
More removed awaits
1 parent d905f6b commit db2c7d4

File tree

11 files changed

+0
-32
lines changed

11 files changed

+0
-32
lines changed

modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/160_unsupported_setting.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
bad setting fails:
2-
- skip:
3-
awaits_fix: https://github.com/elastic/elasticsearch/issues/78677
42
- requires:
53
test_runner_features: allowed_warnings
64

modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest/310_reroute_processor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ teardown:
4242
expand_wildcards: all
4343
---
4444
"Test first matching router terminates pipeline":
45-
- skip:
46-
awaits_fix: "https://github.com/elastic/elasticsearch/issues/102144"
4745
- do:
4846
ingest.put_pipeline:
4947
id: "pipeline-with-two-data-stream-processors"

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/140_pre_filter_search_shards.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ setup:
5757

5858
---
5959
"pre_filter_shard_size with shards that have no hit":
60-
- skip:
61-
awaits_fix: "https://github.com/elastic/elasticsearch/issues/92058"
6260
- do:
6361
index:
6462
index: index_1

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/520_fetch_fields.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ fetch _seq_no via fields:
143143

144144
---
145145
fetch fields with none stored_fields:
146-
- skip:
147-
awaits_fix: "https://github.com/elastic/elasticsearch/issues/107466"
148-
149146
- do:
150147
catch: "bad_request"
151148
search:

x-pack/plugin/apm-data/src/yamlRestTest/resources/rest-api-spec/test/10_apm.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ setup:
7272

7373
---
7474
"Test traces-apm-* data stream indexing":
75-
- skip:
76-
awaits_fix: "https://github.com/elastic/elasticsearch/issues/102360"
77-
7875
- do:
7976
index:
8077
index: traces-apm-testing

x-pack/plugin/apm-data/src/yamlRestTest/resources/rest-api-spec/test/10_rollover.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ setup:
1010

1111
---
1212
"Test data stream rollover on template installation":
13-
- skip:
14-
awaits_fix: "https://github.com/elastic/elasticsearch/issues/102360"
15-
1613
# Disable the apm-data plugin and delete the traces-apm@template index
1714
# template so traces-low-prio takes effect.
1815
- do:

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/inference_processor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ setup:
4949
5050
---
5151
"Test simulate":
52-
- skip:
53-
awaits_fix: "https://github.com/elastic/elasticsearch/issues/107815"
5452
- do:
5553
ingest.simulate:
5654
body: >

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/learning_to_rank_rescorer.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ setup:
149149
150150
---
151151
"Test rescore with stored model":
152-
- skip:
153-
awaits_fix: "https://github.com/elastic/elasticsearch/issues/80703"
154-
155152
- do:
156153
search:
157154
index: store
@@ -184,9 +181,6 @@ setup:
184181
- match: { hits.hits.2._score: 3.0 }
185182
---
186183
"Test rescore with stored model and smaller window_size":
187-
- skip:
188-
awaits_fix: "https://github.com/elastic/elasticsearch/issues/80703"
189-
190184
- do:
191185
search:
192186
index: store
@@ -205,9 +199,6 @@ setup:
205199
- match: { hits.hits.4._score: 1.0 }
206200
---
207201
"Test rescore with stored model and chained rescorers":
208-
- skip:
209-
awaits_fix: "https://github.com/elastic/elasticsearch/issues/80703"
210-
211202
- do:
212203
search:
213204
index: store

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/spatial/20_geo_centroid.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ setup:
209209

210210
---
211211
"Test geo_centroid aggregation on geo_shape shapes with grouping":
212-
- skip:
213-
awaits_fix: "https://github.com/elastic/elasticsearch/issues/95147"
214212
- do:
215213
search:
216214
rest_total_hits_as_int: true

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/transform/transforms_cat_apis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ teardown:
140140
141141
---
142142
"Test cat transform stats with batch transform":
143-
- skip:
144-
awaits_fix: "https://github.com/elastic/elasticsearch/issues/68350"
145143
- do:
146144
transform.put_transform:
147145
transform_id: "airline-transform-batch"

0 commit comments

Comments
 (0)