Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11473/
Java: 64bit/jdk1.9.0-ea-b44 -XX:+UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([20F9DB3EFECD7A75:1142650B5BF26AA5]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:711)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:678)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
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.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:65)
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:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
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:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/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><lst
name="collations"><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:704)
... 42 more
Build Log:
[...truncated 9595 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> Creating dataDir:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001/init-core-data-001
[junit4] 2> 733503 T3859 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 733504 T3859 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> 733504 T3859 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 733505 T3859 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 733505 T3859 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 733505 T3859 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 733524 T3859 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 733529 T3859 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.1.0
[junit4] 2> 733539 T3859 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-spellcheckcomponent.xml
[junit4] 2> 733540 T3859 oass.IndexSchema.readSchema Reading Solr Schema
from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 733543 T3859 oass.IndexSchema.readSchema [null] Schema
name=test
[junit4] 2> 733664 T3859 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 733669 T3859 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 733671 T3859 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 733677 T3859 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 733679 T3859 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 733680 T3859 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 733681 T3859
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 733681 T3859
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 733681 T3859 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 733682 T3859
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 733682 T3859
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 733682 T3859 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 733682 T3859 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr
[junit4] 2> 733682 T3859 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/'
[junit4] 2> 733701 T3859 oasc.CoreContainer.<init> New CoreContainer
1806288705
[junit4] 2> 733701 T3859 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/]
[junit4] 2> 733702 T3859 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 600000
[junit4] 2> 733702 T3859 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
[junit4] 2> 733702 T3859 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 60000
[junit4] 2> 733702 T3859 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 733702 T3859 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 733702 T3859 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 733702 T3859 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 733703 T3859 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 733703 T3859 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 733703 T3859 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 733703 T3859 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 733704 T3859 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 733704 T3859 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 733705 T3859 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 733705 T3859 oasc.CoreContainer.load Host Name:
[junit4] 2> 733708 T3860 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 733709 T3860 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 733709 T3860 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 733709 T3860 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 733733 T3860 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 733752 T3860 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.1.0
[junit4] 2> 733766 T3860 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-spellcheckcomponent.xml
[junit4] 2> 733766 T3860 oass.IndexSchema.readSchema Reading Solr Schema
from
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 733772 T3860 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 733904 T3860 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 733908 T3860 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 733910 T3860 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 733915 T3860 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 733917 T3860 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 733919 T3860 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 733920 T3860
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 733920 T3860
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 733920 T3860 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 733921 T3860
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 733921 T3860
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 733921 T3860 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/
[junit4] 2> 733921 T3860 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 733922 T3860 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/,
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001/init-core-data-001/
[junit4] 2> 733922 T3860 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4] 2> 733922 T3860 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001/init-core-data-001
[junit4] 2> 733923 T3860 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001/init-core-data-001/index/
[junit4] 2> 733923 T3860 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001/init-core-data-001/index' doesn't exist. Creating new
index...
[junit4] 2> 733923 T3860 oasc.CachingDirectoryFactory.get return new
directory for
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001/init-core-data-001/index
[junit4] 2> 733923 T3860 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46663974646777506]
[junit4] 2> 733924 T3860 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@588e252d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3dcbc9df),segFN=segments_1,generation=1}
[junit4] 2> 733924 T3860 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 733925 T3860 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 733926 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 733926 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 733926 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 733926 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 733926 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 733927 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 733927 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 733927 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 733927 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 733928 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 733928 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 733928 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 733928 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 733929 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 733929 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 733929 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 733929 T3860 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 733930 T3860 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 733930 T3860 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 733930 T3860 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 733930 T3860 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 733933 T3860 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 733934 T3860 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 733935 T3860 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 733936 T3860 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 733937 T3860 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 733937 T3860 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 733937 T3860 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 733938 T3860 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1487109839,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 733938 T3860 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@588e252d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3dcbc9df),segFN=segments_1,generation=1}
[junit4] 2> 733938 T3860 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 733939 T3860 oass.SolrIndexSearcher.<init> Opening
Searcher@756e8327[collection1] main
[junit4] 2> 733939 T3860 oasr.ManagedResourceStorage.newStorageIO WARN
Cannot write to config directory
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 733939 T3860 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 733940 T3860 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using InMemoryStorage
[junit4] 2> 733940 T3860 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 733940 T3860 oashc.SpellCheckComponent.inform Initializing
spell checkers
[junit4] 2> 733945 T3860 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: default
[junit4] 2> 733951 T3860 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: default_teststop
[junit4] 2> 733951 T3860 oass.DirectSolrSpellChecker.init init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 733951 T3860 oass.DirectSolrSpellChecker.init init:
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
[junit4] 2> 733956 T3860 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: threshold
[junit4] 2> 733956 T3860 oass.DirectSolrSpellChecker.init init:
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
[junit4] 2> 733956 T3860 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: threshold_direct
[junit4] 2> 733961 T3860 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: multipleFields
[junit4] 2> 733973 T3860 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: freq
[junit4] 2> 733978 T3860 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: fqcn
[junit4] 2> 733978 T3860 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 733978 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: default
[junit4] 2> 733978 T3860 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 733979 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: default_teststop
[junit4] 2> 733980 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: direct
[junit4] 2> 733980 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: direct_lowerfilt
[junit4] 2> 733980 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: wordbreak
[junit4] 2> 733980 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: threshold
[junit4] 2> 733981 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: threshold_direct
[junit4] 2> 733981 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: multipleFields
[junit4] 2> 733982 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: jarowinkler
[junit4] 2> 733982 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: external
[junit4] 2> 733983 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: freq
[junit4] 2> 733984 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: fqcn
[junit4] 2> 733984 T3861
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: perDict
[junit4] 2> 733984 T3861 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@756e8327[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 733987 T3859 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> ASYNC NEW_CORE C2648 name=collection1
org.apache.solr.core.SolrCore@4155a85c
[junit4] 2> 733988 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[0]} 0 1
[junit4] 2> 733991 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[1]} 0 1
[junit4] 2> 733997 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[2]} 0 5
[junit4] 2> 733998 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[3]} 0 0
[junit4] 2> 733999 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[4]} 0 0
[junit4] 2> 734003 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[5]} 0 3
[junit4] 2> 734004 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[6]} 0 1
[junit4] 2> 734005 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[7]} 0 1
[junit4] 2> 734008 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[8]} 0 3
[junit4] 2> 734009 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[9]} 0 1
[junit4] 2> 734010 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[10]} 0 1
[junit4] 2> 734014 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[11]} 0 4
[junit4] 2> 734027 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[12]} 0 1
[junit4] 2> 734028 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[13]} 0 1
[junit4] 2> 734031 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[14]} 0 3
[junit4] 2> 734032 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[15]} 0 0
[junit4] 2> 734033 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[16]} 0 0
[junit4] 2> 734034 T3859 C2648 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 734044 T3859 C2648 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@588e252d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3dcbc9df),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@588e252d
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3dcbc9df),segFN=segments_2,generation=2}
[junit4] 2> 734044 T3859 C2648 oasc.SolrDeletionPolicy.updateCommits
newest commit generation = 2
[junit4] 2> 734047 T3859 C2648 oass.SolrIndexSearcher.<init> Opening
Searcher@67a7e73a[collection1] main
[junit4] 2> 734047 T3859 C2648 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 734048 T3861
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: default
[junit4] 2> 734084 T3861
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: default_teststop
[junit4] 2> 734123 T3861
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: threshold
[junit4] 2> 734144 T3861
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: threshold_direct
[junit4] 2> 734144 T3861
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: multipleFields
[junit4] 2> 734183 T3861
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: freq
[junit4] 2> 734223 T3861
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: fqcn
[junit4] 2> 734256 T3861 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@67a7e73a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.1.0):c3)
Uninverting(_1(5.1.0):c3) Uninverting(_2(5.1.0):c3) Uninverting(_3(5.1.0):c3)
Uninverting(_4(5.1.0):c3) Uninverting(_5(5.1.0):c2)))}
[junit4] 2> 734256 T3859 C2648 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 222
[junit4] 2> 734260 T3859 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithMultipleRequestHandlers
[junit4] 2> 734300 T3859 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithMultipleRequestHandlers
[junit4] 2> 734303 T3859 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithGrouping
[junit4] 2> 734353 T3859 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithGrouping
[junit4] 2> 734357 T3859 oas.SolrTestCaseJ4.setUp ###Starting
testCollationWithHypens
[junit4] 2> 734456 T3859 oas.SolrTestCaseJ4.tearDown ###Ending
testCollationWithHypens
[junit4] 2> 734461 T3859 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithOverride
[junit4] 2> 734499 T3859 C2648 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&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=38
[junit4] 2> 734516 T3859 C2648 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={mm=1&spellcheck.dictionary=direct&qt=spellCheckCompRH&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&q=partisian+politcal+mashine&defType=edismax&spellcheck.collateParam.mm=100%25&spellcheck=true&qf=teststop&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=16
[junit4] 2> 734517 T3859 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithOverride
[junit4] 2> 734530 T3859 oas.SolrTestCaseJ4.setUp ###Starting
testContextSensitiveCollate
[junit4] 2> ASYNC NEW_CORE C2649 name=collection1
org.apache.solr.core.SolrCore@4155a85c
[junit4] 2> 734539 T3859 C2649 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&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=9
[junit4] 2> 734549 T3859 C2649 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.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=1 status=0 QTime=8
[junit4] 2> 734552 T3859 C2649 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={mm=2&q=teststop:(june+customs)&qt=spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true}
hits=2 status=0 QTime=1
[junit4] 2> 734785 T3859 C2649 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&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=232
[junit4] 2> 734789 T3859 C2649 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.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=1 status=0 QTime=2
[junit4] 2> 734792 T3859 C2649 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={mm=2&q=teststop:(june+customs)&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true}
hits=2 status=0 QTime=1
[junit4] 2> 734793 T3859 oas.SolrTestCaseJ4.tearDown ###Ending
testContextSensitiveCollate
[junit4] 2> 734796 T3859 oas.SolrTestCaseJ4.setUp ###Starting
testEstimatedHitCounts
[junit4] 2> 734801 T3859 C2649 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=5
[junit4] 2> 734807 T3859 C2649 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=5
[junit4] 2> 734816 T3859 C2649 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=4
[junit4] 2> 734821 T3859 C2649 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=4
[junit4] 2> 734826 T3859 C2649 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=4
[junit4] 2> 734831 T3859 C2649 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=4
[junit4] 2> 734837 T3859 C2649 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=4
[junit4] 2> 734842 T3859 C2649 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=4
[junit4] 2> 734848 T3859 C2649 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=4
[junit4] 2> 734853 T3859 C2649 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=4
[junit4] 2> 734858 T3859 C2649 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=4
[junit4] 2> 734863 T3859 C2649 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=3
[junit4] 2> 734869 T3859 C2649 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=4
[junit4] 2> 734874 T3859 C2649 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> 734879 T3859 C2649 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=4
[junit4] 2> 734884 T3859 C2649 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> 734887 T3859 C2649 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=2
[junit4] 2> 734891 T3859 C2649 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=3
[junit4] 2> 734895 T3859 C2649 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=3
[junit4] 2> 734900 T3859 C2649 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=4
[junit4] 2> 734904 T3859 C2649 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=3
[junit4] 2> 734908 T3859 C2649 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=3
[junit4] 2> 734911 T3859 C2649 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=2
[junit4] 2> 734915 T3859 C2649 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=6}
hits=0 status=0 QTime=3
[junit4] 2> 734918 T3859 C2649 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=2
[junit4] 2> 734922 T3859 C2649 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=3
[junit4] 2> 734925 T3859 C2649 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=2
[junit4] 2> 734929 T3859 C2649 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> 734933 T3859 C2649 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=6}
hits=0 status=0 QTime=3
[junit4] 2> 734936 T3859 C2649 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=2
[junit4] 2> 734940 T3859 C2649 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=3
[junit4] 2> 734944 T3859 C2649 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> 734949 T3859 C2649 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=4
[junit4] 2> 734953 T3859 C2649 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=3
[junit4] 2> 734957 T3859 C2649 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=3
[junit4] 2> 734962 T3859 C2649 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> 734963 T3859 oas.SolrTestCaseJ4.assertQ ERROR REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/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><lst
name="collations"><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> 734964 T3859 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='collations']/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><lst
name="collations"><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:704)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:678)
[junit4] 2> at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at
java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
[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.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:65)
[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:365)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
[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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
[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:65)
[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:365)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 734965 T3859 oas.SolrTestCaseJ4.tearDown ###Ending
testEstimatedHitCounts
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts
-Dtests.seed=20F9DB3EFECD7A75 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=de_CH -Dtests.timezone=Pacific/Pohnpei -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.18s J1 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([20F9DB3EFECD7A75:1142650B5BF26AA5]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:711)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:678)
[junit4] > at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">4</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">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:704)
[junit4] > ... 42 more
[junit4] 2> 734973 T3859 oas.SolrTestCaseJ4.setUp ###Starting testZeroTries
[junit4] 2> 735040 T3859 oas.SolrTestCaseJ4.tearDown ###Ending
testZeroTries
[junit4] 2> 735046 T3859 oas.SolrTestCaseJ4.setUp ###Starting
testExtendedCollate
[junit4] 2> 735106 T3859 oas.SolrTestCaseJ4.tearDown ###Ending
testExtendedCollate
[junit4] 2> 735111 T3859 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithFilter
[junit4] 2> 735171 T3859 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithFilter
[junit4] 2> 735172 T3859 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> 735172 T3859 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1806288705
[junit4] 2> 735173 T3859 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@4155a85c
[junit4] 2> 735173 T3859 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> 735173 T3859 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 735173 T3859 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 735173 T3859 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 735174 T3859 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 735174 T3859 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 735174 T3859 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001/init-core-data-001/index;done=false>>]
[junit4] 2> 735174 T3859 oasc.CachingDirectoryFactory.close Closing
directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001/init-core-data-001/index
[junit4] 2> 735175 T3859 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001/init-core-data-001
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001/init-core-data-001;done=false>>]
[junit4] 2> 735175 T3859 oasc.CachingDirectoryFactory.close Closing
directory:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001/init-core-data-001
[junit4] 2> NOTE: leaving temporary files on disk at:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest
20F9DB3EFECD7A75-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{start1=BlockTreeOrds(blocksize=128), lowerfilt1=BlockTreeOrds(blocksize=128),
multiDefault=PostingsFormat(name=Direct), teststop=PostingsFormat(name=Direct),
intDefault=FST50, range_facet_l=FST50,
lowerfilt1and2=PostingsFormat(name=Direct), end4=BlockTreeOrds(blocksize=128),
end3=PostingsFormat(name=Direct), end2=Lucene50(blocksize=128), end1=FST50,
lowerfilt=PostingsFormat(name=Direct), gram1=FST50, id=Lucene50(blocksize=128),
gram2=Lucene50(blocksize=128), gram3=PostingsFormat(name=Direct),
start3=Lucene50(blocksize=128), gram4=BlockTreeOrds(blocksize=128),
start2=PostingsFormat(name=Direct), word=FST50, timestamp=FST50, start4=FST50},
docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=DefaultSimilarity,
locale=de_CH, timezone=Pacific/Pohnpei
[junit4] 2> NOTE: Linux 3.13.0-43-generic amd64/Oracle Corporation
1.9.0-ea (64-bit)/cpus=8,threads=1,free=60298496,total=241188864
[junit4] 2> NOTE: All tests run in this JVM: [SpellCheckComponentTest,
TestCloudInspectUtil, TestTolerantSearch, IndexBasedSpellCheckerTest,
TestSolrDeletionPolicy1, OutOfBoxZkACLAndCredentialsProvidersTest,
TestMaxScoreQueryParser, EnumFieldTest, DirectUpdateHandlerOptimizeTest,
TestTrie, TestDocBasedVersionConstraints, HdfsDirectoryTest,
TestDynamicFieldCollectionResource, ChaosMonkeySafeLeaderTest,
DirectSolrSpellCheckerTest, TestManagedSchemaFieldResource,
DistributedTermsComponentTest, TestUtils, TestHighlightDedupGrouping,
CollectionsAPIDistributedZkTest, ZkSolrClientTest, BasicZkTest,
InfoHandlerTest, UpdateRequestProcessorFactoryTest,
StatelessScriptUpdateProcessorFactoryTest, ChaosMonkeyNothingIsSafeTest,
BlockDirectoryTest, TestFileDictionaryLookup, TestCollationFieldDocValues,
TestSolrQueryParser, TestReplicaProperties, BinaryUpdateRequestHandlerTest,
TestConfig, SuggesterTSTTest, OverseerStatusTest, HdfsBasicDistributedZk2Test,
TimeZoneUtilsTest, FileBasedSpellCheckerTest, SimpleMLTQParserTest,
HdfsBasicDistributedZkTest, TestFieldResource, CopyFieldTest,
SharedFSAutoReplicaFailoverTest, TestManagedSynonymFilterFactory,
MBeansHandlerTest, TestCloudManagedSchema,
DistributedQueryComponentCustomSortTest, TestRangeQuery,
TestPHPSerializedResponseWriter, DistributedQueueTest, DistribCursorPagingTest,
TestFreeTextSuggestions, UUIDUpdateProcessorFallbackTest,
PrimitiveFieldTypeTest, TestRawResponseWriter, MultiThreadedOCPTest,
TestManagedResource, SampleTest, TestSolr4Spatial2, TestOrdValues,
TestValueSourceCache, TestCloudSchemaless, EchoParamsTest, TestFastLRUCache,
AliasIntegrationTest, PolyFieldTest, TestSuggestSpellingConverter,
TestRemoteStreaming, FullSolrCloudDistribCmdsTest, TestCoreDiscovery,
JsonLoaderTest, CoreMergeIndexesAdminHandlerTest, FastVectorHighlighterTest,
TestSolrXml, VMParamsZkACLAndCredentialsProvidersTest, StressHdfsTest,
SpellCheckCollatorTest]
[junit4] Completed on J1 in 1.70s, 9 tests, 1 error <<< FAILURES!
[...truncated 982 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:190: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:508: The
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1363:
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:970:
There were test failures: 463 suites, 1873 tests, 1 error, 47 ignored (21
assumptions)
Total time: 65 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b44
-XX:+UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]