Skip to content

Commit

Permalink
ML: removing unnecessary upgrade code (#37879)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Jan 25, 2019
1 parent 5cd4dfb commit 9e932f4
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 1,626 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
import org.elasticsearch.xpack.core.ml.action.PutDatafeedAction;
import org.elasticsearch.xpack.core.ml.action.PutFilterAction;
import org.elasticsearch.xpack.core.ml.action.PutJobAction;
import org.elasticsearch.xpack.core.ml.action.MlUpgradeAction;
import org.elasticsearch.xpack.core.ml.action.RevertModelSnapshotAction;
import org.elasticsearch.xpack.core.ml.action.StartDatafeedAction;
import org.elasticsearch.xpack.core.ml.action.StopDatafeedAction;
Expand Down Expand Up @@ -292,7 +291,6 @@ public List<Action<? extends ActionResponse>> getClientActions() {
PostCalendarEventsAction.INSTANCE,
PersistJobAction.INSTANCE,
FindFileStructureAction.INSTANCE,
MlUpgradeAction.INSTANCE,
// security
ClearRealmCacheAction.INSTANCE,
ClearRolesCacheAction.INSTANCE,
Expand Down

This file was deleted.

This file was deleted.

4 changes: 1 addition & 3 deletions x-pack/plugin/ml/qa/ml-with-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ integTestRunner {
'ml/validate/Test job config that is invalid only because of the job ID',
'ml/validate_detector/Test invalid detector',
'ml/delete_forecast/Test delete on _all forecasts not allow no forecasts',
'ml/delete_forecast/Test delete forecast on missing forecast',
'ml/ml_upgrade/Upgrade results when there is nothing to upgrade',
'ml/ml_upgrade/Upgrade results when there is nothing to upgrade not waiting for results'
'ml/delete_forecast/Test delete forecast on missing forecast'
].join(',')
}

Expand Down
Loading

0 comments on commit 9e932f4

Please sign in to comment.