Steve Rowe created LUCENE-8079:
----------------------------------
Summary:
TestTopFieldCollectorEarlyTermination.testEarlyTermination() failures
Key: LUCENE-8079
URL: https://issues.apache.org/jira/browse/LUCENE-8079
Project: Lucene - Core
Issue Type: Bug
Reporter: Steve Rowe
>From [https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21037/],
>reproduces for me:
{noformat}
Checking out Revision eb434dc47ac96e27676006216dd308d8f45beb81
(refs/remotes/origin/master)
[...]
[junit4] Suite:
org.apache.lucene.search.TestTopFieldCollectorEarlyTermination
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestTopFieldCollectorEarlyTermination
-Dtests.method=testEarlyTermination -Dtests.seed=A2B037B1E5851227
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-EG
-Dtests.timezone=Australia/Tasmania -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 4.90s J1 |
TestTopFieldCollectorEarlyTermination.testEarlyTermination <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([A2B037B1E5851227:6D2776EEDDE98224]:0)
[junit4] > at
org.apache.lucene.search.TestTopFieldCollectorEarlyTermination.doTestEarlyTermination(TestTopFieldCollectorEarlyTermination.java:159)
[junit4] > at
org.apache.lucene.search.TestTopFieldCollectorEarlyTermination.testEarlyTermination(TestTopFieldCollectorEarlyTermination.java:113)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J1/temp/lucene.search.TestTopFieldCollectorEarlyTermination_A2B037B1E5851227-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4752ab49),
locale=ar-EG, timezone=Australia/Tasmania
[junit4] 2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 10-ea
(64-bit)/cpus=8,threads=1,free=238915120,total=291504128
{noformat}
also reproduces for me, from
[https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21035/]:
{noformat}
Checking out Revision 41644bdcdcc0734115ce08ec24d6b408e1f8cf28
(refs/remotes/origin/master)
[...]
[junit4] Suite:
org.apache.lucene.search.TestTopFieldCollectorEarlyTermination
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestTopFieldCollectorEarlyTermination
-Dtests.method=testEarlyTermination -Dtests.seed=71B0072AA2373F2F
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ro-RO -Dtests.timezone=NZ
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 1.61s J1 |
TestTopFieldCollectorEarlyTermination.testEarlyTermination <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([71B0072AA2373F2F:BE2746759A5BAF2C]:0)
[junit4] > at
org.apache.lucene.search.TestTopFieldCollectorEarlyTermination.doTestEarlyTermination(TestTopFieldCollectorEarlyTermination.java:159)
[junit4] > at
org.apache.lucene.search.TestTopFieldCollectorEarlyTermination.testEarlyTermination(TestTopFieldCollectorEarlyTermination.java:113)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{s=PostingsFormat(name=Direct)}, docValues:{ndv2=DocValuesFormat(name=Direct),
ndv1=DocValuesFormat(name=Lucene70), s=DocValuesFormat(name=Asserting)},
maxPointsInLeafNode=842, maxMBSortInHeap=5.4000947262877155,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5b316450),
locale=ro-RO, timezone=NZ
[junit4] 2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=8,threads=1,free=397344552,total=536870912
{noformat}
And finally, also reproduces for me, from
[https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21017/] (the job log
has expired, so I couldn't look up the commit sha):
{noformat}
[junit4] Suite: org.apache.lucene.search.TestTopFieldCollectorEarlyTermination
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestTopFieldCollectorEarlyTermination
-Dtests.method=testEarlyTermination -Dtests.seed=DCC750ADB3BCC43F
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ur-IN
-Dtests.timezone=PLT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 6.00s J0 |
TestTopFieldCollectorEarlyTermination.testEarlyTermination <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([DCC750ADB3BCC43F:135011F28BD0543C]:0)
[junit4] > at
org.apache.lucene.search.TestTopFieldCollectorEarlyTermination.doTestEarlyTermination(TestTopFieldCollectorEarlyTermination.java:159)
[junit4] > at
org.apache.lucene.search.TestTopFieldCollectorEarlyTermination.testEarlyTermination(TestTopFieldCollectorEarlyTermination.java:113)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J0/temp/lucene.search.TestTopFieldCollectorEarlyTermination_DCC750ADB3BCC43F-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{s=BlockTreeOrds(blocksize=128)},
docValues:{ndv2=DocValuesFormat(name=Lucene70),
ndv1=DocValuesFormat(name=Direct), s=DocValuesFormat(name=Asserting)},
maxPointsInLeafNode=1043, maxMBSortInHeap=6.1759458091376,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@55a5bb87),
locale=ur-IN, timezone=PLT
[junit4] 2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 10-ea
(64-bit)/cpus=8,threads=1,free=484421216,total=536870912
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]