-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[CI] BucketCountKSTestAggregatorTests testKsTest_LowerTailedValues failing #74909
Comments
Pinging @elastic/ml-core (Team:ML) |
Hello, i investigated this issue briefly and found that the error occurred at this line:
and that the actual delta is 0.2597987651073409. An interesting observation is that if I comment out these lines which are unrelated to the error:
then the test will pass, which means that they are related to the number generator somehow. Cheers :) |
@dai-dao 100% :). The issue with the sparse distribution is that it requires the scale to all be reduced. But consequently, the distribution starts to look more uniform. I have a change in flight to address this. Running 1,000s of times locally to make sure :) |
testKsTest_LowerTailedValues is failing due to distribution issues. The random variables in the sparse case are too uniform and causing two-sided alternative tests to not be consistent. closes elastic#74909
testKsTest_LowerTailedValues is failing due to distribution issues. The random variables in the sparse case are too uniform and causing two-sided alternative tests to not be consistent. closes #74909
testKsTest_LowerTailedValues is failing due to distribution issues. The random variables in the sparse case are too uniform and causing two-sided alternative tests to not be consistent. closes elastic#74909
testKsTest_LowerTailedValues is failing due to distribution issues. The random variables in the sparse case are too uniform and causing two-sided alternative tests to not be consistent. closes elastic#74909
testKsTest_LowerTailedValues is failing due to distribution issues. The random variables in the sparse case are too uniform and causing two-sided alternative tests to not be consistent. closes #74909 Co-authored-by: Benjamin Trent <[email protected]>
testKsTest_LowerTailedValues is failing due to distribution issues. The random variables in the sparse case are too uniform and causing two-sided alternative tests to not be consistent. closes #74909 Co-authored-by: Benjamin Trent <[email protected]>
testKsTest_LowerTailedValues is failing due to distribution issues. The random variables in the sparse case are too uniform and causing two-sided alternative tests to not be consistent. closes elastic#74909
Build scan:
https://gradle-enterprise.elastic.co/s/hjhqluh6kgo3k/tests/:x-pack:plugin:ml:test/org.elasticsearch.xpack.ml.aggs.kstest.BucketCountKSTestAggregatorTests/testKsTest_LowerTailedValues
Reproduction line:
./gradlew ':x-pack:plugin:ml:test' --tests "org.elasticsearch.xpack.ml.aggs.kstest.BucketCountKSTestAggregatorTests.testKsTest_LowerTailedValues" -Dtests.seed=9F6F4A063AC4B3AF -Dtests.locale=de-DE -Dtests.timezone=America/Cambridge_Bay -Druntime.java=11
Applicable branches:
master
Reproduces locally?:
Yes
Failure history:
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.xpack.ml.aggs.kstest.BucketCountKSTestAggregatorTests&tests.test=testKsTest_LowerTailedValues
Failure excerpt:
The text was updated successfully, but these errors were encountered: