[Transform] unmute transform upgrade tests (#56296)
the transform upgrade tests broke due to #56238, but got fixed with #56274 fixes #56269 fixes #56250
This commit is contained in:
parent
085ff8c404
commit
cc35d37788
|
@ -128,7 +128,6 @@ public class TransformSurvivesUpgradeIT extends AbstractUpgradeTestCase {
|
||||||
* The purpose of this test is to ensure that when a job is open through a rolling upgrade we upgrade the results
|
* 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
|
* 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 {
|
public void testTransformRollingUpgrade() throws Exception {
|
||||||
assumeTrue("Continuous transform time sync not fixed until 7.4", UPGRADE_FROM_VERSION.onOrAfter(Version.V_7_4_0));
|
assumeTrue("Continuous transform time sync not fixed until 7.4", UPGRADE_FROM_VERSION.onOrAfter(Version.V_7_4_0));
|
||||||
Request adjustLoggingLevels = new Request("PUT", "/_cluster/settings");
|
Request adjustLoggingLevels = new Request("PUT", "/_cluster/settings");
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
setup:
|
|
||||||
- skip:
|
|
||||||
version: "all"
|
|
||||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/56250"
|
|
||||||
---
|
---
|
||||||
"Test put batch transform on mixed cluster":
|
"Test put batch transform on mixed cluster":
|
||||||
- skip:
|
- skip:
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
setup:
|
|
||||||
- skip:
|
|
||||||
version: "all"
|
|
||||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/56250"
|
|
||||||
---
|
---
|
||||||
"Test put batch transform on old cluster":
|
"Test put batch transform on old cluster":
|
||||||
- skip:
|
- skip:
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
setup:
|
setup:
|
||||||
- skip:
|
|
||||||
version: "all"
|
|
||||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/56250"
|
|
||||||
- do:
|
- do:
|
||||||
cluster.health:
|
cluster.health:
|
||||||
wait_for_status: green
|
wait_for_status: green
|
||||||
|
|
Loading…
Reference in New Issue