Skip to content

[ML][Transform] unmute bwc tests #48595

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

Merged
merged 1 commit into from
Oct 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Expand Up @@ -8,7 +8,6 @@
import org.apache.http.HttpHost;
import org.apache.http.entity.ContentType;
import org.apache.http.entity.StringEntity;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.Version;
import org.elasticsearch.client.Request;
import org.elasticsearch.client.Response;
Expand Down Expand Up @@ -63,7 +62,6 @@
import static org.hamcrest.Matchers.hasSize;
import static org.hamcrest.Matchers.oneOf;

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/47935")
public class TransformSurvivesUpgradeIT extends AbstractUpgradeTestCase {

private static final Version UPGRADE_FROM_VERSION = Version.fromString(System.getProperty("tests.upgrade_from_version"));
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
"Test put batch data frame transforms on mixed cluster":
- skip:
reason: "Waiting for backport of https://github.com/elastic/elasticsearch/pull/47935"
version: all
- do:
cluster.health:
index: "transform-airline-data"
Expand Down Expand Up @@ -109,9 +106,6 @@

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

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

---
"Test GET, stop, start, old continuous transforms":
- skip:
reason: "Waiting for backport of https://github.com/elastic/elasticsearch/pull/47935"
version: all
- do:
cluster.health:
index: "transform-airline-data-cont"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
"Test put batch data frame transforms on old cluster":
- skip:
reason: "Waiting for backport of https://github.com/elastic/elasticsearch/pull/47935"
version: all
- do:
indices.create:
index: transform-airline-data
Expand Down Expand Up @@ -139,9 +136,6 @@

---
"Test put continuous data frame transform on old cluster":
- skip:
reason: "Waiting for backport of https://github.com/elastic/elasticsearch/pull/47935"
version: all
- do:
indices.create:
index: transform-airline-data-cont
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ setup:
timeout: 70s
---
"Get start, stop, and delete old cluster batch data frame transforms":
- skip:
reason: "Waiting for backport of https://github.com/elastic/elasticsearch/pull/47935"
version: all
# Simple and complex OLD transforms
- do:
transform.get_transform:
Expand Down Expand Up @@ -89,9 +86,6 @@ setup:

---
"Get start, stop mixed cluster batch data frame transforms":
- skip:
reason: "Waiting for backport of https://github.com/elastic/elasticsearch/pull/47935"
version: all
# Simple and complex Mixed cluster transforms
- do:
transform.get_transform:
Expand Down Expand Up @@ -175,9 +169,6 @@ setup:

---
"Test GET, stop, delete, old continuous transforms":
- skip:
reason: "Waiting for backport of https://github.com/elastic/elasticsearch/pull/47935"
version: all
- do:
transform.get_transform:
transform_id: "old-simple-continuous-transform"
Expand Down Expand Up @@ -224,9 +215,6 @@ setup:
transform_id: "old-simple-continuous-transform"
---
"Test GET, mixed continuous transforms":
- skip:
reason: "Waiting for backport of https://github.com/elastic/elasticsearch/pull/47935"
version: all
- do:
transform.get_transform:
transform_id: "mixed-simple-continuous-transform"
Expand Down Expand Up @@ -274,9 +262,6 @@ setup:

---
"Test index mappings for latest internal index":
- skip:
reason: "Waiting for backport of https://github.com/elastic/elasticsearch/pull/47935"
version: all
- do:
transform.put_transform:
transform_id: "upgraded-simple-transform"
Expand Down