Skip to content

Commit

Permalink
Removed flaky test for unsupported metric type position
Browse files Browse the repository at this point in the history
This test failed about 1% of the time in mixed clusters. We never figured out why, but since it was a test that really only needed to be run a few times to verify that the correct error is raised in mixed clusters, it was seen as very low priority, and considered better to just delete it.
  • Loading branch information
craigtaverner committed Oct 18, 2023
1 parent ad03c4c commit d53ccc2
Showing 1 changed file with 0 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -574,37 +574,6 @@ source include/exclude:
type: keyword
time_series_dimension: true

---
Unsupported metric type position:
- skip:
version: "all, - 8.0.99, 8.8.0 -"
reason: AwaitsFix https://github.com/elastic/elasticsearch/issues/94239, index.mode and routing_path introduced in 8.1.0 and time series metric position introduced in 8.8.0

- do:
catch: '/unknown parameter \[time_series_metric\] on mapper \[location\] of type \[geo_point\]/'
indices.create:
index: test_position
body:
settings:
number_of_shards: 1
number_of_replicas: 0
index:
mode: time_series
routing_path: [metricset]
time_series:
start_time: 2021-04-28T00:00:00Z
end_time: 2021-04-29T00:00:00Z
mappings:
properties:
"@timestamp":
type: date
metricset:
type: keyword
time_series_dimension: true
location:
type: geo_point
time_series_metric: position

---
Supported metric type position:
- skip:
Expand Down

0 comments on commit d53ccc2

Please sign in to comment.