Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/7984/
Java: 64bit/jdk1.8.0-ea-b109 -XX:+UseCompressedOops -XX:+UseParallelGC
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([693E0356B85EB9EB:5885BD631D61A93B]: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:491)
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:724)
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">7</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 10066 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> 184284 T883 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> Creating dataDir:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SpellCheckCollatorTest-1382391504610
[junit4] 2> 184284 T883 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4] 2> 184285 T883 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 184285 T883 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 184301 T883 oasc.SolrConfig.<init> Using Lucene MatchVersion:
LUCENE_50
[junit4] 2> 184309 T883 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-spellcheckcomponent.xml
[junit4] 2> 184309 T883 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 184313 T883 oass.IndexSchema.readSchema [null] Schema name=test
[junit4] 2> 184396 T883 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 184399 T883 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 184400 T883 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 184404 T883 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 184406 T883 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 184407 T883 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 184407 T883
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 184407 T883
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 184408 T883 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 184408 T883
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 184408 T883
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 184408 T883 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 184408 T883 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
[junit4] 2> 184409 T883 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
[junit4] 2> 184415 T883 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 184415 T883 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
[junit4] 2> 184415 T883 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for deduced Solr Home:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
[junit4] 2> 184426 T883 oasc.CoreContainer.<init> New CoreContainer
907481917
[junit4] 2> 184426 T883 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/]
[junit4] 2> 184427 T883 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 0
[junit4] 2> 184427 T883 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to: http://
[junit4] 2> 184427 T883 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 0
[junit4] 2> 184427 T883 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 184427 T883 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 184427 T883 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 184427 T883 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 184428 T883 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 184428 T883 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 184429 T883 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 184429 T883 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 184431 T884 oasc.CoreContainer.create Creating SolrCore
'collection1' using instanceDir:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
[junit4] 2> 184431 T884 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
[junit4] 2> 184431 T884 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 184432 T884 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 184452 T884 oasc.SolrConfig.<init> Using Lucene MatchVersion:
LUCENE_50
[junit4] 2> 184459 T884 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-spellcheckcomponent.xml
[junit4] 2> 184459 T884 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 184465 T884 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 184552 T884 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 184555 T884 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 184557 T884 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 184560 T884 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 184562 T884 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 184563 T884 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 184564 T884
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 184564 T884
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 184564 T884 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 184564 T884
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 184564 T884
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 184565 T884 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 184565 T884 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SpellCheckCollatorTest-1382391504610/
[junit4] 2> 184565 T884 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4] 2> 184566 T884 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SpellCheckCollatorTest-1382391504610
[junit4] 2> 184566 T884 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SpellCheckCollatorTest-1382391504610/index/
[junit4] 2> 184566 T884 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SpellCheckCollatorTest-1382391504610/index'
doesn't exist. Creating new index...
[junit4] 2> 184566 T884 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SpellCheckCollatorTest-1382391504610/index
[junit4] 2> 184567 T884 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=27.1826171875,
floorSegmentMB=1.099609375, forceMergeDeletesPctAllowed=10.010641365719783,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 184567 T884 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@10ec67ff
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44f63466),segFN=segments_1,generation=1}
[junit4] 2> 184568 T884 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 184569 T884 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 184569 T884 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 184569 T884 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 184569 T884 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 184570 T884 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 184571 T884 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 184571 T884 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 184571 T884 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
[junit4] 2> 184572 T884 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@10ec67ff
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44f63466),segFN=segments_1,generation=1}
[junit4] 2> 184572 T884 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 184572 T884 oass.SolrIndexSearcher.<init> Opening
Searcher@7acf3c7d main
[junit4] 2> 184572 T884 oashc.SpellCheckComponent.inform Initializing
spell checkers
[junit4] 2> 184661 T884 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: default
[junit4] 2> 184664 T884 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: default_teststop
[junit4] 2> 184673 T884 oass.DirectSolrSpellChecker.init init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 184674 T884 oass.DirectSolrSpellChecker.init init:
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
[junit4] 2> 184679 T884 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: threshold
[junit4] 2> 184679 T884 oass.DirectSolrSpellChecker.init init:
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
[junit4] 2> 184679 T884 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: threshold_direct
[junit4] 2> 184682 T884 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: multipleFields
[junit4] 2> 184689 T884 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: freq
[junit4] 2> 184691 T884 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: fqcn
[junit4] 2> 184692 T884 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 184692 T885 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@7acf3c7d
main{StandardDirectoryReader(segments_1:1:nrt)}
[junit4] 2> 184694 T883 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> ASYNC NEW_CORE C381 name=collection1
org.apache.solr.core.SolrCore@172606f8
[junit4] 2> 184699 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[0]} 0 3
[junit4] 2> 184705 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[1]} 0 2
[junit4] 2> 184711 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[2]} 0 5
[junit4] 2> 184720 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[3]} 0 4
[junit4] 2> 184723 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[4]} 0 1
[junit4] 2> 184728 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[5]} 0 3
[junit4] 2> 184731 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[6]} 0 1
[junit4] 2> 184734 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[7]} 0 1
[junit4] 2> 184740 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[8]} 0 5
[junit4] 2> 184743 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[9]} 0 2
[junit4] 2> 184745 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[10]} 0 1
[junit4] 2> 184749 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[11]} 0 2
[junit4] 2> 184753 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[12]} 0 2
[junit4] 2> 184755 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[13]} 0 1
[junit4] 2> 184759 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[14]} 0 2
[junit4] 2> 184762 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[15]} 0 1
[junit4] 2> 184765 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[16]} 0 1
[junit4] 2> 184767 T883 C381 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 184776 T883 C381 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@10ec67ff
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44f63466),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@10ec67ff
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44f63466),segFN=segments_2,generation=2}
[junit4] 2> 184777 T883 C381 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 184778 T883 C381 oass.SolrIndexSearcher.<init> Opening
Searcher@34f01106 main
[junit4] 2> 184780 T883 C381 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 184780 T885
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: default
[junit4] 2> 184822 T885
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: default_teststop
[junit4] 2> 184871 T885
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: threshold
[junit4] 2> 184891 T885
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: threshold_direct
[junit4] 2> 184891 T885
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: multipleFields
[junit4] 2> 184939 T885
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: freq
[junit4] 2> 184991 T885
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: fqcn
[junit4] 2> 185031 T885 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@34f01106
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> 185031 T883 C381 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {commit=} 0 264
[junit4] 2> 185036 T883 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithGrouping
[junit4] 2> 185144 T883 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithGrouping
[junit4] 2> 185149 T883 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithMultipleRequestHandlers
[junit4] 2> 185208 T883 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithMultipleRequestHandlers
[junit4] 2> 185214 T883 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithFilter
[junit4] 2> 185310 T883 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithFilter
[junit4] 2> 185316 T883 oas.SolrTestCaseJ4.setUp ###Starting
testEstimatedHitCounts
[junit4] 2> 185430 T883 C381 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=113
[junit4] 2> 185471 T883 C381 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=40
[junit4] 2> 185510 T883 C381 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=18
[junit4] 2> 185546 T883 C381 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=34
[junit4] 2> 185567 T883 C381 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=19
[junit4] 2> 185588 T883 C381 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=14}
hits=0 status=0 QTime=18
[junit4] 2> 185604 T883 C381 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=1}
hits=0 status=0 QTime=13
[junit4] 2> 185625 T883 C381 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=20
[junit4] 2> 185647 T883 C381 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=21
[junit4] 2> 185669 T883 C381 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=20
[junit4] 2> 185682 T883 C381 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=15}
hits=0 status=0 QTime=8
[junit4] 2> 185692 T883 C381 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=8
[junit4] 2> 185705 T883 C381 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=12
[junit4] 2> 185722 T883 C381 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=1}
hits=0 status=0 QTime=15
[junit4] 2> 185731 T883 C381 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=8
[junit4] 2> 185743 T883 C381 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=10}
hits=0 status=0 QTime=11
[junit4] 2> 185752 T883 C381 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=7
[junit4] 2> ASYNC NEW_CORE C382 name=collection1
org.apache.solr.core.SolrCore@172606f8
[junit4] 2> 185780 T883 C382 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=3}
hits=0 status=0 QTime=15
[junit4] 2> 185794 T883 C382 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=13
[junit4] 2> 185807 T883 C382 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=3}
hits=0 status=0 QTime=12
[junit4] 2> 185832 T883 C382 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=22
[junit4] 2> 185846 T883 C382 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=3}
hits=0 status=0 QTime=13
[junit4] 2> 185853 T883 C382 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=3}
hits=0 status=0 QTime=6
[junit4] 2> 185868 T883 C382 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=10}
hits=0 status=0 QTime=14
[junit4] 2> 185876 T883 C382 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=12}
hits=0 status=0 QTime=6
[junit4] 2> 185884 T883 C382 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=13}
hits=0 status=0 QTime=7
[junit4] 2> 185892 T883 C382 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=13}
hits=0 status=0 QTime=6
[junit4] 2> 185899 T883 C382 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=6
[junit4] 2> 185907 T883 C382 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=10}
hits=0 status=0 QTime=7
[junit4] 2> 185914 T883 C382 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=6
[junit4] 2> 185921 T883 C382 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=6
[junit4] 2> 185929 T883 C382 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=7
[junit4] 2> 185936 T883 C382 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=3}
hits=0 status=0 QTime=6
[junit4] 2> 185943 T883 C382 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=10}
hits=0 status=0 QTime=6
[junit4] 2> 185950 T883 C382 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=17}
hits=0 status=0 QTime=6
[junit4] 2> 185957 T883 C382 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=14}
hits=0 status=0 QTime=6
[junit4] 2> 185963 T883 C382 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=10}
hits=0 status=0 QTime=5
[junit4] 2> 185970 T883 C382 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=6
[junit4] 2> 185976 T883 C382 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=10}
hits=0 status=0 QTime=5
[junit4] 2> 185983 T883 C382 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=1}
hits=0 status=0 QTime=5
[junit4] 2> 185991 T883 C382 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=7
[junit4] 2> 185993 T883 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">7</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> 185994 T883 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">7</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:491)
[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:724)
[junit4] 2>
[junit4] 2> 185995 T883 oas.SolrTestCaseJ4.tearDown ###Ending
testEstimatedHitCounts
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts
-Dtests.seed=693E0356B85EB9EB -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ar_QA -Dtests.timezone=SystemV/MST7 -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.69s J1 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([693E0356B85EB9EB:5885BD631D61A93B]: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:724)
[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">7</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> 186007 T883 oas.SolrTestCaseJ4.setUp ###Starting
testExtendedCollate
[junit4] 2> 186080 T883 oas.SolrTestCaseJ4.tearDown ###Ending
testExtendedCollate
[junit4] 2> 186083 T883 oas.SolrTestCaseJ4.setUp ###Starting
testContextSensitiveCollate
[junit4] 2> 186091 T883 C382 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&spellcheck.collate=true}
hits=0 status=0 QTime=7
[junit4] 2> 186105 T883 C382 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=teststop:(june+AND+customs)&spellcheck.collateExtendedResults=true&spellcheck.maxResultsForSuggest=1&qt=spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck=true&spellcheck.maxCollations=1&spellcheck.count=10&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&spellcheck.collate=true}
hits=1 status=0 QTime=8
[junit4] 2> 186188 T883 C382 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&spellcheck.collate=true}
hits=0 status=0 QTime=80
[junit4] 2> 186193 T883 C382 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=teststop:(june+AND+customs)&spellcheck.collateExtendedResults=true&spellcheck.maxResultsForSuggest=1&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck=true&spellcheck.maxCollations=1&spellcheck.count=10&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&spellcheck.collate=true}
hits=1 status=0 QTime=3
[junit4] 2> 186195 T883 oas.SolrTestCaseJ4.tearDown ###Ending
testContextSensitiveCollate
[junit4] 2> 186202 T883 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithOverride
[junit4] 2> 186249 T883 C382 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={mm=1&q=partisian+politcal+mashine&defType=edismax&spellcheck.dictionary=direct&qt=spellCheckCompRH&spellcheck=true&qf=teststop&spellcheck.maxCollations=10&spellcheck.count=10&spellcheck.maxCollationTries=10&spellcheck.collate=true}
hits=0 status=0 QTime=45
[junit4] 2> 186269 T883 C382 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={mm=1&q=partisian+politcal+mashine&defType=edismax&spellcheck.dictionary=direct&qt=spellCheckCompRH&spellcheck.collateParam.mm=100%25&spellcheck=true&qf=teststop&spellcheck.maxCollations=10&spellcheck.count=10&spellcheck.maxCollationTries=10&spellcheck.collate=true}
hits=0 status=0 QTime=19
[junit4] 2> 186270 T883 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithOverride
[junit4] 2> 186276 T883 oas.SolrTestCaseJ4.setUp ###Starting
testCollationWithHypens
[junit4] 2> 186394 T883 oas.SolrTestCaseJ4.tearDown ###Ending
testCollationWithHypens
[junit4] 2> 186397 T883 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> 186397 T883 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=907481917
[junit4] 2> 186398 T883 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@172606f8
[junit4] 2> 186398 T883 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> 186398 T883 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 186398 T883 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 186399 T883 oasu.DefaultSolrCoreState.closeIndexWriter closing
IndexWriter with IndexWriterCloser
[junit4] 2> 186399 T883 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 186400 T883 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 186400 T883 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SpellCheckCollatorTest-1382391504610
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SpellCheckCollatorTest-1382391504610;done=false>>]
[junit4] 2> 186400 T883 oasc.CachingDirectoryFactory.close Closing
directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SpellCheckCollatorTest-1382391504610
[junit4] 2> 186400 T883 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SpellCheckCollatorTest-1382391504610/index
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SpellCheckCollatorTest-1382391504610/index;done=false>>]
[junit4] 2> 186401 T883 oasc.CachingDirectoryFactory.close Closing
directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-SpellCheckCollatorTest-1382391504610/index
[junit4] 2> NOTE: test params are:
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
chunkSize=19),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST,
chunkSize=19)), sim=RandomSimilarityProvider(queryNorm=false,coord=no): {},
locale=ar_QA, timezone=SystemV/MST7
[junit4] 2> NOTE: Linux 3.8.0-31-generic amd64/Oracle Corporation 1.8.0-ea
(64-bit)/cpus=8,threads=1,free=118234848,total=327680000
[junit4] 2> NOTE: All tests run in this JVM: [TestDistributedSearch,
TestBinaryField, TestCloudManagedSchema, SolrPluginUtilsTest,
TestMultiCoreConfBootstrap, TestIBSimilarityFactory, TestNRTOpen,
DocumentAnalysisRequestHandlerTest, OpenExchangeRatesOrgProviderTest,
ShardRoutingCustomTest, FieldAnalysisRequestHandlerTest,
ChaosMonkeySafeLeaderTest, CurrencyFieldOpenExchangeTest, TestOmitPositions,
TestNumberUtils, BasicDistributedZk2Test, TestReload, SimplePostToolTest,
JSONWriterTest, TestBinaryResponseWriter, OpenCloseCoreStressTest, TestUtils,
SpellCheckCollatorTest]
[junit4] Completed on J1 in 2.14s, 8 tests, 1 error <<< FAILURES!
[...truncated 765 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:422: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:402: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:483:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1259:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:902:
There were test failures: 326 suites, 1449 tests, 1 error, 39 ignored (6
assumptions)
Total time: 35 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.8.0-ea-b109 -XX:+UseCompressedOops
-XX:+UseParallelGC
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]