Skip to content

Commit

Permalink
[Transform] unmute transform upgrade tests (#56296)
Browse files Browse the repository at this point in the history
the transform upgrade tests broke due to #56238, but got fixed with #56274

fixes #56269
fixes #56250
  • Loading branch information
Hendrik Muhs committed May 7, 2020
1 parent a443e13 commit a12f9ff
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ protected RestClient buildClient(Settings settings, HttpHost[] hosts) throws IOE
* The purpose of this test is to ensure that when a job is open through a rolling upgrade we upgrade the results
* index mappings when it is assigned to an upgraded node even if no other ML endpoint is called after the upgrade
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56196")
public void testTransformRollingUpgrade() throws Exception {
assumeTrue("Continuous transform not supported until 7.3", UPGRADE_FROM_VERSION.onOrAfter(Version.V_7_3_0));
Request adjustLoggingLevels = new Request("PUT", "/_cluster/settings");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
setup:
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/56250"
---
"Test put batch transform on mixed cluster":
- skip:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
setup:
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/56250"
---
"Test put batch transform on old cluster":
- skip:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
setup:
- skip:
version: "all"
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/56250"
- do:
cluster.health:
wait_for_status: green
Expand Down

0 comments on commit a12f9ff

Please sign in to comment.