[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_09) - Build # 3055 - Failure!

2012-12-04 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/3055/ Java: 64bit/jdk1.7.0_09 -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.lucene.facet.search.DrillDownTest.testScoring Error Message: score of doc=4 modified expected:0.804885745048523 but

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_09) - Build # 3055 - Failure!

2012-12-04 Thread Shai Erera
It looks to be caused by the random IndexSearcher that's created. I'm still checking if it can alter the scoring, since that test verifies that scores between two invocations of IndexSearcher.search() do not change. Anyway, this looks like a test issue. Shai On Tue, Dec 4, 2012 at 1:45 PM,

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_09) - Build # 3055 - Failure!

2012-12-04 Thread Shai Erera
It was a real bug -- DrilDown.query did not set disableCoord=true on the result BooleanQuery, and RandomSimProvider caught that ! Committed a fix. Shai On Tue, Dec 4, 2012 at 2:05 PM, Shai Erera ser...@gmail.com wrote: It looks to be caused by the random IndexSearcher that's created. I'm