Skip to content

Commit 1f6bffa

Browse files
authored
Restore version skipping for position fields (elastic#100817)
* 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 (elastic#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
1 parent cea4dc9 commit 1f6bffa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/tsdb/130_position_fields.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
setup:
33
- skip:
4-
version: "8.7.00 - 8.9.99"
5-
reason: "Synthetic source shows up in the mapping in 8.10 and on, may trigger assert failures in mixed cluster tests"
4+
version: " - 8.9.99"
5+
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"
66

77
- do:
88
indices.create:

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/tsdb/20_mapping.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,10 @@ nested fields:
424424

425425
---
426426
"Synthetic source":
427+
- skip:
428+
version: " - 8.9.99"
429+
reason: Synthetic source shows up in the mapping in 8.10
430+
427431
- do:
428432
indices.create:
429433
index: tsdb-synthetic

0 commit comments

Comments
 (0)