Steve Rowe created LUCENE-6550:
----------------------------------

             Summary: TestBKDTree failure
                 Key: LUCENE-6550
                 URL: https://issues.apache.org/jira/browse/LUCENE-6550
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/sandbox
            Reporter: Steve Rowe
            Priority: Minor


Reproduces for me on OS X 10.10, Oracle Java 1.8.0_49 - from 
[http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4919/]:

{noformat}
  [junit4] Suite: org.apache.lucene.bkdtree.TestBKDTree
  [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBKDTree 
-Dtests.method=testMultiValued -Dtests.seed=DDCCB6D53A3857B1 -Dtests.slow=true 
-Dtests.locale=es_NI -Dtests.timezone=Asia/Nicosia -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
  [junit4] ERROR   0.07s J0 | TestBKDTree.testMultiValued <<<
  [junit4]    > Throwable #1: java.lang.IllegalArgumentException: 
maxPointsSortInHeap must be >= maxPointsInLeafNode; got 1364 vs 
maxPointsInLeafNode=1569
  [junit4]    >         at 
__randomizedtesting.SeedInfo.seed([DDCCB6D53A3857B1:9ECD2E7F4FA17F9]:0)
  [junit4]    >         at 
org.apache.lucene.bkdtree.BKDTreeWriter.verifyParams(BKDTreeWriter.java:123)
  [junit4]    >         at 
org.apache.lucene.bkdtree.BKDTreeDocValuesFormat.<init>(BKDTreeDocValuesFormat.java:95)
  [junit4]    >         at 
org.apache.lucene.bkdtree.TestBKDTree.testMultiValued(TestBKDTree.java:174)
  [junit4]    >         at java.lang.Thread.run(Thread.java:745)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to