ok, this is somehow related to the porter stemming bug. on java7, this makes a corrupt index (most of the time).
But, if i use the porter workaround described here (http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2011-July/005963.html), then it prevents the corrupt index in this test too :) On Mon, Jul 25, 2011 at 1:56 PM, Robert Muir <[email protected]> wrote: > java6 is fine > java7: corrupt index. > > On Mon, Jul 25, 2011 at 1:35 PM, Apache Jenkins Server > <[email protected]> wrote: >> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/22/ >> >> 1 tests failed. >> REGRESSION: >> org.apache.lucene.facet.search.SamplingWrapperTest.testCountUsingSamping >> >> Error Message: >> CheckIndex failed >> >> Stack Trace: >> java.lang.RuntimeException: CheckIndex failed >> at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:162) >> at org.apache.lucene.util._TestUtil.checkIndex(_TestUtil.java:148) >> at >> org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:493) >> at >> org.apache.lucene.facet.FacetTestBase.closeAll(FacetTestBase.java:219) >> at >> org.apache.lucene.facet.search.sampling.BaseSampleTestTopK.testCountUsingSamping(BaseSampleTestTopK.java:79) >> at >> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1503) >> at >> org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1408) >> >> >> >> >> Build Log (for compile errors): >> [...truncated 6757 lines...] >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > > -- > lucidimagination.com > -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
