Skip to content

Commit a721fcf

Browse files
Fix error message and unmute test (#95411)
1 parent 6d90418 commit a721fcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/tsdb/140_routing_path.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ missing routing path field:
9393
---
9494
missing dimension on routing path field:
9595
- skip:
96-
version: "all"
97-
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/95406"
96+
version: " - 8.7.99"
97+
reason: error message changed in 8.8.0
9898

9999
- do:
100-
catch: '/All fields that match routing_path must be keywords with \[time_series_dimension: true\] and without the \[script\] parameter. \[tag\] was not \[time_series_dimension: true\]./'
100+
catch: '/All fields that match routing_path must be keywords with \[time_series_dimension: true\] or flattened fields with a list of dimensions in \[time_series_dimensions\] and without the \[script\] parameter. \[tag\] was not a dimension./'
101101
indices.create:
102102
index: test
103103
body:

0 commit comments

Comments
 (0)