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] Create job tests - Fix model bytes validation #45508

Merged
merged 1 commit into from
Sep 12, 2019

Conversation

pheyos
Copy link
Member

@pheyos pheyos commented Sep 12, 2019

The model_bytes of a job might change slightly from time to time. The original validations always checked a fixed value, which made a couple test executions fail.

This PR adds model_bytes to the list of count details that are only validated to be present and re-enables the tests.

Closes #45447
Closes #45450

@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui

@pheyos pheyos added the release_note:skip Skip the PR/issue when compiling release notes label Sep 12, 2019
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

Copy link
Member

@jgowdyelastic jgowdyelastic left a comment

Choose a reason for hiding this comment

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

LGTM

@elasticmachine
Copy link
Contributor

💔 Build Failed

@pheyos
Copy link
Member Author

pheyos commented Sep 12, 2019

retest

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@pheyos pheyos merged commit bd8c09e into elastic:master Sep 12, 2019
@pheyos pheyos deleted the fix_model_size_validation branch September 12, 2019 15:17
pheyos added a commit to pheyos/kibana that referenced this pull request Sep 12, 2019
This PR adds `model_bytes` to the list of count details that are only validated to be present and re-enables the tests.
pheyos added a commit to pheyos/kibana that referenced this pull request Sep 12, 2019
This PR adds `model_bytes` to the list of count details that are only validated to be present and re-enables the tests.
pheyos added a commit that referenced this pull request Sep 12, 2019
This PR adds `model_bytes` to the list of count details that are only validated to be present and re-enables the tests.
pheyos added a commit that referenced this pull request Sep 12, 2019
This PR adds `model_bytes` to the list of count details that are only validated to be present and re-enables the tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment