Skip to content

Commit f8c9554

Browse files
authored
[ML] enable upgrade_mode tests and up the logging level (elastic#68937)
1 parent 9da3a6e commit f8c9554

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/ml/set_upgrade_mode.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ setup:
6060
cluster.health:
6161
index: airline-data
6262
wait_for_status: green
63+
- do:
64+
cluster.put_settings:
65+
body: >
66+
{
67+
"transient": {"logger.org.elasticsearch.xpack.ml.action.TransportSetUpgradeModeAction": "TRACE" }
68+
}
6369
6470
---
6571
teardown:
@@ -99,10 +105,6 @@ teardown:
99105

100106
---
101107
"Setting upgrade_mode to enabled":
102-
- skip:
103-
version: all
104-
reason: Bug fix url https://github.com/elastic/elasticsearch/issues/65947
105-
106108
- do:
107109
ml.start_datafeed:
108110
datafeed_id: set-upgrade-mode-job-datafeed

0 commit comments

Comments
 (0)