You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2017/11/17 19:54:00 UTC

[jira] [Created] (LUCENE-8052) Test failure: TestBasicModelG.testRandomScoring (small numeric delta comparison error)

David Smiley created LUCENE-8052:
------------------------------------

             Summary: Test failure: TestBasicModelG.testRandomScoring  (small numeric delta comparison error)
                 Key: LUCENE-8052
                 URL: https://issues.apache.org/jira/browse/LUCENE-8052
             Project: Lucene - Core
          Issue Type: Improvement
          Components: core/search
            Reporter: David Smiley


This seed reproduces for me on master:
{noformat}
1 tests failed.
FAILED:  org.apache.lucene.search.similarities.TestBasicModelG.testRandomScoring

Error Message:
score(1.0,13)=5.3288637E9 < score(1.0,14)=5.3288643E9

Stack Trace:
java.lang.AssertionError: score(1.0,13)=5.3288637E9 < score(1.0,14)=5.3288643E9
        at __randomizedtesting.SeedInfo.seed([F07F8B266257D392:7BE0D29478203598]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.apache.lucene.search.similarities.BaseSimilarityTestCase.doTestScoring(BaseSimilarityTestCase.java:423)
        at org.apache.lucene.search.similarities.BaseSimilarityTestCase.testRandomScoring(BaseSimilarityTestCase.java:355)
{noformat}
...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org