Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3372/
Java: 32bit/jdk1.7.0_45 -client -XX:+UseConcMarkSweepGC
1 tests failed.
REGRESSION:
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([E28E644D504F9A34:D335DA78F5708AE4]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:637)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:604)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:521)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<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 name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">12</int><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
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
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:630)
... 42 more
Build Log:
[...truncated 10422 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> 2824367 T7055 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247
[junit4] 2> 2824369 T7055 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\'
[junit4] 2> 2824372 T7055 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 2824373 T7055 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 2824517 T7055 oasc.SolrConfig.<init> Using Lucene
MatchVersion: LUCENE_50
[junit4] 2> 2824603 T7055 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-spellcheckcomponent.xml
[junit4] 2> 2824604 T7055 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 2824617 T7055 oass.IndexSchema.readSchema [null] Schema
name=test
[junit4] 2> 2825442 T7055 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 2825454 T7055 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2825459 T7055 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2825470 T7055 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2825476 T7055 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2825481 T7055 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2825482 T7055
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2825483 T7055
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2825483 T7055 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2825484 T7055
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2825484 T7055
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2825485 T7055 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2825486 T7055 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr
[junit4] 2> 2825486 T7055 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\'
[junit4] 2> 2825518 T7055 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 2825518 T7055 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr
[junit4] 2> 2825518 T7055 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for deduced Solr Home:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\'
[junit4] 2> 2825622 T7055 oasc.CoreContainer.<init> New CoreContainer
30781996
[junit4] 2> 2825622 T7055 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\]
[junit4] 2> 2825624 T7055 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 0
[junit4] 2> 2825625 T7055 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: http://
[junit4] 2> 2825625 T7055 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 0
[junit4] 2> 2825625 T7055 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 2825626 T7055 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 2825626 T7055 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 2825626 T7055 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 2825627 T7055 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 2825627 T7055 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 2825631 T7055 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2825632 T7055 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2825659 T7056 oasc.CoreContainer.create Creating SolrCore
'collection1' using instanceDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1
[junit4] 2> 2825660 T7056 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\'
[junit4] 2> 2825660 T7056 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 2825660 T7056 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 2825739 T7056 oasc.SolrConfig.<init> Using Lucene
MatchVersion: LUCENE_50
[junit4] 2> 2825814 T7056 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-spellcheckcomponent.xml
[junit4] 2> 2825815 T7056 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 2825828 T7056 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 2826661 T7056 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 2826671 T7056 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 2826675 T7056 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 2826684 T7056 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2826689 T7056 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 2826695 T7056 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2826695 T7056
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2826696 T7056
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2826697 T7056 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 2826698 T7056
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 2826698 T7056
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 2826698 T7056 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 2826699 T7056 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test-files\solr\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\
[junit4] 2> 2826699 T7056 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4] 2> 2826699 T7056 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\
[junit4] 2> 2826699 T7056 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\index/
[junit4] 2> 2826700 T7056 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\index'
doesn't exist. Creating new index...
[junit4] 2> 2826700 T7056 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\index
[junit4] 2> 2826701 T7056 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
[junit4] 2> 2826701 T7056 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1ed4cab
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b674bd),segFN=segments_1,generation=1}
[junit4] 2> 2826702 T7056 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2826704 T7056 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 2826704 T7056 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 2826705 T7056 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 2826705 T7056 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 2826705 T7056 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 2826710 T7056 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 2826710 T7056 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 2826711 T7056 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=33, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=96.9267578125,
floorSegmentMB=1.09375, forceMergeDeletesPctAllowed=27.834365496195904,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6846068144446892
[junit4] 2> 2826711 T7056 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1ed4cab
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b674bd),segFN=segments_1,generation=1}
[junit4] 2> 2826711 T7056 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 2826711 T7056 oass.SolrIndexSearcher.<init> Opening
Searcher@9b26c9 main
[junit4] 2> 2826712 T7056 oashc.SpellCheckComponent.inform Initializing
spell checkers
[junit4] 2> 2826722 T7056 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: default
[junit4] 2> 2826730 T7056 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: default_teststop
[junit4] 2> 2826731 T7056 oass.DirectSolrSpellChecker.init init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 2826731 T7056 oass.DirectSolrSpellChecker.init init:
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
[junit4] 2> 2826741 T7056 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: threshold
[junit4] 2> 2826741 T7056 oass.DirectSolrSpellChecker.init init:
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
[junit4] 2> 2826741 T7056 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: threshold_direct
[junit4] 2> 2826749 T7056 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: multipleFields
[junit4] 2> 2826777 T7056 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: freq
[junit4] 2> 2826790 T7056 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: fqcn
[junit4] 2> 2826792 T7056 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 2826792 T7057 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@9b26c9
main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4] 2> 2826805 T7055 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> ASYNC NEW_CORE C4360 name=collection1
org.apache.solr.core.SolrCore@1b5e2b1
[junit4] 2> 2826819 T7055 C4360 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[0]} 0 2
[junit4] 2> 2826843 T7055 C4360 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[1]} 0 1
[junit4] 2> 2826856 T7055 C4360 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[2]} 0 1
[junit4] 2> ASYNC NEW_CORE C4361 name=collection1
org.apache.solr.core.SolrCore@1b5e2b1
[junit4] 2> 2826897 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[3]} 0 1
[junit4] 2> 2826908 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[4]} 0 0
[junit4] 2> 2826922 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[5]} 0 2
[junit4] 2> 2826936 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[6]} 0 1
[junit4] 2> 2826947 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[7]} 0 0
[junit4] 2> 2826961 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[8]} 0 2
[junit4] 2> 2826973 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[9]} 0 1
[junit4] 2> 2826986 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[10]} 0 1
[junit4] 2> 2826998 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[11]} 0 2
[junit4] 2> 2827011 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[12]} 0 1
[junit4] 2> 2827023 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[13]} 0 1
[junit4] 2> 2827036 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[14]} 0 1
[junit4] 2> 2827048 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[15]} 0 0
[junit4] 2> 2827060 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[16]} 0 1
[junit4] 2> 2827072 T7055 C4361 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 2827078 T7055 C4361 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1ed4cab
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b674bd),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1ed4cab
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b674bd),segFN=segments_2,generation=2}
[junit4] 2> 2827079 T7055 C4361 oasc.SolrDeletionPolicy.updateCommits
newest commit generation = 2
[junit4] 2> 2827081 T7055 C4361 oass.SolrIndexSearcher.<init> Opening
Searcher@2a803a main
[junit4] 2> 2827082 T7055 C4361 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 2827082 T7057
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: default
[junit4] 2> 2827140 T7057
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: default_teststop
[junit4] 2> 2827213 T7057
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: threshold
[junit4] 2> 2827231 T7057
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: threshold_direct
[junit4] 2> 2827231 T7057
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: multipleFields
[junit4] 2> 2827284 T7057
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: freq
[junit4] 2> 2827337 T7057
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: fqcn
[junit4] 2> 2827378 T7057 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@2a803a
main{StandardDirectoryReader(segments_2:13:nrt _0(5.0):c3 _1(5.0):c3 _2(5.0):c3
_3(5.0):c3 _4(5.0):c3 _5(5.0):c2)}
[junit4] 2> 2827379 T7055 C4361 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 307
[junit4] 2> 2827392 T7055 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithFilter
[junit4] 2> 2827450 T7055 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithFilter
[junit4] 2> 2827456 T7055 oas.SolrTestCaseJ4.setUp ###Starting
testEstimatedHitCounts
[junit4] 2> 2827461 T7055 C4361 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia}
hits=0 status=0 QTime=3
[junit4] 2> 2827478 T7055 C4361 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=0}
hits=0 status=0 QTime=4
[junit4] 2> 2827485 T7055 C4361 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=30}
hits=0 status=0 QTime=3
[junit4] 2> 2827493 T7055 C4361 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=100}
hits=0 status=0 QTime=3
[junit4] 2> 2827501 T7055 C4361 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=10000}
hits=0 status=0 QTime=3
[junit4] 2> 2827508 T7055 C4361 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=5}
hits=0 status=0 QTime=3
[junit4] 2> 2827529 T7055 C4361 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=3
[junit4] 2> 2827537 T7055 C4361 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=9}
hits=0 status=0 QTime=3
[junit4] 2> 2827547 T7055 C4361 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=5
[junit4] 2> 2827557 T7055 C4361 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=16}
hits=0 status=0 QTime=4
[junit4] 2> 2827566 T7055 C4361 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=3
[junit4] 2> ASYNC NEW_CORE C4362 name=collection1
org.apache.solr.core.SolrCore@1b5e2b1
[junit4] 2> 2827594 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=1
[junit4] 2> 2827602 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=7}
hits=0 status=0 QTime=3
[junit4] 2> 2827609 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 2827618 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=3
[junit4] 2> 2827626 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=11}
hits=0 status=0 QTime=4
[junit4] 2> 2827634 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=4
[junit4] 2> 2827641 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={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}
hits=0 status=0 QTime=4
[junit4] 2> 2827646 T7055 oas.SolrTestCaseJ4.assertQ ERROR REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
[junit4] 2> xml response was: <?xml version="1.0"
encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <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 name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">12</int><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> 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] 2> 2827648 T7055 oasc.SolrException.log ERROR REQUEST FAILED:
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:java.lang.RuntimeException:
REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
[junit4] 2> xml response was: <?xml version="1.0"
encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <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 name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">12</int><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> 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] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:630)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:604)
[junit4] 2> at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:521)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at
java.lang.reflect.Method.invoke(Method.java:606)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4] 2> at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4] 2> at java.lang.Thread.run(Thread.java:744)
[junit4] 2>
[junit4] 2> 2827649 T7055 oas.SolrTestCaseJ4.tearDown ###Ending
testEstimatedHitCounts
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts
-Dtests.seed=E28E644D504F9A34 -Dtests.slow=true -Dtests.locale=ja
-Dtests.timezone=Pacific/Galapagos -Dtests.file.encoding=Cp1252
[junit4] ERROR 0.23s | SpellCheckCollatorTest.testEstimatedHitCounts <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([E28E644D504F9A34:D335DA78F5708AE4]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:637)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:604)
[junit4] > at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:521)
[junit4] > at java.lang.Thread.run(Thread.java:744)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/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 name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">12</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:630)
[junit4] > ... 42 more
[junit4] 2> 2827686 T7055 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithOverride
[junit4] 2> 2827705 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={mm=1&spellcheck=true&q=partisian+politcal+mashine&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&qf=teststop&spellcheck.dictionary=direct&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.collate=true&defType=edismax}
hits=0 status=0 QTime=18
[junit4] 2> 2827719 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={mm=1&spellcheck=true&spellcheck.collateParam.mm=100%25&q=partisian+politcal+mashine&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&qf=teststop&spellcheck.dictionary=direct&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.collate=true&defType=edismax}
hits=0 status=0 QTime=11
[junit4] 2> 2827721 T7055 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithOverride
[junit4] 2> 2827728 T7055 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithMultipleRequestHandlers
[junit4] 2> 2827777 T7055 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithMultipleRequestHandlers
[junit4] 2> 2827784 T7055 oas.SolrTestCaseJ4.setUp ###Starting
testExtendedCollate
[junit4] 2> 2827846 T7055 oas.SolrTestCaseJ4.tearDown ###Ending
testExtendedCollate
[junit4] 2> 2827852 T7055 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithGrouping
[junit4] 2> 2827906 T7055 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithGrouping
[junit4] 2> 2827916 T7055 oas.SolrTestCaseJ4.setUp ###Starting
testContextSensitiveCollate
[junit4] 2> 2827926 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&indent=true&spellcheck.maxResultsForSuggest=0&spellcheck.collateExtendedResults=true&spellcheck.extendedResults=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.collate=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.dictionary=direct&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.build=true&spellcheck.alternativeTermCount=5}
hits=0 status=0 QTime=9
[junit4] 2> 2827944 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&indent=true&spellcheck.maxResultsForSuggest=1&spellcheck.collateExtendedResults=true&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&spellcheck.collate=true&q=teststop:(june+AND+customs)&spellcheck.dictionary=direct&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5}
hits=1 status=0 QTime=5
[junit4] 2> 2828016 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&indent=true&spellcheck.maxResultsForSuggest=0&spellcheck.collateExtendedResults=true&spellcheck.extendedResults=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.collate=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.dictionary=default_teststop&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.build=true&spellcheck.alternativeTermCount=5}
hits=0 status=0 QTime=62
[junit4] 2> 2828033 T7055 C4362 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck=true&indent=true&spellcheck.maxResultsForSuggest=1&spellcheck.collateExtendedResults=true&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.maxCollations=1&spellcheck.collate=true&q=teststop:(june+AND+customs)&spellcheck.dictionary=default_teststop&spellcheck.count=10&qt=spellCheckCompRH&spellcheck.alternativeTermCount=5}
hits=1 status=0 QTime=2
[junit4] 2> 2828045 T7055 oas.SolrTestCaseJ4.tearDown ###Ending
testContextSensitiveCollate
[junit4] 2> 2828051 T7055 oas.SolrTestCaseJ4.setUp ###Starting
testCollationWithHypens
[junit4] 2> 2828149 T7055 oas.SolrTestCaseJ4.tearDown ###Ending
testCollationWithHypens
[junit4] 2> 2828150 T7055 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> 2828150 T7055 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=30781996
[junit4] 2> 2828150 T7055 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@1b5e2b1
[junit4] 2> 2828151 T7055 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=17,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 2828151 T7055 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 2828151 T7055 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 2828152 T7055 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 2828153 T7055 oasc.SolrCore.closeSearcher [collection1]
Closing main searcher on request.
[junit4] 2> 2828153 T7055 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 2828153 T7055 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\;done=false>>]
[junit4] 2> 2828154 T7055 oasc.CachingDirectoryFactory.close Closing
directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\
[junit4] 2> 2828154 T7055 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\index
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\index;done=false>>]
[junit4] 2> 2828154 T7055 oasc.CachingDirectoryFactory.close Closing
directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\index
[junit4] 2> !!!! WARNING: best effort to remove
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\default_teststop\_1.cfs
FAILED !!!!!
[junit4] 2> !!!! WARNING: best effort to remove
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247\default_teststop
FAILED !!!!!
[junit4] 2> !!!! WARNING: best effort to remove
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-SpellCheckCollatorTest-1382223379247
FAILED !!!!!
[junit4] 2> NOTE: test params are:
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=18),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=18)), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {},
locale=ja, timezone=Pacific/Galapagos
[junit4] 2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_45
(32-bit)/cpus=2,threads=1,free=184038120,total=467279872
[junit4] 2> NOTE: All tests run in this JVM: [TestOmitPositions,
ShardSplitTest, TestCodecSupport, DateFieldTest,
OpenExchangeRatesOrgProviderTest, HdfsSyncSliceTest, TestSolrXmlPersistor,
TestQueryUtils, HdfsCollectionsAPIDistributedZkTest, SliceStateUpdateTest,
TestCharFilters, TestRecoveryHdfs, TestRangeQuery, TestGroupingSearch,
TestBinaryField, TestDynamicFieldCollectionResource, TestSolrJ, TestTrie,
TestHashPartitioner, SearchHandlerTest, TermVectorComponentDistributedTest,
HighlighterTest, SolrCoreCheckLockOnStartupTest,
CoreContainerCoreInitFailuresTest, TestUtils, SynonymTokenizerTest,
TestManagedSchemaFieldResource, PrimitiveFieldTypeTest, ClusterStateUpdateTest,
SystemInfoHandlerTest, TestLazyCores, SolrRequestParserTest,
SpellingQueryConverterTest, TestFunctionQuery, DocValuesMissingTest,
TestSearchPerf, DirectSolrConnectionTest, PolyFieldTest, TestRealTimeGet,
TestSolr4Spatial, QueryEqualityTest, HdfsUnloadDistributedZkTest,
SuggesterTSTTest, ShardRoutingCustomTest, FastVectorHighlighterTest,
LeaderElectionTest, EchoParamsTest, CircularListTest,
TestWordDelimiterFilterFactory, CacheHeaderTest, TestReplicationHandler,
TestPHPSerializedResponseWriter, AssignTest, TestPerFieldSimilarity,
ChaosMonkeySafeLeaderTest, TestRandomFaceting, TestPhraseSuggestions,
TestInfoStreamLogging, TestNRTOpen, StatelessScriptUpdateProcessorFactoryTest,
TestJmxIntegration, HdfsLockFactoryTest, BlockCacheTest, OutputWriterTest,
PingRequestHandlerTest, SampleTest, CustomCollectionTest,
FieldAnalysisRequestHandlerTest, TermVectorComponentTest,
SchemaVersionSpecificBehaviorTest, DateMathParserTest,
CurrencyFieldOpenExchangeTest, TestDocSet, ShowFileRequestHandlerTest,
NoCacheHeaderTest, DocumentAnalysisRequestHandlerTest,
TestBinaryResponseWriter, AlternateDirectoryTest, TestSolrQueryParserResource,
TestFieldTypeCollectionResource, DocValuesMultiTest, TestRecovery,
DisMaxRequestHandlerTest, TestManagedSchema, AliasIntegrationTest,
OverseerCollectionProcessorTest, BlockDirectoryTest, LoggingHandlerTest,
SolrInfoMBeanTest, TestCoreContainer, TestLMDirichletSimilarityFactory,
FullSolrCloudDistribCmdsTest, TestFieldResource, TestSolrXMLSerializer,
TestCoreDiscovery, TestRTGBase, MBeansHandlerTest, DocValuesTest,
TestSchemaResource, SuggesterFSTTest, TestCopyFieldCollectionResource,
BadComponentTest, OverseerTest, SortByFunctionTest, CoreAdminHandlerTest,
DirectUpdateHandlerTest, SolrPluginUtilsTest, TestBadConfig,
QueryResultKeyTest, TestStressVersions, QueryElevationComponentTest,
TestSolrCoreProperties, FileUtilsTest, HdfsBasicDistributedZk2Test,
SoftAutoCommitTest, TestFuzzyAnalyzedSuggestions, TestNumberUtils, SOLR749Test,
TestPartialUpdateDeduplication, TestFastOutputStream, TestFaceting,
CSVRequestHandlerTest, AutoCommitTest, OpenCloseCoreStressTest,
SignatureUpdateProcessorFactoryTest, AddBlockUpdateTest,
BinaryUpdateRequestHandlerTest, CurrencyFieldXmlFileTest, ResourceLoaderTest,
TestZkChroot, TestSuggestSpellingConverter, ScriptEngineTest,
UnloadDistributedZkTest, TestMaxScoreQueryParser, TimeZoneUtilsTest,
DeleteShardTest, TestClassNameShortening, TestAnalyzeInfixSuggestions,
TestLFUCache, MoreLikeThisHandlerTest, TestRandomDVFaceting,
DistanceFunctionTest, TestIBSimilarityFactory, HdfsChaosMonkeySafeLeaderTest,
TestUpdate, UpdateRequestProcessorFactoryTest, QueryParsingTest,
MinimalSchemaTest, TestIndexSearcher, TestNoOpRegenerator,
CachingDirectoryFactoryTest, TestSurroundQueryParser, JSONWriterTest,
BasicDistributedZkTest, BasicDistributedZk2Test,
CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest,
ShardRoutingTest, BasicZkTest, RecoveryZkTest, ZkSolrClientTest, ZkCLITest,
TestDistributedSearch, TestDistributedGrouping,
DistributedSpellCheckComponentTest, ZkControllerTest, TestStressReorder,
TestJoin, TestMultiCoreConfBootstrap, TestReload, HardAutoCommitTest,
DistributedTermsComponentTest, SimpleFacetsTest, SolrCoreTest,
StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest,
PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering,
BasicFunctionalityTest, DistributedQueryElevationComponentTest,
SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest,
TestExtendedDismaxParser, SpellCheckCollatorTest]
[junit4] Completed in 3.83s, 8 tests, 1 error <<< FAILURES!
[...truncated 392 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:422: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:402: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:39: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:483:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1259:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:902:
There were test failures: 326 suites, 1449 tests, 1 error, 40 ignored (11
assumptions)
Total time: 80 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_45 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]