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

[CI] o.o..search.aggregations.metrics.TDigestStateTests.testMoreThan4BValues failure #1756

Closed
nknize opened this issue Dec 16, 2021 · 0 comments · Fixed by #3634
Closed

[CI] o.o..search.aggregations.metrics.TDigestStateTests.testMoreThan4BValues failure #1756

nknize opened this issue Dec 16, 2021 · 0 comments · Fixed by #3634
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Search:Aggregations

Comments

@nknize
Copy link
Collaborator

nknize commented Dec 16, 2021

The following failed on unrelated PR #1752. Possible rounding error. This will need to be addressed separately from the PR:

./gradlew ':server:test' --tests "org.opensearch.search.aggregations.metrics.TDigestStateTests.testMoreThan4BValues" -Dtests.seed=5630AE9543646685 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m -Djava.security.manager=allow" -Dtests.locale=el-GR -Dtests.timezone=Indian/Chagos -Druntime.java=17
  2> java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([5630AE9543646685:54203DC5B4948AA7]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at org.opensearch.search.aggregations.metrics.TDigestStateTests.testMoreThan4BValues(TDigestStateTests.java:60)
  2> NOTE: leaving temporary files on disk at: /opt/dev/opensearch-project/opensearch/server/build/testrun/test/temp/org.opensearch.search.aggregations.metrics.TDigestStateTests_5630AE9543646685-001
  2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1147, maxMBSortInHeap=5.679778913474905, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=el-GR, timezone=Indian/Chagos
  2> NOTE: Linux 4.15.0-163-generic amd64/Oracle Corporation 17.0.1 (64-bit)/cpus=8,threads=1,free=522861872,total=536870912
  2> NOTE: All tests run in this JVM: [TDigestStateTests]

assertTrue(v >= prev); fails w/ following values:
v=3.1138788538165313E-4
prev=3.113878853816532E-4

@nknize nknize added bug Something isn't working v2.0.0 Version 2.0.0 untriaged Search:Aggregations labels Dec 16, 2021
@anasalkouz anasalkouz added flaky-test Random test failure that succeeds on second run and removed untriaged labels Dec 28, 2021
@anasalkouz anasalkouz removed the v2.0.0 Version 2.0.0 label Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Search:Aggregations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants