[ 
https://issues.apache.org/jira/browse/SOLR-5344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14723609#comment-14723609
 ] 

Steve Rowe commented on SOLR-5344:
----------------------------------

Another fail that reproduces for me, this time on branch_5x, from Policeman 
Jenkins [http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13781/]:

{noformat}
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts 
-Dtests.seed=27DE05F9C4F2FFCE -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=no_NO -Dtests.timezone=Canada/Eastern -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.30s J1 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([27DE05F9C4F2FFCE:1665BBCC61CDEF1E]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:765)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:732)
   [junit4]    >        at 
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits'
 and 6 <= . and . <= 10]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">4</int></lst><result name="response" numFound="0" 
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst 
name="everother"><int name="numFound">1</int><int 
name="startOffset">9</int><int name="endOffset">18</int><arr 
name="suggestion"><str>everyother</str></arr></lst></lst><lst 
name="collations"><lst name="collation"><str 
name="collationQuery">teststop:everyother</str><int name="hits">14</int><lst 
name="misspellingsAndCorrections"><str 
name="everother">everyother</str></lst></lst></lst></lst>
   [junit4]    > </response>
   [junit4]    >        request 
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:758)
   [junit4]    >        ... 41 more
[...]
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_27DE05F9C4F2FFCE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{start1=Lucene50(blocksize=128), range_facet_l_dv=Lucene50(blocksize=128), 
lowerfilt1=Lucene50(blocksize=128), 
multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
teststop=PostingsFormat(name=LuceneVarGapFixedInterval), 
intDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
lowerfilt1and2=PostingsFormat(name=LuceneVarGapFixedInterval), 
end4=Lucene50(blocksize=128), 
end3=PostingsFormat(name=LuceneVarGapFixedInterval), 
end2=Lucene50(blocksize=128), 
end1=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
lowerfilt=PostingsFormat(name=LuceneVarGapFixedInterval), 
gram1=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=Lucene50(blocksize=128), 
range_facet_i_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
gram2=Lucene50(blocksize=128), 
gram3=PostingsFormat(name=LuceneVarGapFixedInterval), 
start3=Lucene50(blocksize=128), gram4=Lucene50(blocksize=128), 
start2=PostingsFormat(name=LuceneVarGapFixedInterval), 
word=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
start4=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Lucene50), 
timestamp=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, locale=no_NO, 
timezone=Canada/Eastern
   [junit4]   2> NOTE: Linux 3.19.0-26-generic i386/Oracle Corporation 1.8.0_60 
(32-bit)/cpus=12,threads=1,free=154911392,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TermVectorComponentTest, 
TestConfigSetsAPIExclusivity, SliceStateTest, DateRangeFieldTest, 
TestHashQParserPlugin, NotRequiredUniqueKeyTest, 
CollectionsAPIDistributedZkTest, TestSolrConfigHandlerCloud, 
VMParamsZkACLAndCredentialsProvidersTest, TestFieldSortValues, EnumFieldTest, 
CollectionStateFormat2Test, TestPartialUpdateDeduplication, 
TestNonDefinedSimilarityFactory, DistribJoinFromCollectionTest, 
TestNoOpRegenerator, TestQueryUtils, RequestLoggingTest, TestCrossCoreJoin, 
BasicFunctionalityTest, HdfsSyncSliceTest, CSVRequestHandlerTest, 
CoreAdminCreateDiscoverTest, SpellCheckCollatorTest]
   [junit4] Completed [111/536] on J1 in 2.54s, 9 tests, 1 error <<< FAILURES!
{noformat}

> SpellCheckCollatorTest.testEstimatedHitCounts fails in jenkins from time to 
> time
> --------------------------------------------------------------------------------
>
>                 Key: SOLR-5344
>                 URL: https://issues.apache.org/jira/browse/SOLR-5344
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Robert Muir
>
> Doesn't happen very often, but maybe one I can fix. I'll look into it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to