-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.3
-
Fix Version/s: 5.3
-
Component/s: None
-
Labels:None
-
Lucene Fields:New
The seed below (from http://jenkins.sarowe.net/job/Lucene-Solr-tests-5.3-Java8/16/ ) reproduces 100% (on OS X) only on lucene_solr_5_3 for me, with both Java7 and Java8. Passes on both branch_5x and trunk:
[junit4] Suite: org.apache.lucene.search.TestEarlyTerminatingSortingCollector [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestEarlyTerminatingSortingCollector -Dtests.method=testTerminatedEarly -Dtests.seed=E7DD88A4FFA03DF6 -Dtests.slow=true -Dtests.locale=es_VE -Dtests.timezone=BET -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] FAILURE 0.75s J8 | TestEarlyTerminatingSortingCollector.testTerminatedEarly <<< [junit4] > Throwable #1: java.lang.AssertionError: should have terminated early (searcher.reader=ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_11(5.3.0):c1)))) [junit4] > at __randomizedtesting.SeedInfo.seed([E7DD88A4FFA03DF6:C64632165E9A7371]:0) [junit4] > at org.apache.lucene.search.TestEarlyTerminatingSortingCollector.testTerminatedEarly(TestEarlyTerminatingSortingCollector.java:298) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> NOTE: test params are: codec=Asserting(Lucene53): {s=BlockTreeOrds(blocksize=128)}, docValues:{ndv2=DocValuesFormat(name=Direct), ndv1=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, locale=es_VE, timezone=BET [junit4] 2> NOTE: Linux 4.1.0-custom2-amd64 amd64/Oracle Corporation 1.8.0_45 (64-bit)/cpus=16,threads=1,free=432339984,total=514850816 [junit4] 2> NOTE: All tests run in this JVM: [TestEarlyTerminatingSortingCollector] [junit4] Completed [22/25] on J8 in 9.77s, 4 tests, 1 failure <<< FAILURES!