Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore version skipping for position fields and synthetic source #100817

Merged
merged 21 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
78734b9
Don't print synthetic source in mapping for bwc tests
kkrik-es Oct 10, 2023
89641ee
Move comment.
kkrik-es Oct 10, 2023
44e8156
Don't print synthetic source in mapping for bwc tests #2
kkrik-es Oct 10, 2023
034262c
Don't print synthetic source in mapping for bwc tests #2
kkrik-es Oct 10, 2023
4cf0605
Merge branch 'main' into fix/100562
kkrik-es Oct 10, 2023
aa3a3de
Merge branch 'elastic:main' into fix/100562
kkrik-es Oct 10, 2023
123c296
Revert "Don't print synthetic source in mapping for bwc tests #2"
kkrik-es Oct 11, 2023
c9d380b
Revert "Don't print synthetic source in mapping for bwc tests #2"
kkrik-es Oct 11, 2023
9b4c2e5
Revert "Don't print synthetic source in mapping for bwc tests (#100572)"
kkrik-es Oct 11, 2023
5be3557
Exclude synthetic source test from mixedClusterTests
kkrik-es Oct 11, 2023
ec97162
Merge remote-tracking branch 'origin/fix/100562' into fix/100562
kkrik-es Oct 11, 2023
795c767
Update comment.
kkrik-es Oct 11, 2023
a99951a
Mute all tsdb tests in mixedClusterTests
kkrik-es Oct 13, 2023
8997fe2
Merge branch 'main' into fix/100562
kkrik-es Oct 13, 2023
4f0e44f
Remove old exclusion
kkrik-es Oct 13, 2023
b41cac2
Add aggregations too
kkrik-es Oct 13, 2023
1a75591
Mute tests for versions between 8.7-8.10
kkrik-es Oct 13, 2023
468c1c7
Remove mute
kkrik-es Oct 13, 2023
7c72f24
Merge branch 'main' into fix/100562
kkrik-es Oct 13, 2023
cef2533
Restore version skipping for position fields
kkrik-es Oct 13, 2023
29e794f
Restore version skip for synthetic source
kkrik-es Oct 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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