Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17604/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
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([53E0CC81FF0ADE91:625B72B45A35CE41]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:749)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:562)
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:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
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">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">14</int><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</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:everother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
... 41 more
Build Log:
[...truncated 11656 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001
[junit4] 2> 1126114 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1126115 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1126115 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1126115 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1126115 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
[junit4] 2> 1126115 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1126115 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1126128 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1126131 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1126138 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
[junit4] 2> 1126148 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1126203 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1126207 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1126208 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1126211 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1126212 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1126213 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1126213 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1126213 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1126213 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
[junit4] 2> 1126213 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr'
[junit4] 2> 1126214 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1126214 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
[junit4] 2> 1126214 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.CoreContainer New CoreContainer 2068386384
[junit4] 2> 1126214 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr]
[junit4] 2> 1126214 WARN
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/lib
[junit4] 2> 1126214 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout :
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1126216 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 1126216 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1126216 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1126216 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1126216 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1126217 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml,
loadOnStartup=true, configSetProperties=configsetprops.json,
collection=collection1,
dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001,
shard=shard1}
[junit4] 2> 1126217 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1126217 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1126217 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
[junit4] 2> 1126218 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1126218 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1126227 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1126230 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1126237 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
[junit4] 2> 1126240 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1126298 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1126301 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1126302 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1126305 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1126306 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1126306 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1126307 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1126307 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1'
[junit4] 2> 1126308 INFO (coreLoadExecutor-8423-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 1126308 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1126308 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/]
[junit4] 2> 1126308 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 1126308 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/snapshot_metadata
[junit4] 2> 1126308 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot
metadata file...
[junit4] 2> 1126308 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001
[junit4] 2> 1126308 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/index/
[junit4] 2> 1126308 WARN (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 1126308 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/index
[junit4] 2> 1126309 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=27, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=81.7392578125,
floorSegmentMB=1.87109375, forceMergeDeletesPctAllowed=9.646818748252786,
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1126309 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3ea55d23
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f888698),segFN=segments_1,generation=1}
[junit4] 2> 1126309 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1126309 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/
[junit4] 2> 1126310 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1126311 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1126312 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1126312 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1126312 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1126313 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,spellCheckCompRH1,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 1126313 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1126313 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1126313 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1126314 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=69.3271484375,
floorSegmentMB=1.705078125, forceMergeDeletesPctAllowed=12.083295297974562,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8112678733007648
[junit4] 2> 1126314 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3ea55d23
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f888698),segFN=segments_1,generation=1}
[junit4] 2> 1126314 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1126314 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1192ac7e[collection1] main]
[junit4] 2> 1126314 WARN (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 1126314 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 1126314 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1126314 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1126314 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1126400 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default
[junit4] 2> 1126474 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default_teststop
[junit4] 2> 1126474 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 1126474 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
[junit4] 2> 1126575 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold
[junit4] 2> 1126576 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
[junit4] 2> 1126576 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold_direct
[junit4] 2> 1126643 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: multipleFields
[junit4] 2> 1126912 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: freq
[junit4] 2> 1127050 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: fqcn
[junit4] 2> 1127050 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1127050 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1127050 INFO (coreLoadExecutor-8423-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1127050 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
default_teststop
[junit4] 2> 1127050 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1127050 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
direct_lowerfilt
[junit4] 2> 1127050 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1127050 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
[junit4] 2> 1127051 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
threshold_direct
[junit4] 2> 1127051 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1127051 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1127051 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1127051 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1127051 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1127051 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1127052 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1127052 INFO
(searcherExecutor-8424-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1192ac7e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1127052 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[0]} 0 0
[junit4] 2> 1127056 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 2
[junit4] 2> 1127057 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 1127059 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 1
[junit4] 2> 1127060 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 1127062 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 1
[junit4] 2> 1127062 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 1127064 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 1
[junit4] 2> 1127064 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[8]} 0 0
[junit4] 2> 1127066 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[9]} 0 1
[junit4] 2> 1127066 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10]} 0 0
[junit4] 2> 1127068 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[11]} 0 1
[junit4] 2> 1127069 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[12]} 0 0
[junit4] 2> 1127071 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[13]} 0 1
[junit4] 2> 1127072 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[14]} 0 0
[junit4] 2> 1127073 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[15]} 0 1
[junit4] 2> 1127074 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[16]} 0 0
[junit4] 2> 1127074 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1127083 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3ea55d23
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f888698),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3ea55d23
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f888698),segFN=segments_2,generation=2}
[junit4] 2> 1127084 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 1127085 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@48869299[collection1] main]
[junit4] 2> 1127085 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1127085 INFO (searcherExecutor-8424-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 1127442 INFO (searcherExecutor-8424-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 1127782 INFO (searcherExecutor-8424-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 1127910 INFO (searcherExecutor-8424-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 1127910 INFO (searcherExecutor-8424-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 1128330 INFO (searcherExecutor-8424-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 1128681 INFO (searcherExecutor-8424-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 1128998 INFO (searcherExecutor-8424-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@48869299[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C2)
Uninverting(_1(7.0.0):C2) Uninverting(_2(7.0.0):C2) Uninverting(_3(7.0.0):C2)
Uninverting(_4(7.0.0):C2) Uninverting(_5(7.0.0):C2) Uninverting(_6(7.0.0):C2)
Uninverting(_7(7.0.0):C2) Uninverting(_8(7.0.0):C1)))}
[junit4] 2> 1128998 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 1923
[junit4] 2> 1129000 INFO
(TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[53E0CC81FF0ADE91])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithRangeQuery
[junit4] 1> id:[1 TO 10] AND lowerfilt:love
[junit4] 2> 1129434 INFO
(TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[53E0CC81FF0ADE91])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithRangeQuery
[junit4] 2> 1129436 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 ###Starting testExtendedCollate
[junit4] 2> 1130121 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 ###Ending testExtendedCollate
[junit4] 2> 1130123 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 ###Starting testEstimatedHitCounts
[junit4] 2> 1130140 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia}
hits=0 status=0 QTime=16
[junit4] 2> 1130150 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=0}
hits=0 status=0 QTime=8
[junit4] 2> 1130159 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=30}
hits=0 status=0 QTime=8
[junit4] 2> 1130167 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=100}
hits=0 status=0 QTime=8
[junit4] 2> 1130176 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=10000}
hits=0 status=0 QTime=8
[junit4] 2> 1130182 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=11}
hits=0 status=0 QTime=5
[junit4] 2> 1130189 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=5
[junit4] 2> 1130194 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=4
[junit4] 2> 1130199 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=16}
hits=0 status=0 QTime=4
[junit4] 2> 1130203 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=3
[junit4] 2> 1130208 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=13}
hits=0 status=0 QTime=4
[junit4] 2> 1130213 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=4
[junit4] 2> 1130217 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=7}
hits=0 status=0 QTime=4
[junit4] 2> 1130223 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=5
[junit4] 2> 1130231 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=3
[junit4] 2> 1130234 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1130238 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=9}
hits=0 status=0 QTime=3
[junit4] 2> 1130240 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=1}
hits=0 status=0 QTime=2
[junit4] 2> 1130244 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1130247 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 1130250 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=3
[junit4] 2> 1130254 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=1}
hits=0 status=0 QTime=3
[junit4] 2> 1130256 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=1}
hits=0 status=0 QTime=2
[junit4] 2> 1130259 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 1130262 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=2
[junit4] 2> 1130264 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=2
[junit4] 2> 1130267 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=2
[junit4] 2> 1130270 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 1130272 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=15}
hits=0 status=0 QTime=2
[junit4] 2> 1130275 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=15}
hits=0 status=0 QTime=2
[junit4] 2> 1130278 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=5}
hits=0 status=0 QTime=2
[junit4] 2> 1130280 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=2
[junit4] 2> 1130282 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=10}
hits=0 status=0 QTime=1
[junit4] 2> 1130285 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=1
[junit4] 2> 1130287 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=1
[junit4] 2> 1130289 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=17}
hits=0 status=0 QTime=1
[junit4] 2> 1130291 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=5}
hits=0 status=0 QTime=1
[junit4] 2> 1130294 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=7}
hits=0 status=0 QTime=1
[junit4] 2> 1130296 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=1
[junit4] 2> 1130298 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=2
[junit4] 2> 1130300 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=10}
hits=0 status=0 QTime=1
[junit4] 2> 1130302 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=1}
hits=0 status=0 QTime=1
[junit4] 2> 1130304 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=16}
hits=0 status=0 QTime=1
[junit4] 2> 1130307 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=2
[junit4] 2> 1130309 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=2
[junit4] 2> 1130311 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=13}
hits=0 status=0 QTime=1
[junit4] 2> 1130314 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=6}
hits=0 status=0 QTime=2
[junit4] 2> 1130316 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=10}
hits=0 status=0 QTime=1
[junit4] 2> 1130318 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:metnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=1
[junit4] 2> 1130320 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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:everother&spellcheck.collateMaxCollectDocs=5}
hits=0 status=0 QTime=2
[junit4] 2> 1130321 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 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">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">14</int><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] 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:everother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> 1130322 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 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:everother&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">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">14</int><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] 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:everother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:749)
[junit4] 2> at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:562)
[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:1764)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[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:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1130322 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 ###Ending testEstimatedHitCounts
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts
-Dtests.seed=53E0CC81FF0ADE91 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=en-AU -Dtests.timezone=America/Kentucky/Louisville
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.20s J1 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([53E0CC81FF0ADE91:625B72B45A35CE41]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:749)
[junit4] > at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:562)
[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">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><int name="hits">14</int><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] > </response>
[junit4] > request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
[junit4] > ... 41 more
[junit4] 2> 1130325 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithFilter
[junit4] 2> 1130610 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithFilter
[junit4] 2> 1130612 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[53E0CC81FF0ADE91]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testZeroTries
[junit4] 2> 1130826 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[53E0CC81FF0ADE91]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testZeroTries
[junit4] 2> 1130828 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[53E0CC81FF0ADE91]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testWithCursorMark
[junit4] 2> 1131045 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[53E0CC81FF0ADE91]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testWithCursorMark
[junit4] 2> 1131046 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[53E0CC81FF0ADE91])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithMultipleRequestHandlers
[junit4] 2> 1131284 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[53E0CC81FF0ADE91])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithMultipleRequestHandlers
[junit4] 2> 1131286 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithGrouping
[junit4] 2> 1131552 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithGrouping
[junit4] 2> 1131554 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithHypens
[junit4] 2> 1132274 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithHypens
[junit4] 2> 1132275 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testContextSensitiveCollate
[junit4] 2> 1132280 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91])
[ ] o.a.s.c.S.Request [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=5
[junit4] 2> 1132285 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91])
[ ] o.a.s.c.S.Request [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=2
[junit4] 2> 1132286 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91])
[ ] o.a.s.c.S.Request [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=0
[junit4] 2> 1132671 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91])
[ ] o.a.s.c.S.Request [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=384
[junit4] 2> 1132673 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91])
[ ] o.a.s.c.S.Request [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=0
[junit4] 2> 1132674 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91])
[ ] o.a.s.c.S.Request [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=0
[junit4] 2> 1132675 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[53E0CC81FF0ADE91])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testContextSensitiveCollate
[junit4] 2> 1132676 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithOverride
[junit4] 2> 1132684 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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=7
[junit4] 2> 1132690 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[53E0CC81FF0ADE91]) [
] o.a.s.c.S.Request [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=6
[junit4] 2> 1132691 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[53E0CC81FF0ADE91]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithOverride
[junit4] 2> 1132710 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1132710 INFO
(SUITE-SpellCheckCollatorTest-seed#[53E0CC81FF0ADE91]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2068386384
[junit4] 2> 1132711 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7a0e3583
[junit4] 2> 1132711 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 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> 1132711 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1132711 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1132711 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1132712 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1132712 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3
directories currently being tracked
[junit4] 2> 1132712 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/snapshot_metadata
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/snapshot_metadata;done=false>>]
[junit4] 2> 1132712 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1132712 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/snapshot_metadata
[junit4] 2> 1132712 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001;done=false>>]
[junit4] 2> 1132712 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1132712 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001
[junit4] 2> 1132712 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/index;done=false>>]
[junit4] 2> 1132712 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory,
CoreContainer#isShutdown=true
[junit4] 2> 1132712 INFO (coreCloseExecutor-8428-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001/init-core-data-001/index
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_53E0CC81FF0ADE91-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{start1=PostingsFormat(name=LuceneVarGapDocFreqInterval),
range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval),
lowerfilt1=PostingsFormat(name=MockRandom),
multiDefault=PostingsFormat(name=Memory doPackFST= true),
teststop=PostingsFormat(name=Memory doPackFST= true), intDefault=FST50,
range_facet_l=PostingsFormat(name=Memory doPackFST= true),
lowerfilt1and2=PostingsFormat(name=Memory doPackFST= true),
end4=PostingsFormat(name=MockRandom), end3=FST50,
end2=PostingsFormat(name=LuceneVarGapDocFreqInterval),
end1=PostingsFormat(name=Memory doPackFST= true),
lowerfilt=PostingsFormat(name=Memory doPackFST= true),
gram1=PostingsFormat(name=Memory doPackFST= true),
id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
range_facet_i_dv=PostingsFormat(name=Memory doPackFST= true),
gram2=PostingsFormat(name=LuceneVarGapDocFreqInterval), gram3=FST50,
start3=PostingsFormat(name=MockRandom), gram4=PostingsFormat(name=MockRandom),
start2=PostingsFormat(name=Memory doPackFST= true),
word=PostingsFormat(name=Memory doPackFST= true),
timestamp=PostingsFormat(name=Memory doPackFST= true), start4=FST50},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
range_facet_i_dv=DocValuesFormat(name=Memory),
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=842,
maxMBSortInHeap=7.5332084533550265, sim=ClassicSimilarity, locale=en-AU,
timezone=America/Kentucky/Louisville
[junit4] 2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation
1.8.0_102 (64-bit)/cpus=12,threads=1,free=158819968,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [SpatialHeatmapFacetsTest,
TestLMJelinekMercerSimilarityFactory, TestLFUCache, TestReloadAndDeleteDocs,
HdfsBasicDistributedZk2Test, IgnoreCommitOptimizeUpdateProcessorFactoryTest,
TestSolrCloudWithKerberosAlt, DistributedVersionInfoTest,
BasicFunctionalityTest, TestRequestForwarding, CollectionsAPIDistributedZkTest,
TestFastLRUCache, TestScoreJoinQPScore, DistributedIntervalFacetingTest,
DistributedFacetPivotLargeTest, ZkSolrClientTest, TestQuerySenderNoQuery,
CdcrVersionReplicationTest, OpenExchangeRatesOrgProviderTest,
TestCopyFieldCollectionResource, DistanceFunctionTest,
CollectionTooManyReplicasTest, SpatialRPTFieldTypeTest,
DistributedTermsComponentTest, TestDocBasedVersionConstraints,
TestDynamicFieldResource, SolrCLIZkUtilsTest, AsyncMigrateRouteKeyTest,
BlockJoinFacetSimpleTest, TestFieldCacheWithThreads, TestManagedSchema,
SpellPossibilityIteratorTest, AnalyticsQueryTest,
DistributedQueryComponentOptimizationTest,
TestOverriddenPrefixQueryForCustomFieldType, TestNamedUpdateProcessors,
SparseHLLTest, TestSolrDynamicMBean, BlobRepositoryCloudTest,
OverriddenZkACLAndCredentialsProvidersTest, SortByFunctionTest,
TestDistributedGrouping, TestDocumentBuilder, TestSolrCoreProperties,
DocumentBuilderTest, TestLeaderInitiatedRecoveryThread, CoreSorterTest,
TestDistributedStatsComponentCardinality, RecoveryAfterSoftCommitTest,
MoreLikeThisHandlerTest, HdfsDirectoryTest, RequestLoggingTest, BJQParserTest,
TestStressLiveNodes, SolrInfoMBeanTest, SolrIndexSplitterTest,
TestCloudPivotFacet, SimplePostToolTest, TestIntervalFaceting, TestFiltering,
TestTrie, ZkCLITest, SolrPluginUtilsTest, SegmentsInfoRequestHandlerTest,
SuggesterFSTTest, RankQueryTest, TestMiniSolrCloudClusterSSL,
AliasIntegrationTest, TestHashPartitioner, TestSurroundQueryParser,
NumericFieldsTest, HdfsRecoverLeaseTest, FileUtilsTest, TestFieldCache,
TestSlowCompositeReaderWrapper, ClusterStateUpdateTest, TestSchemaResource,
TestSubQueryTransformerDistrib, TermsComponentTest, TestFileDictionaryLookup,
DOMUtilTest, SpatialFilterTest, TestDefaultStatsCache,
TestMinMaxOnMultiValuedField, ChaosMonkeyNothingIsSafeTest, TestReloadDeadlock,
TermVectorComponentTest, TestNumericTerms64, TestGraphTermsQParserPlugin,
TestPartialUpdateDeduplication, ConvertedLegacyTest, DocValuesTest,
DistributedMLTComponentTest, SimpleMLTQParserTest, DistanceUnitsTest,
OverseerRolesTest, TestQueryTypes, OpenCloseCoreStressTest, TestCodecSupport,
BadCopyFieldTest, TestChildDocTransformer, TestAuthenticationFramework,
StatsComponentTest, QueryElevationComponentTest, TestSort, HighlighterTest,
ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest,
SpellCheckCollatorTest]
[junit4] Completed [346/629 (1!)] on J1 in 6.61s, 11 tests, 1 error <<<
FAILURES!
[...truncated 61085 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]