Skip to content

Commit

Permalink
[TEST] Mute all tsdb tests in mixedClusterTests, for versions 8.7 - 8…
Browse files Browse the repository at this point in the history
….10 (elastic#100805)

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

* Move comment.

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

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

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

This reverts commit 034262c.

* Revert "Don't print synthetic source in mapping for bwc tests elastic#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
  • Loading branch information
kkrik-es committed Oct 13, 2023
1 parent 33ccf95 commit 46be713
Show file tree
Hide file tree
Showing 17 changed files with 80 additions and 20 deletions.
@@ -1,4 +1,9 @@
---
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"

- do:
indices.create:
index: tsdb
Expand Down
@@ -1,3 +1,10 @@
---
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"

---
add time series mappings:
- skip:
version: " - 7.15.99"
Expand Down
@@ -1,7 +1,8 @@
---
setup:
- skip:
version: " - 8.1.99"
reason: tsdb indexing changed in 8.2.0
version: " - 8.1.99,8.7.00 - 8.9.99"
reason: "tsdb indexing changed in 8.2.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
@@ -1,3 +1,10 @@
---
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"

---
enable:
- skip:
version: " - 8.0.99"
Expand Down
@@ -1,7 +1,8 @@
---
setup:
- skip:
version: " - 8.4.99"
reason: metric params only on time series indexes introduced in 8.5.0
version: " - 8.4.99,8.7.00 - 8.9.99"
reason: "metric params only on time series indexes introduced 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
@@ -1,8 +1,9 @@
---
setup:
- skip:
version: " - 8.7.99"
reason: position metric introduced in 8.8.0
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"

- do:
indices.create:
index: locations
Expand Down
@@ -1,3 +1,11 @@
---
setup:
- skip:
version: " - 8.9.99"
reason: "counter field support added in 8.10"
features: close_to

---
missing routing path field:
- skip:
features: close_to
Expand Down
@@ -1,3 +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"

---
date:
Expand Down
@@ -1,3 +1,10 @@
---
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"

---
ecs style:
- skip:
version: " - 8.0.99"
Expand Down Expand Up @@ -417,10 +424,6 @@ nested fields:

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

- do:
indices.create:
index: tsdb-synthetic
Expand Down
@@ -1,7 +1,8 @@
---
setup:
- skip:
version: " - 8.1.99"
reason: id generation changed in 8.2
version: " - 8.1.99,8.7.00 - 8.9.99"
reason: "tsdb indexing changed in 8.2.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
@@ -1,5 +1,9 @@
---
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"

- do:
snapshot.create_repository:
repository: test_repo
Expand Down
@@ -1,7 +1,8 @@
---
setup:
- skip:
version: " - 8.1.99"
reason: tsdb indexing changed in 8.2.0
version: " - 8.1.99,8.7.00 - 8.9.99"
reason: "tsdb indexing changed in 8.2.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
@@ -1,7 +1,8 @@
---
setup:
- skip:
version: " - 8.1.99"
reason: tsdb indexing changed in 8.2.0
version: " - 8.1.99,8.7.00 - 8.9.99"
reason: "tsdb indexing changed in 8.2.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
@@ -1,3 +1,9 @@
---
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"

---
add dimensions with put_mapping:
- skip:
Expand Down
@@ -1,3 +1,10 @@
---
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"

---
keyword dimension:
- skip:
features: close_to
Expand Down
@@ -1,7 +1,8 @@
---
setup:
- skip:
version: " - 8.1.99"
reason: tsdb indexing changed in 8.2.0
version: " - 8.1.99,8.7.00 - 8.9.99"
reason: "tsdb indexing changed in 8.2.0, synthetic source shows up in the mapping in 8.10 and on, may trigger assert failures in mixed cluster tests"
features: "arbitrary_key"

# Force allocating all shards to a single node so that we can shrink later.
Expand Down
@@ -1,7 +1,8 @@
---
setup:
- skip:
version: " - 8.1.99"
reason: tsdb indexing changed in 8.2.0
version: " - 8.1.99,8.7.00 - 8.9.99"
reason: "tsdb indexing changed in 8.2.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 46be713

Please sign in to comment.