Skip to content
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

[ML] DF Analytics functional tests: re-enable regression, classification, and outlier creation #71006

Conversation

alvarezmelissa87
Copy link
Contributor

@alvarezmelissa87 alvarezmelissa87 commented Jul 7, 2020

Summary

This PR updates the analytics functional tests by checking that the model memory limit is populated from the results of the explain API instead of inputting it directly. I ran this branch through the flaky test suite and got no failures with these changes.

Related issues:
#70455 (classification/regression)
#70906 (outlier detection)

Checklist

Delete any items that are not applicable to this PR.

@alvarezmelissa87 alvarezmelissa87 self-assigned this Jul 7, 2020
@alvarezmelissa87 alvarezmelissa87 added :ml Feature:Data Frame Analytics ML data frame analytics features release_note:skip Skip the PR/issue when compiling release notes v7.9.0 labels Jul 7, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Contributor

@peteharverson peteharverson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@walterra walterra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -96,9 +96,9 @@ export default function ({ getService }: FtrProviderContext) {
await ml.dataFrameAnalyticsCreation.continueToAdditionalOptionsStep();
});

it('inputs the model memory limit', async () => {
it('accepts the suggested model memory limit', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: should we use "should" like it('should accept the suggested model memory limit', ...?

@alvarezmelissa87 alvarezmelissa87 merged commit 5326d2c into elastic:master Jul 8, 2020
alvarezmelissa87 added a commit to alvarezmelissa87/kibana that referenced this pull request Jul 8, 2020
…ion, and outlier creation (elastic#71006)

* update mml test. re-enable reg, class, and outlier creation tests

* remove unnecessary second argument
@alvarezmelissa87 alvarezmelissa87 deleted the ml-dfanalytics-functional-tests branch July 8, 2020 16:17
alvarezmelissa87 added a commit that referenced this pull request Jul 8, 2020
…ion, and outlier creation (#71006) (#71121)

* update mml test. re-enable reg, class, and outlier creation tests

* remove unnecessary second argument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Data Frame Analytics ML data frame analytics features :ml release_note:skip Skip the PR/issue when compiling release notes v7.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants