Skip to content

Commit

Permalink
Muting bwc tests for backport of PR #45361 (#45554)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Aug 14, 2019
1 parent 5fb9081 commit bf4b3c6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
@@ -1,5 +1,8 @@
---
"Test put batch data frame transforms on mixed cluster":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/45361
- do:
cluster.health:
index: "dataframe-transform-airline-data"
Expand Down Expand Up @@ -106,6 +109,9 @@

---
"Test put continuous data frame transform on mixed cluster":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/45361
- do:
cluster.health:
index: "dataframe-transform-airline-data-cont"
Expand Down Expand Up @@ -168,6 +174,9 @@

---
"Test GET, start, and stop old cluster batch transforms":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/45361
- do:
cluster.health:
index: "dataframe-transform-airline-data"
Expand Down Expand Up @@ -245,6 +254,9 @@

---
"Test GET, stop, start, old continuous transforms":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/45361
- do:
cluster.health:
index: "dataframe-transform-airline-data-cont"
Expand Down
@@ -1,5 +1,8 @@
---
"Test put batch data frame transforms on old cluster":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/45361
- do:
indices.create:
index: dataframe-transform-airline-data
Expand Down Expand Up @@ -136,6 +139,9 @@

---
"Test put continuous data frame transform on old cluster":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/45361
- do:
indices.create:
index: dataframe-transform-airline-data-cont
Expand Down
Expand Up @@ -7,6 +7,9 @@ setup:
timeout: 70s
---
"Get start, stop, and delete old and mixed cluster batch data frame transforms":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/45361
# Simple and complex OLD transforms
- do:
data_frame.get_data_frame_transform:
Expand Down Expand Up @@ -162,6 +165,9 @@ setup:

---
"Test GET, stop, delete, old and mixed continuous transforms":
- skip:
version: "7.4.0 - "
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/45361
- do:
data_frame.get_data_frame_transform:
transform_id: "old-simple-continuous-transform"
Expand Down

0 comments on commit bf4b3c6

Please sign in to comment.