Skip to content

Commit

Permalink
Restore version skipping for position fields (#100817)
Browse files Browse the repository at this point in the history
* Don't print synthetic source in mapping for bwc tests

* Move comment.

* Don't print synthetic source in mapping for bwc tests #2

* Don't print synthetic source in mapping for bwc tests #2

* Revert "Don't print synthetic source in mapping for bwc tests #2"

This reverts commit 034262c.

* Revert "Don't print synthetic source in mapping for bwc tests #2"

This reverts commit 44e8156.

* Revert "Don't print synthetic source in mapping for bwc tests (#100572)"

This reverts commit 9322ab9.

* Exclude synthetic source test from mixedClusterTests

* Update comment.

* Mute all tsdb tests in mixedClusterTests

This is an interim step to stop sporadic test failures, while we try to
fix version skip for mixed cluster tests.

* Remove old exclusion

* Add aggregations too

* Mute tests for versions between 8.7-8.10

* Remove mute

* Restore version skipping for position fields

* Restore version skip for synthetic source
  • Loading branch information
kkrik-es committed Oct 13, 2023
1 parent cea4dc9 commit 1f6bffa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
@@ -1,8 +1,8 @@
---
setup:
- skip:
version: "8.7.00 - 8.9.99"
reason: "Synthetic source shows up in the mapping in 8.10 and on, may trigger assert failures in mixed cluster tests"
version: " - 8.9.99"
reason: "position metric introduced in 8.8.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
Expand Up @@ -424,6 +424,10 @@ nested fields:

---
"Synthetic source":
- skip:
version: " - 8.9.99"
reason: Synthetic source shows up in the mapping in 8.10

- do:
indices.create:
index: tsdb-synthetic
Expand Down

0 comments on commit 1f6bffa

Please sign in to comment.