Skip to content

Commit

Permalink
Skip cat tsdb test for versions 8.7-8-10 (#100914)
Browse files Browse the repository at this point in the history
Yet another test affected by the fix for showing the synthetic source,
#98808. This can trigger an assert in older versions as the mapping they
produce (without synthetic source) doesn't match the one they may get
from the master, if the latter is in version 8.10+.

Fixes #100913
  • Loading branch information
kkrik-es authored Oct 16, 2023
1 parent e4ea68a commit 30ac8fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
---
tsdb:
- skip:
version: " - 8.4.99"
reason: Serialization for segment stats fixed in 8.5.0
version: " - 8.4.99, 8.7.00 - 8.9.99"
reason: Serialization for segment stats fixed in 8.5.0, synthetic source shows up in the mapping in 8.10 and on, may trigger assert failures in mixed cluster tests

- do:
indices.create:
Expand Down

0 comments on commit 30ac8fe

Please sign in to comment.