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][7.9]Rewrite Inference yml tests for better clean up (#61180) #62054

Merged
merged 1 commit into from
Sep 7, 2020

Conversation

davidkyle
Copy link
Member

Inference processors asynchronously usage write stats to the .ml-stats index after they used.
In tests the write can leak into the next test causing failures depending on which test follows.
This change waits for the usage stats docs to be written at the end of the test

Backport of #61180

Inference processors asynchronously usage write stats to the .ml-stats index after they used. 
In tests the write can leak into the next test causing failures depending on which test follows.
This change waits for the usage stats docs to be written at the end of the test
@davidkyle davidkyle added :ml Machine learning backport v7.9.2 labels Sep 7, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml)

@davidkyle davidkyle merged commit 0c6aa3f into elastic:7.9 Sep 7, 2020
@davidkyle davidkyle added the >test Issues or PRs that are addressing/adding tests label Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :ml Machine learning >test Issues or PRs that are addressing/adding tests v7.9.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants