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

Commits on Feb 22, 2024

  1. [ML] Fix AutodetectMemoryLimitIT.testManyDistinctOverFields

    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 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9c6685b View commit details
    Browse the repository at this point in the history