[
https://issues.apache.org/jira/browse/LUCENE-6613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602406#comment-14602406
]
Steve Rowe commented on LUCENE-6613:
------------------------------------
Policeman Jenkins found another failing seed, for
{{TestStressIndexing2.testMultiConfig()}} at
[http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13211/]:
{noformat}
[junit4] Suite: org.apache.lucene.index.TestStressIndexing2
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestStressIndexing2
-Dtests.method=testMultiConfig -Dtests.seed=2692E639098F3933
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ko_KR
-Dtests.timezone=Asia/Srednekolymsk -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.08s J0 | TestStressIndexing2.testMultiConfig <<<
[junit4] > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 4
[junit4] > at
__randomizedtesting.SeedInfo.seed([2692E639098F3933:EB0090E1A4D9267D]:0)
[junit4] > at
org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.nextDoc(DirectPostingsFormat.java:1683)
[junit4] > at
org.apache.lucene.index.TestStressIndexing2.verifyEquals(TestStressIndexing2.java:546)
[junit4] > at
org.apache.lucene.index.TestStressIndexing2.verifyEquals(TestStressIndexing2.java:270)
[junit4] > at
org.apache.lucene.index.TestStressIndexing2.testMultiConfig(TestStressIndexing2.java:113)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene53):
{f72=PostingsFormat(name=Direct), f96=PostingsFormat(name=Memory doPackFST=
false), f30=PostingsFormat(name=Memory doPackFST= false),
f74=PostingsFormat(name=Memory doPackFST= false),
f51=PostingsFormat(name=LuceneVarGapFixedInterval),
f76=PostingsFormat(name=Direct), f32=PostingsFormat(name=Direct),
f31=PostingsFormat(name=Asserting),
f33=PostingsFormat(name=LuceneVarGapFixedInterval),
f11=PostingsFormat(name=LuceneVarGapFixedInterval),
f36=PostingsFormat(name=Direct), f13=PostingsFormat(name=Asserting),
f57=PostingsFormat(name=Asserting), f79=PostingsFormat(name=Asserting),
f16=PostingsFormat(name=Memory doPackFST= false),
f38=PostingsFormat(name=Memory doPackFST= false),
f59=PostingsFormat(name=LuceneVarGapFixedInterval),
f15=PostingsFormat(name=LuceneVarGapFixedInterval),
f1=PostingsFormat(name=Memory doPackFST= false),
f3=PostingsFormat(name=Direct), f5=PostingsFormat(name=Memory doPackFST=
false), f7=PostingsFormat(name=Direct), id=PostingsFormat(name=Memory
doPackFST= false), f80=PostingsFormat(name=LuceneVarGapFixedInterval),
f82=PostingsFormat(name=Asserting),
f62=PostingsFormat(name=LuceneVarGapFixedInterval),
f43=PostingsFormat(name=Direct), f86=PostingsFormat(name=Asserting),
f45=PostingsFormat(name=Memory doPackFST= false),
f89=PostingsFormat(name=Memory doPackFST= false),
f22=PostingsFormat(name=LuceneVarGapFixedInterval),
f47=PostingsFormat(name=Direct), f69=PostingsFormat(name=Direct),
f68=PostingsFormat(name=Asserting),
f26=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=false,coord=no): {f72=DFR GB2, f96=DFR
I(F)B2, f30=DFR I(ne)L3(800.0), f74=LM Jelinek-Mercer(0.100000), f51=DFR
I(ne)1, f76=DFR I(ne)B1, f32=DFR I(n)Z(0.3), f31=BM25(k1=1.2,b=0.75), f33=DFR
I(F)2, f11=DFR I(ne)LZ(0.3), f36=IB LL-D1, f13=BM25(k1=1.2,b=0.75), f16=DFR
I(F)L1, f38=DefaultSimilarity, f59=DFR I(n)L2, f15=DFR I(F)2, f3=DFR
I(F)Z(0.3), f7=DFR I(ne)B2, f80=DFR I(ne)1, f82=DFR I(ne)2, f62=IB SPL-LZ(0.3),
f86=DFR I(ne)Z(0.3), f45=DFR I(ne)L1, f89=DFR G1, f22=DFR I(ne)3(800.0), f47=IB
SPL-D1, f69=DFR I(F)L3(800.0), f68=DFR I(ne)Z(0.3), f26=DFR I(F)1},
locale=ko_KR, timezone=Asia/Srednekolymsk
[junit4] 2> NOTE: Linux 3.13.0-54-generic i386/Oracle Corporation 1.9.0-ea
(32-bit)/cpus=12,threads=1,free=93621784,total=253755392
[junit4] 2> NOTE: All tests run in this JVM: [TestConjunctions,
TestSumDocFreq, TestIndexWriterDelete, TestIndexWriterMergePolicy,
TestPayloadNearQuery, TestPersistentSnapshotDeletionPolicy, TestNot,
TestPriorityQueue, TestStressIndexing2]
[junit4] Completed [14/393] on J0 in 0.23s, 3 tests, 1 error <<< FAILURES!
{noformat}
> TestStressIndexing2.testRandom() failure
> ----------------------------------------
>
> Key: LUCENE-6613
> URL: https://issues.apache.org/jira/browse/LUCENE-6613
> Project: Lucene - Core
> Issue Type: Bug
> Components: core/index
> Reporter: Steve Rowe
>
> TestStressIndexing2.testRandom() failed on 26/100 iterations on Linux
> branch_5x r1687672 with Oracle Java8 using the seed from the repro line
> below, but only if I exclude {{-Dtests.method=testRandom}} - I got 100
> straight successes when specifying the method. On OS X this seed failed only
> 6/100 iterations (again not specifying {{tests.method}}):
> {noformat}
> [junit4] Suite: org.apache.lucene.index.TestStressIndexing2
> [junit4] OK 0.88s | TestStressIndexing2.testMultiConfig
> [junit4] 2> NOTE: reproduce with: ant test
> -Dtestcase=TestStressIndexing2 -Dtests.method=testRandom
> -Dtests.seed=3B1EEC65B79DA8C2 -Dtests.slow=true -Dtests.locale=hr_HR
> -Dtests.timezone=America/Manaus -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
> [junit4] ERROR 0.17s | TestStressIndexing2.testRandom <<<
> [junit4] > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 4
> [junit4] > at
> __randomizedtesting.SeedInfo.seed([3B1EEC65B79DA8C2:4952C96A06FD1EB1]:0)
> [junit4] > at
> org.apache.lucene.codecs.memory.DirectPostingsFormat$LowFreqDocsEnum.nextDoc(DirectPostingsFormat.java:1715)
> [junit4] > at
> org.apache.lucene.index.TestStressIndexing2.verifyEquals(TestStressIndexing2.java:510)
> [junit4] > at
> org.apache.lucene.index.TestStressIndexing2.verifyEquals(TestStressIndexing2.java:270)
> [junit4] > at
> org.apache.lucene.index.TestStressIndexing2.testRandom(TestStressIndexing2.java:77)
> [junit4] > at java.lang.Thread.run(Thread.java:745)
> [junit4] OK 0.09s | TestStressIndexing2.testRandomIWReader
> [junit4] 2> NOTE: leaving temporary files on disk at:
> /home/sarowe/svn/lucene/dev/branches/branch_5x/lucene/build/core/test/J0/temp/lucene.index.TestStressIndexing2_3B1EEC65B79DA8C2-001
> [junit4] 2> NOTE: test params are: codec=Asserting(Lucene53):
> {f72=FSTOrd50, f50=FSTOrd50, f96=PostingsFormat(name=Direct),
> f52=PostingsFormat(name=Direct), f30=PostingsFormat(name=Direct),
> f54=FSTOrd50, f75=PostingsFormat(name=LuceneVarGapFixedInterval),
> f97=PostingsFormat(name=LuceneVarGapFixedInterval),
> f12=PostingsFormat(name=Direct), f58=FSTOrd50, f59=FST50, f4=FST50,
> f9=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct), f80=FST50,
> f41=PostingsFormat(name=Direct), f85=PostingsFormat(name=Direct),
> f21=FSTOrd50, f64=PostingsFormat(name=LuceneVarGapFixedInterval),
> f42=PostingsFormat(name=LuceneVarGapFixedInterval),
> f20=PostingsFormat(name=LuceneVarGapFixedInterval), f44=FST50,
> f49=PostingsFormat(name=Direct), f29=FSTOrd50,
> f92=PostingsFormat(name=Direct), f70=PostingsFormat(name=Direct), f91=FST50},
> docValues:{}, sim=DefaultSimilarity, locale=hr_HR, timezone=America/Manaus
> [junit4] 2> NOTE: Linux 4.1.0-custom1-amd64 amd64/Oracle Corporation
> 1.8.0_45 (64-bit)/cpus=16,threads=1,free=450238456,total=514850816
> [junit4] 2> NOTE: All tests run in this JVM: [TestStressIndexing2]
> [junit4] Completed [1/1] in 1.43s, 3 tests, 1 error <<< FAILURES!
> {noformat}
> Original failure here:
> [http://jenkins.sarowe.net/job/Lucene-Solr-tests-5.x-Java8/310/]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]