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] Fix AutodetectMemoryLimitIT.testManyDistinctOverFields #105727

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

droberts195
Copy link
Contributor

It seems that the changes of elastic/ml-cpp#2585 combined with the randomness of the test could cause it to fail very occasionally, and by a tiny percentage over the expected upper bound. This change reenables the test by very slightly increasing the upper bound.

Fixes #105347

It seems that the changes of elastic/ml-cpp#2585
combined with the randomness of the test could cause it to fail
very occasionally, and by a tiny percentage over the expected
upper bound. This change reenables the test by very slightly
increasing the upper bound.

Fixes elastic#105347
@droberts195 droberts195 added >test Issues or PRs that are addressing/adding tests :ml Machine learning auto-backport-and-merge Automatically create backport pull requests and merge when ready v8.13.1 v8.14.0 labels Feb 22, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

@elasticsearchmachine elasticsearchmachine added the Team:ML Meta label for the ML team label Feb 22, 2024
@droberts195 droberts195 merged commit 268ba12 into elastic:main Feb 22, 2024
14 checks passed
@droberts195 droberts195 deleted the fix_mem_lim_test branch February 22, 2024 12:52
droberts195 added a commit to droberts195/elasticsearch that referenced this pull request Feb 22, 2024
…105727)

It seems that the changes of elastic/ml-cpp#2585
combined with the randomness of the test could cause it to fail
very occasionally, and by a tiny percentage over the expected
upper bound. This change reenables the test by very slightly
increasing the upper bound.

Fixes elastic#105347
@elasticsearchmachine
Copy link
Collaborator

💚 Backport successful

Status Branch Result
8.13

elasticsearchmachine pushed a commit that referenced this pull request Feb 22, 2024
…#105734)

It seems that the changes of elastic/ml-cpp#2585
combined with the randomness of the test could cause it to fail
very occasionally, and by a tiny percentage over the expected
upper bound. This change reenables the test by very slightly
increasing the upper bound.

Fixes #105347
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport-and-merge Automatically create backport pull requests and merge when ready :ml Machine learning Team:ML Meta label for the ML team >test Issues or PRs that are addressing/adding tests v8.13.1 v8.14.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] AutodetectMemoryLimitIT testManyDistinctOverFields failing
3 participants